Six-skill presentation system: ingest talks into a rhetoric vault, run interactive clarification, generate a speaker profile, create presentations that match your documented patterns, produce the deck illustrations + thumbnail visual layer, and publish talk pages to a Jekyll shownotes site. Includes a 102-entry Presentation Patterns taxonomy (91 observable, 11 unobservable go-live items) for scoring, brainstorming, and go-live preparation.
86
92%
Does it follow best practices?
Impact
86%
1.24xAverage score across 26 eval scenarios
Advisory
Suggest reviewing before use
{
"context": "Tests the illustrations skill's Step 3 model-selection logic: priorities drive a data-narrowed model shortlist before any rendering. The deck has progressive-reveal builds (slides 4 and 9), and the speaker optimizes for cost. The tile's contribution is the staged process — surface priorities, recognize builds require an edit-capable model, narrow the roster by attributes, then confirm visually — rather than naming a model from general knowledge. A baseline agent without the skill tends to recommend a single model on quality/reputation grounds.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Model choice is priority-driven",
"description": "The agent treats the model choice as driven by what the speaker optimizes for — explicitly identifies cost as the stated priority and weighs the cost/speed/quality/edit-support trade space, rather than recommending a model on quality or reputation alone.",
"max_score": 20
},
{
"name": "Builds recognized as an edit-support requirement",
"description": "The agent recognizes that the deck's progressive-reveal sequences (slides 4 and 9) require a model that supports image editing — build frames are produced by editing the previous frame, not regenerating from scratch — and treats edit support as a hard requirement for this deck.",
"max_score": 25
},
{
"name": "Shortlist narrowed by data before rendering",
"description": "The agent narrows the model roster to a shortlist using model attributes BEFORE rendering or committing — it does not render every candidate model blindly. Using `model_registry.py --shortlist` (or equivalently reasoning over the registry attributes) to produce the shortlist satisfies this.",
"max_score": 20
},
{
"name": "Shortlist excludes the non-editing model and favors low cost",
"description": "The recommended shortlist excludes Imagen (it has no image-edit endpoint, so build chains cannot run on it) and favors the lower-cost edit-capable option for this cost-sensitive deck. Checkable against the model_registry.py attributes as committed at eval time.",
"max_score": 20
},
{
"name": "Confirms the choice visually, not from prose",
"description": "The agent proposes confirming the model by rendering the shortlisted candidate(s) — a style/model exploration — rather than committing to a final model from text description alone.",
"max_score": 15
}
]
}.github
eval-resources
humor-postmortem-blind-spots
qr-bitly-slug-from-outline
qr-missing-shortener-detection
shownotes-publisher-omit-placeholder
shownotes-publisher-publish-no-date
shownotes-publisher-publish-with-date
shownotes-publisher-update-add-video
video-extraction-diagnostics
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
scenario-25
scenario-26
rules
scripts
skills
illustrations
presentation-creator
references
patterns
build
deliver
prepare
scripts
shownotes-publisher
vault-clarification
vault-ingress
vault-profile
tests