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
-- make-bg-slide.applescript -- Calls the MakeBgImageSlide VBA macro: clone a comic template slide, swap its -- background fill to an image, retitle, save a 1-slide deck. -- osascript make-bg-slide.applescript <outPath> on run argv if (count of argv) < 5 then error "Expected 5 args: basePath templateNum imagePath title outPath" tell application "Microsoft PowerPoint" activate with timeout of 1800 seconds set rc to run VB macro macro name "MakeBgImageSlide" list of parameters {item 1 of argv, item 2 of argv, item 3 of argv, item 4 of argv, item 5 of argv} end timeout end tell if (rc as string) starts with "ERROR" then error (rc as string) & " — confirm DeckOps.pptm is open with macros enabled and Automation consent granted." return "MakeBgImageSlide returned: " & rc end run
.tessl-plugin
rules
skills
illustrations
presentation-creator
references
patterns
build
deliver
prepare
scripts
shownotes-publisher
vault-clarification
vault-ingress
references
scripts
vault-profile