What problem does it solve?
Creating developer-focused technical presentations is time-consuming because every slide needs animations, code demos, diagrams, frontmatter, and exporting details configured by hand.
This Skill centralizes Slidev knowledge so Claude Code knows how to manage layouts, syntax, Monaco editors, presenter view, and exports without the user rewriting the same guidance for every talk.
Core Features & Use Cases
- Markdown + Vue authoring: Slide separators, headmatter, presenter notes, and Comark extensions orchestrate complex slides with code examples, Mermaid/PlantUML diagrams, and LaTeX math.
- Interactive demos: Monaco editors, runnable code, line highlighting, click animations, and drawing tools keep audiences engaged while transitions and layouts stay consistent.
- Export & delivery: Developer decks can be exported as PDF/PPTX/PNG, recorded with presenter timers, and deployed as SPAs or remote sessions, perfect for rehearsing conferences, workshops, or code walkthroughs.
Quick Start
Run pnpm create slidev to scaffold a deck and use pnpm run dev to preview slides at http://localhost:3030 before exporting.