CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/speaker-toolkit

Seven-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, create and publish talk-content Agent Skills with talk pages to a Jekyll shownotes site, and verify a recorded screencast against its storyboard. Includes a 113-entry Presentation Patterns taxonomy (83 observable: 64 patterns + 19 antipatterns; 30 unobservable: 21 patterns + 9 antipatterns) for scoring, brainstorming, and go-live preparation.

75

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

inject-notes.applescript.txtskills/presentation-creator/scripts/

-- inject-notes.applescript -- Reads the packed speaker-notes file as UTF-8 and hands it to the SetSpeakerNotes -- VBA macro, so VBA receives correct Unicode and never decodes UTF-8 from disk -- itself. Packed format: see RunDeckOps.bas SetSpeakerNotes. -- osascript inject-notes.applescript on run argv if (count of argv) < 3 then error "Expected 3 args: basePath outPath packedNotesFile" set basePath to item 1 of argv set outPath to item 2 of argv set packed to read (POSIX file (item 3 of argv)) as «class utf8» tell application "Microsoft PowerPoint" activate with timeout of 1800 seconds set rc to run VB macro macro name "SetSpeakerNotes" list of parameters {basePath, outPath, packed} 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 "SetSpeakerNotes returned: " & rc end run

skills

presentation-creator

SKILL.md

README.md

tile.json