Agent skill · Frontend

slidev

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.

antfugithub.com/antfuGitHub ↗
claude-codeMIT
Install
npx skills add antfu/skills --skill slidev --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 56
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/slidev/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: antfu/skills
Stars: 5,709
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 ```bash 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 ```md --- theme: default title: My Presentation --- # First Slide Content here --- # Second Slide More content <!-- Presenter notes go here --> ``` - `---` separates slides - First frontmatter = headmatter (deck config) - HTML comments = presenter notes ## Core References | Topic | Description | Reference | |-------|----

What's inside
Steps it walks through
  1. When to Use
  2. Quick Start
  3. Basic Syntax
  4. Core References
  5. Feature Reference
  6. Code & Editor
  7. Diagrams & Math
  8. Layout & Styling
  9. Animation & Interaction
  10. Syntax Extensions
  11. Presenter & Recording
  12. Export & Build
  13. Editor & Tools
  14. Lifecycle & API
Ships with 24 files
  • LICENSE.md
  • README.md
  • SYNC.md
  • references/animation-click-marker.md
  • references/animation-drawing.md
  • references/animation-rough-marker.md
  • references/api-slide-hooks.md
  • references/build-og-image.md
  • references/build-pdf.md
  • references/build-remote-assets.md
  • references/build-seo-meta.md
  • references/code-groups.md
  • references/code-import-snippet.md
  • references/code-line-highlighting.md
  • references/code-line-numbers.md
  • references/code-magic-move.md
  • references/code-max-height.md
  • references/code-twoslash.md
  • references/core-animations.md
  • references/core-cli.md
  • references/core-components.md
  • references/core-exporting.md
  • references/core-frontmatter.md
  • references/core-global-context.md
first 24 of 56
Commands it runs
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)
More from skills
All skills →
About this skill
What does the slidev skill do?

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.

How do I install it?

Run `npx skills add antfu/skills --skill slidev --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From antfu/skills, a repository with 5,709 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going