slides

Installation
SKILL.md

Interactive HTML Slide Generator

Output Directory

Generated decks are saved under ~/slides/<deck-name>/ by default. Before generating, the skill:

  1. Expands ~ to the user's home directory
  2. Creates the output directory if it doesn't exist (mkdir -p)
  3. Creates slides/<deck-name>/previews/ for Workflow A preview files
  4. 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
Installs
2
First Seen
1 day ago