Comprehensive Claude Code skills for creating stunning presentations with Slidev
npx claudepluginhub yoanbernabeu/slidev-skillsComplete Slidev skills collection - all 20 skills for comprehensive Slidev mastery
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
20 AI Agent Skills to create stunning presentations with Slidev.
Syntax, layouts, animations, code highlighting, diagrams — everything you need.
Install • Skills • Usage • Contribute
npx skills add yoanbernabeu/slidev-skills
That's it. Works with Claude Code, Cursor, Codex, OpenCode, Windsurf, and 30+ AI agents.
# Install everything (20 skills)
npx skills add yoanbernabeu/slidev-skills
# Install only code-related skills
npx skills add yoanbernabeu/slidev-skills --skill slidev-code-blocks
# Install globally (available in all projects)
npx skills add yoanbernabeu/slidev-skills -g
# List all available skills
npx skills add yoanbernabeu/slidev-skills --list
# Install to specific agents
npx skills add yoanbernabeu/slidev-skills -a claude-code -a cursor
# Non-interactive (CI/CD friendly)
npx skills add yoanbernabeu/slidev-skills --all -y
/install-skill yoanbernabeu/slidev-skills
Copy the skills/ directory to:
~/.claude/skills/ (or ~/.cursor/skills/, etc.).claude/skills/ (or .cursor/skills/, etc.)Creating presentations as a developer can be tedious. PowerPoint feels dated, Google Slides lacks code support, and starting from scratch takes forever. Slidev is the answer — but it has a learning curve. These skills give your AI agent expert-level knowledge of Slidev so you can focus on your content.
| Challenge | Skill That Helps |
|---|---|
| "How do I start a presentation?" | slidev-quick-start |
| "My code looks ugly" | slidev-code-blocks |
| "I want animated code transitions" | slidev-magic-move |
| "How do I add diagrams?" | slidev-mermaid |
| "I need click animations" | slidev-click-animations |
| "How do I export to PDF?" | slidev-export |
| Skill | What It Does |
|---|---|
slidev-quick-start | Create your first presentation in minutes |
slidev-project-structure | Understand configuration and file organization |
| Skill | What It Does |
|---|---|
slidev-syntax-guide | Master Slidev's extended Markdown syntax |
slidev-layouts | Use cover, two-cols, image layouts and more |
slidev-components | Add Vue components for interactivity |
| Skill | What It Does |
|---|---|
slidev-code-blocks | Beautiful syntax highlighting with Shiki |
slidev-magic-move | Animate code transformations smoothly |
slidev-monaco-editor | Live coding with Monaco Editor |
| Skill | What It Does |
|---|---|
slidev-mermaid | Create flowcharts, sequence diagrams, etc. |
slidev-plantuml | Professional UML and C4 diagrams |
slidev-latex | Mathematical formulas with KaTeX |
| Skill | What It Does |
|---|---|
slidev-click-animations | v-click, v-after, and motion directives |
slidev-transitions | Smooth slide transitions |
| Skill | What It Does |
|---|---|
slidev-presenter-mode | Speaker notes, timer, remote control |
slidev-drawings | Draw and annotate during presentations |
slidev-navigation | Keyboard shortcuts and navigation |
| Skill | What It Does |
|---|---|
slidev-themes | Use and customize themes |
slidev-styling | Style with UnoCSS and custom CSS |
| Skill | What It Does |
|---|---|
slidev-export | Export to PDF, PPTX, PNG |
slidev-deployment | Deploy to GitHub Pages, Netlify, Vercel |
You: Create a presentation about React hooks using Slidev
AI: [Uses slidev-quick-start to scaffold project]
[Uses slidev-layouts for proper structure]
[Uses slidev-code-blocks for syntax highlighting]
[Uses slidev-magic-move for code evolution]
[Uses slidev-click-animations for progressive reveals]
You: Add a diagram showing our microservices architecture