slidev-multi-agent

Create, modify, theme, build, and export Slidev presentations via scripts.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/6missedcalls/slidev-agent-skill --skill slidev-multi-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-multi-agent
Source: https://github.com/6missedcalls/slidev-agent-skill/tree/main
Command: npx skills add https://github.com/6missedcalls/slidev-agent-skill --skill slidev-multi-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, customizing, building, and exporting Slidev presentations by providing structured workflows and scripts, reducing manual command-line effort.

Core Features & Use Cases

  • Presentation Management: Generate new decks, edit content, apply themes, and customize layouts easily.
  • Build & Export: Create static sites for hosting and export presentations to PDF, PPTX, PNG, and Markdown formats.
  • Quick Start: Initialize a new deck in a specified directory, then run scripts/slidev-dev.sh for live editing, build with scripts/slidev-build.sh, and export via scripts/slidev-export.sh.

Quick Start

Create a presentation directory with scripts/slidev-init.sh, then start the dev server with scripts/slidev-dev.sh [entry], build the static site with scripts/slidev-build.sh [entry], and export to PDF with scripts/slidev-export.sh [entry] --format pdf.

Frequently Asked Questions about slidev-multi-agent

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

FAQPage Schema
How do I build and export a Slidev presentation to PDF or PPTX?

To export a Slidev presentation, initialize a deck directory and run the provided export script with the desired format flag, such as `--format pdf` or `--format pptx`, to convert the presentation slides into a distributable file.

What is the best way to streamline Slidev presentation creation and theming?

Streamlining Slidev presentation creation involves using structured scripts to initialize new decks, apply custom themes, and manage layouts, reducing manual command-line effort and accelerating rapid presentation development workflows.

Do I need Node installed to use scripts for Slidev presentation management?

Yes, Node is a required dependency to run the scripts for Slidev presentation management, as the scripts rely on the Node environment to execute the Slidev CLI commands for building and exporting decks.

Can I customize Slidev themes and layouts using these build scripts?

Yes, the scripts support presentation management features that allow you to generate new decks, edit content, apply custom themes, and customize layouts easily before running the build or export processes.

How do I start live editing a Slidev deck for rapid presentation development?

To start live editing a Slidev deck, run the development server script with an optional entry file argument, which launches the local environment for real-time content modification and visual feedback.