Skill Detail

Slidev Markdown Presentation Slides for Developers

Slidev is a web-based presentation tool built for developers that turns Markdown files into interactive slide decks with code highlighting, live coding via Monaco Editor, LaTeX math, Mermaid diagrams, and export to PDF or PPTX.

Developer ToolsClaude Code
Developer Tools Claude Code Security Reviewed
Tool match: slidev โญ 45.4k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill slidev-markdown-presentation-slides-developers Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Last updated
Mar 25, 2026
Quick brief

Slidev is an open-source presentation framework built specifically for developers who want to create slide decks using Markdown and Vue components. Created by Anthony Fu and available as the @slidev/cli npm package, it has earned over 35,000 GitHub stars and become the go-to tool for technical presentations at conferences and meetups worldwide.

How it works

What this skill actually does

The tool transforms Markdown files into fully interactive HTML presentations powered by Vite for instant hot-reload during editing. Each slide is separated by a simple --- delimiter in the Markdown source, and developers can embed Vue components directly alongside their content. Code blocks get first-class treatment with Shiki syntax highlighting, and the integrated Monaco Editor enables live coding demonstrations right inside the presentation. This means speakers can write and execute code on stage without switching to a separate editor.

Beyond text and code, Slidev supports LaTeX math equations via KaTeX, diagram generation through Mermaid integration, drawing and annotations with Drauu, and access to any icon set through Iconify. The theming system uses npm packages, so sharing and reusing presentation themes across teams is straightforward. UnoCSS provides on-demand utility-first styling, giving presenters fine-grained control over slide appearance.

For delivery, Slidev includes a presenter mode with speaker notes (usable from a phone), built-in recording with camera overlay, and export capabilities to PDF, PNG, or PPTX formats. A VS Code extension provides IDE-level editing support with preview.

An agent skill wrapping Slidev enables automated presentation generation from technical content, conference talk scaffolding, and batch export of documentation into slide format. The skill handles Markdown composition, theme selection, component embedding, and export orchestration. Slidev is MIT-licensed and requires Node.js 18 or later.