slidev-quick-start

Bootstrap a Slidev presentation project with slides.md and dev scripts.

34|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-quick-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-quick-start
Source: https://github.com/yoanbernabeu/slidev-skills/tree/main/skills/getting-started/slidev-quick-start
Command: npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-quick-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers bootstrap a Slidev project quickly, eliminating the manual setup and scaffolding steps required to start a new presentation.

Core Features & Use Cases

  • Starter project scaffold: Creates slides.md and a package.json with dev/build/export scripts to get you presenting fast.
  • Simple onboarding: Demonstrates core Slidev concepts like themes, transitions, and layouts for quick customization.
  • Run and share: Start a local development server and export slides for sharing or distribution.

Quick Start

Bootstrap a Slidev project from scratch. Steps:

  • Run npm init slidev@latest to scaffold the project.
  • Follow prompts to name your presentation and customize structure.
  • Start the development server with npm run dev and view at http://localhost:3030.

Frequently Asked Questions about slidev-quick-start

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

FAQPage Schema
How do I start a Slidev presentation project from scratch?

To start a Slidev presentation project, run npm init slidev@latest to scaffold the structure, follow the naming prompts, and start the local dev server with npm run dev to view your slides at localhost:3030.

What do I need to bootstrap a Slidev project?

Bootstrapping a Slidev project requires Node.js v18+ and a package manager like npm, pnpm, or yarn to install the standard dependencies and run the development, build, and export scripts.

Can I use markdown to create slides with Slidev?

Slidev uses a markdown file to create slides, allowing you to easily write and structure your presentation content while utilizing core concepts like themes, layouts, and transitions for quick customization.

What is the best way to export slides for sharing after scaffolding a Slidev starter project?

The best way to export slides for sharing is using the export script defined in the scaffolded package.json, which allows you to distribute your presentation after running the build process.

Does this Slidev starter project include scripts for local development?

Yes, the Slidev starter project includes a package.json with pre-configured dev, build, and export scripts, enabling you to instantly run a local development server and view your presentation.