slide-generator
Installation
SKILL.md
Workflow
Step 0: Detect trigger and collect input
- Trigger on prompts like:
- create slides based on this: ...
- turn this into slides
- make a presentation from this
- Accept input as pasted text, markdown, or screenshot description.
- STOP before Step 1 if input is a single word, short phrase, or fewer than 5 points / ~100 words. Ask the user to elaborate — do not proceed.
- Derive a short
<name>slug from the content (e.g. company name or topic). - Workflow: references/step-0-preflight.md
Step 1: Write content file
- Write the user's input verbatim to
skills/examples/<name>.md. Do NOT expand or add content. - Create the
skills/examples/directory if it does not exist. - Workflow: references/step-1-configure.md