slides
Installation
SKILL.md
Interactive HTML Slide Generator
Output Directory
Generated decks are saved under ~/slides/<deck-name>/ by default. Before generating, the skill:
- Expands
~to the user's home directory - Creates the output directory if it doesn't exist (
mkdir -p) - Creates
slides/<deck-name>/previews/for Workflow A preview files - Creates
slides/<deck-name>/for the final deck
Custom root directory: If the user specifies a path (e.g., "save it to ~/my-decks" or "output to /tmp/slides"), use that instead of the default. Respect the user's intent — don't override a explicitly requested path.
Directory initialization example:
mkdir -p ~/slides/my-deck/previews
mkdir -p ~/slides/my-deck/previews