Create Slidev Presentation

Scaffolds and edits Slidev decks — live code, Mermaid, exports — for tech talks and workshops.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 40e3504

Built a 5-slide lightning-talk outline on REST-to-GraphQL both ways: the skill's rules (mandatory ``` language tags, 6x6 bullet limit, HTML-comment speaker notes, correct blank-line-wrapped `---` separators) fix real Slidev rendering gaps a freehand markdown deck would hit, not just stylistic polish.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Create Slidev Presentation does

Builds or edits a Slidev (sli.dev) markdown presentation for conference talks, workshops, or lightning talks, picking the right starter template, headmatter, and feature (Shiki Magic-Move, Monaco, TwoSlash, Mermaid) for each slide's intent. Triggers when a user asks to create slides, a deck, a presentation, or edit an existing slides.md, and enforces a 6-bullets/6-words rule plus mandatory code-block language tags before calling a deck done.

How to install Create Slidev Presentation

git clone https://github.com/b33eep/claude-code-setup
cd claude-code-setup
mkdir -p ~/.claude/skills
cp -r skills/create-slidev-presentation ~/.claude/skills/create-slidev-presentation

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Create Slidev Presentation

  • /create-slidev-presentation Scaffolds and edits Slidev decks — live code, Mermaid, exports — for tech talks and workshops.

It also activates on plain-language prompts like these:

  • Build me a Slidev deck for my conference talk with live code demos
  • Edit my slides.md to add a Mermaid diagram on the architecture slide
  • Scaffold a workshop presentation with Monaco code editing built in

Frequently asked questions

Is the Create Slidev Presentation skill free?
Yes. The skill itself is free from b33eep/claude-code-setup. SkillProof publishes the install command and an independent test verdict at no cost.
Does Create Slidev Presentation work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Built a 5-slide lightning-talk outline on REST-to-GraphQL both ways: the skill's rules (mandatory ``` language tags, 6x6 bullet limit, HTML-comment speaker notes, correct blank-line-wrapped `---` separators) fix real Slidev rendering gaps a freehand markdown deck would hit, not just stylistic polish.
What is the Create Slidev Presentation SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Create Slidev Presentation?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Create Slidev Presentation with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.