Files
stack/packages/mosaic/framework/skills/slidev
fargo 1a822493ba format: apply repo prettier (3.8.1) to the folded skills tree
963 markdown files reformatted with the repository's pinned prettier so
pnpm format:check covers the folded tree like every other repo file.

The formatter's embedded-language pass also normalized code fences
(TS semicolons, closed HTML tags in examples, lowercased CSS hex colors,
one renumbered list that skipped an index). Alphanumeric token deltas vs
the fold commit were audited file-by-file; all are formatter-equivalent
markup normalizations plus the four sanitized skills.
2026-08-19 14:37:17 -05:00
..

Slidev Skills for Claude Code

Agent skills that help Claude Code understand and work with Slidev presentations.

Installation

npx skills add slidevjs/slidev

This will add the Slidev skill to your Claude Code configuration.

What's Included

The Slidev skill provides Claude Code with knowledge about:

  • Core Syntax - Markdown syntax, slide separators, frontmatter
  • Animations - Click animations, transitions, motion effects
  • Code Features - Line highlighting, Monaco editor, code groups, magic-move
  • Diagrams - Mermaid, PlantUML, LaTeX math
  • Layouts - Built-in layouts, slots, global layers
  • Presenter Mode - Recording, timer, remote access
  • Exporting - PDF, PPTX, PNG, SPA hosting

Usage

Once installed, Claude Code will automatically use Slidev knowledge when:

  • Creating new presentations
  • Adding slides with code examples
  • Setting up animations and transitions
  • Configuring themes and layouts
  • Exporting presentations

Example Prompts

Create a Slidev presentation about TypeScript generics with code examples
Add a two-column slide with code on the left and explanation on the right
Set up click animations to reveal bullet points one by one
Configure the presentation for PDF export with speaker notes

Documentation

License

MIT