slide-deck
Installation
SKILL.md
/slide-deck — Draft, update, convert, and export branded React decks
Authors React/TypeScript decks for ${SLIDE_DECK_REPO:-$HOME/code/your-slide-deck-site}/src/app/slides/<slug>/page.tsx using the user's slide system. Branded output (no separate HTML pipeline) — when portable HTML/PDF is needed, export mode snapshots the rendered React deck via Playwright so the output is brand-perfect.
Modes (pick one before Step 1)
| Mode | Invocation | Goal |
|---|---|---|
| new | /slide-deck new <topic> (default) |
Draft a new deck from a brief |
| update | /slide-deck update <slug> |
Modify an existing deck (with overflow guards) |
| ppt | /slide-deck ppt <path-to-pptx> |
Convert a legacy PPTX into a React deck |
| export | /slide-deck export <slug> [html|pdf|vercel] |
Snapshot a deck to HTML, PDF, or Vercel URL |
For update, ppt, and export, skip to the corresponding mode section below. For new, continue through Steps 1–8.