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 111-entry Presentation Patterns taxonomy (81 observable: 62 patterns + 19 antipatterns; 30 unobservable: 21 patterns + 9 antipatterns) for scoring, brainstorming, and go-live preparation.
—
—
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Run the catalog auditor before selecting or re-analyzing talks:
"{python_path}" "{speaker_toolkit_root}/skills/vault-ingress/scripts/audit-pattern-catalog.py"Pass --catalog <patterns-directory> to inspect another catalog. The command
uses local Markdown and YAML only. It does not use the network or modify any
file. Stdout is one deterministic JSON document. Exit 0 means no structural
errors, exit 1 means the catalog contract is broken, and argument errors use
exit 2. Exit 3 means the auditor itself failed and the catalog is
UNAUDITED, not clean — see
Entrypoint Failure Contracts.
_index.md owns the complete public inventory and lifecycle placement._index.md is reserved; every other Markdown file
under the catalog tree is audited and fingerprinted as an entry.evaluable_from is an OR list. String items are singleton alternatives;
nested lists are conjunctive alternatives whose underlying sources must all
be present with the source_comparison marker in the return's global
inspected-source list. Positive comparison detections bind one exact group in
evidence_sources_used; absence evaluation has no detection object and uses
only that global list. source_comparison is a return marker, never a
singleton alternative or member of a conjunctive group.strong_evaluable_from and absence_evaluable_from are optional outcome
gates with the same grammar. Each defaults to evaluable_from; neither may
appear unless the complete base gate triplet is present. Strong detections
use the strong gate, moderate/weak detections use the base gate, and an
undetected result uses the absence gate. A valid positive detection wins over
the otherwise contradictory absence outcome.inverse_of is symmetric. Either endpoint may originate the assertion, but
both endpoints must declare it.related_patterns is directional and curated. Reciprocity is not implied.The exact namespaces, parsing rules, and scoring labels live in
skills/vault-ingress/scripts/audit-pattern-catalog.py under the named
top-of-file constants and normalize_alias.
The top-level shape is:
{
"schema_version": 1,
"valid": true,
"catalog": {
"path": "skills/presentation-creator/references/patterns",
"index": "_index.md",
"fingerprint": "sha256"
},
"summary": {
"entries_loaded": 111,
"errors": 0,
"semantic_debts": 0
},
"errors": [],
"semantic_debts": [],
"graph": {
"related_edges": [],
"inverse_declarations": [],
"alias_namespace": []
}
}All issue objects carry the same keys: code, entry_id, field, message,
path, and related_id. Arrays, graph edges, issue codes, and summary maps are
sorted. The fingerprint is shared with ingress return validation and covers
the exact bytes of the catalog-root _index.md plus every recursive Markdown
entry in relative-path order. The root index is not an entry; a nested
_index.md is both fingerprinted and audited as an invalid entry file. An
index-only edit therefore changes the fingerprint persisted for an ingress
return. The report has no timestamp or run-specific identifier.
The errors lane contains mechanically decidable contract failures:
source_comparison, or uses source_comparison as an underlying
member of a conjunctive alternative. The same checks apply to base, strong,
and absence gates.observable: false.Do not start ingress while valid is false. Fix only facts whose authority is
already explicit. Mirroring the other endpoint of an existing inverse
declaration is structural repair; inventing a new inverse is a semantic edit.
The semantic_debts lane records deterministic disagreements whose repair
requires judgment. Current examples include display-name, dimension, creator
phase, or related-list drift between the compact index and detailed entry, plus
an inverse declaration joining entries with the same polarity.
Semantic debt does not change the exit status. Present it for human review with both source values. Do not choose an authority, rewrite prose, add aliases, or change semantic relationships automatically. A repeated or popular suggestion is evidence for review, not authorization to edit the catalog.
valid is true and the fingerprint reflects the repaired tree.semantic_debts separately to the speaker or catalog owner.The auditor never supplies an apply mode. Catalog changes remain reviewable Markdown edits with their own tests and diff.
.tessl-plugin
rules
skills
illustrations
presentation-creator
references
patterns
build
deliver
prepare
scripts
shownotes-publisher
vault-clarification
vault-ingress
references
scripts
vault-profile