create-slidev-presentation

Create and edit Slidev presentations from Markdown with layouts and exports.

57|6|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/b33eep/claude-code-setup --skill create-slidev-presentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-slidev-presentation
Source: https://github.com/b33eep/claude-code-setup/tree/main/skills/create-slidev-presentation
Command: npx skills add https://github.com/b33eep/claude-code-setup --skill create-slidev-presentation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the process of creating and editing Slidev presentations from Markdown content, reducing setup time and ensuring design consistency.

Core Features & Use Cases

  • Create presentations from Markdown using Slidev's built-in layouts and templates.
  • Include code demos, diagrams, and media with live rendering and Monaco support.
  • Export presentations to PDF, PPTX, PNG, or as a static web app for sharing and distribution.
  • Use case: teams and individuals documenting architecture, delivering technical talks, or producing training slides with repeatable templates.

Quick Start

Install Slidev and initialize a new project using the provided tooling, then start the development server to begin editing slides.

  • Install and initialize: pnpm create slidev
  • Start development: cd <project> && pnpm run dev

Frequently Asked Questions about create-slidev-presentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Slidev presentation from Markdown?

To create a Slidev presentation, you write standard Markdown content with frontmatter configuration to select layouts, add code blocks, and embed media. This approach streamlines slide creation by using built-in templates directly from your text files.

Can I export Slidev slides to PDF or PPTX?

Yes, you can export Slidev slides to PDF, PPTX, PNG, or a static web app. This allows you to easily share and distribute your Markdown-based presentations across different formats for technical talks and training.

What do I need to run Slidev for my presentations?

You need Node.js installed, along with Slidev initialized via pnpm or npm. Running the development server requires navigating to your project directory and executing the package manager's dev script to start editing.

Does Slidev support live code demos and diagrams?

Slidev supports adding code demos, diagrams, and media with live rendering and Monaco support. This enables technical talks and architecture documentation to display interactive code directly within the presentation slides.

How do I start a new Slidev project?

You start a new Slidev project by running the create command with your package manager, such as pnpm create slidev. After initialization, enter the project directory and run the development script to begin building slides.

How does Slidev handle presentation layouts?

Slidev handles presentation layouts through standard frontmatter configuration in your Markdown files. This ensures design consistency across slides while allowing you to select built-in templates for different content types like code demos and diagrams.