Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
All-time #1222Trending #2042Hot #5285First seen Jan 28, 2026
Web-based slidedecks for developers with Markdown, Vue components, code highlighting, and interactive features.
Supports syntax-highlighted code with line animations, Monaco editor integration, and live code execution within slides Includes diagrams (Mermaid, PlantUML), LaTeX math, presenter notes, recording mode, and timer functionality Exports to PDF, PPTX, PNG, or builds as a static SPA for hosting; requires playwright-chromium for export Built-in layouts (cover, two-cols, image, iframe, quote) and animations (v-click, rough markers, drawing mode) for interactive presentations
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars5.9K
LicenseLICENSE.md
Default branchmain
Open issues9
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md8,782 B
docsREADME.md1,521 B
docsSUMMARY.md1,178 B
History
First seen on skills.sh
First recorded snapshot · 13,540 installs
SKILL.md
Slidev - Presentation Slides for Developers
Web-based slides maker built on Vite, Vue, and Markdown.
When to Use
Technical presentations or slidedecks with live code examples
Syntax-highlighted code snippets with animations
Interactive demos (Monaco editor, runnable code)
Mathematical equations (LaTeX) or diagrams (Mermaid, PlantUML)
Record presentations with presenter notes
Export to PDF, PPTX, or host as SPA
Code walkthroughs for developer talks or workshops
Quick Start
pnpm create slidev # Create project
pnpm run dev # Start dev server (opens http://localhost:3030)
pnpm run build # Build static SPA
pnpm run export # Export to PDF (requires playwright-chromium)
Verify: After pnpm run dev, confirm slides load at http://localhost:3030. After pnpm run export, check the output PDF exists in the project root.
Basic Syntax
---
theme: default
title: My Presentation
---
# First Slide
Content here
---
# Second Slide
More content
<!--
Presenter notes go here
-->
Export prerequisite: pnpm add -D playwright-chromium is required for PDF/PPTX/PNG export. If export fails with a browser error, install this dependency first.