# Slidev Skill

> Official Slidev skill from the Slidev team — helps agents understand and generate developer-focused technical presentations using Slidev's Markdown format with Vue components, code highlighting, and animations.

- Skill: `podo/slidev-skill` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add podo/slidev-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/podo/slidev-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: podo (https://skillmd.com/u/podo)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/podo/slidev-skill

---


# slidev-skill

> Catalogue stub — full package: [slidevjs/slidev](https://github.com/slidevjs/slidev)

## Decision tree

1. **Is the package already installed?**
   Check: `~/.design-agent-skills/skills/slidev-skill/SKILL.md` exists.
   - Yes → invoke `slidev-skill` and proceed
   - No → go to step 2

2. **Do you have shell access?**
   - Yes → run the install command below, then invoke the skill
   - No → show the install command; in Claude Code, send it as a chat message starting with `!` — add `-g` for global install or omit for project-only

## Install command

```bash
npx skills add slidevjs/slidev
```

## Invoke after install

- Skill name: `slidev-skill`
- Trigger phrases: "Slidev", "Slidev presentation", "developer slides Vue"

## What it does

The official Claude skill maintained by the Slidev team. Provides complete knowledge of Slidev's Markdown-based presentation format, enabling agents to generate developer-focused technical presentations with Vue component embeds, Shiki-powered syntax highlighting, click-through animations, and presenter mode. Slidev presentations run as a local Vite dev server and export to PDF or SPA.

## When NOT to use

- PowerPoint/PPTX export — use guizang-ppt instead
- Simple Marp Markdown without Vue components — use marp-slides instead
- Reveal.js HTML output — use revealjs-skill instead
- Conference slide quality guardrails — use cc-slidev as an alternative with design constraints

