dev-slides
Installation
SKILL.md
Dev Slides
Overview
Create developer-friendly presentations using Slidev, a markdown-based slide framework powered by Vue. Supports live code execution, syntax highlighting, Mermaid diagrams, LaTeX math, and speaker notes. Ideal for tech talks, team demos, and conference presentations.
Instructions
When a user asks you to create a presentation or slide deck, follow this process:
Step 1: Set up the Slidev project
Check if Slidev is available, and scaffold a project if needed:
# Check if slidev is installed
npx slidev --version 2>/dev/null || echo "Will use npx to run slidev"