slides
Installation
SKILL.md
Slides
Scaffold and manage presentation decks in any project. Two modes:
- Slidev mode (default) - Markdown-driven decks using
@slidev/cli. Best for project pitches, internal decks, README-driven content, and anything where the author edits markdown and lets Slidev render. Covered in the "Slidev Mode" section below. - Conference mode - Hand-built HTML deck modelled on the AI Native DevCon London 2026 talk. Dark theme, Inter + JetBrains Mono, right-arrow progressive reveal, fullscreen, page number, in-deck notes overlay, separate teleprompter sheet for a phone, deployable to GitHub Pages via a
gh-pagesworktree. No framework, no build step - the author edits HTML directly. Covered in the "Conference Mode" section further below.
0. Ask which mode
When the user invokes the skill, ASK upfront:
"Slidev (default) or conference (hand-built HTML)?"
Pick by signal too. Default to Slidev unless the user says any of: "conference", "conference talk", "conference deck", "hand-built", "no framework", "html deck", or references the AI Native DevCon style. If they pick conference, skip the Slidev sections and follow "Conference Mode" below.