Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaaaqwq avatar

Slidev Multi Agent

  • 16 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/claude-code-skills

slidev-multi-agent is a Claude Code skill that scaffolds, edits, themes, builds, and exports Slidev presentations through a bundled script-first workflow.

About

slidev-multi-agent creates, edits, themes, builds, and exports Slidev presentations using a script-first workflow with bundled reference docs. A developer uses it when authoring or customizing Slidev decks, themes, or exports from an agent. It provides deterministic scripts and local references so slide work runs the same across Codex, Claude Code, and OpenClaw.

  • Script-first workflow to create, edit, theme, build, and export Slidev decks
  • Bundles slidev-init, dev, build, export, and theme-eject/scaffold shell scripts
  • Ships local reference docs for Slidev syntax, layouts, theming, and hosting

Slidev Multi Agent by the numbers

  • 16 all-time installs (skills.sh)
  • Ranked #452 of 687 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

slidev-multi-agent capabilities & compatibility

Capabilities
slide authoring · presentation export · theme scaffold
Use cases
presentations · documentation
Pricing
Free
From the docs

What slidev-multi-agent says it does

Create, edit, theme, build, and export Slidev presentations using a script-first workflow with detailed local references.
SKILL.md
Prefer `scripts/*` as the execution layer before ad-hoc CLI commands.
SKILL.md
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill slidev-multi-agent

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs16
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/claude-code-skills

What it does

Scaffold, edit, theme, and export a Slidev presentation deck from an agent using bundled scripts.

Who is it for?

Building and exporting Slidev markdown presentation decks and themes

Skip if: General document editing or non-Slidev slide tools

When should I use this skill?

Working on Slidev decks, themes, layouts, exports, or hosting

What you get

A built and exported Slidev presentation with a customized theme.

  • A Slidev deck (slides.md)
  • A built SPA or exported assets
  • A scaffolded or ejected theme

By the numbers

  • 7 bundled slidev shell scripts
  • 4 core workflows: create, edit, theme, build/export

Files

SKILL.mdMarkdownGitHub ↗

Slidev Multi-Agent Skill

Use this skill for Slidev presentation work across Codex, Claude Code, and OpenClaw.

Required workflow

1. Read references/index.md first. 2. Load only the specific reference files needed for the current task. 3. Prefer scripts/* as the execution layer before ad-hoc CLI commands. 4. Fall back to direct Slidev CLI only when no script covers the workflow.

Core workflows

Create a deck

1. Run scripts/slidev-init.sh [dir]. 2. Confirm slides.md exists. 3. Start preview with scripts/slidev-dev.sh [entry].

Edit slides

1. Use references/slidev/core-syntax.md and references/slidev/layout.md. 2. Update slide structure, frontmatter, layouts, and content. 3. Preview changes with scripts/slidev-dev.sh.

Customize themes

1. Use references/slidev/theme-addon.md, references/slidev/write-theme.md, and references/slidev/directory-structure.md. 2. For theme extraction from active deck, run scripts/slidev-theme-eject.sh. 3. For new theme scaffold, run scripts/slidev-theme-scaffold.sh [theme-name].

Build and export

1. Use references/slidev/hosting.md and references/slidev/exporting.md. 2. Build SPA with scripts/slidev-build.sh. 3. Export assets with scripts/slidev-export.sh.

Reference loading rules

  • For syntax and authoring: references/slidev/core-syntax.md
  • For CLI behavior: references/slidev/cli.md
  • For theming and addons: references/slidev/theme-addon.md, references/slidev/write-theme.md
  • For deck structure and custom files: references/slidev/directory-structure.md
  • For exports and hosting: references/slidev/exporting.md, references/slidev/hosting.md
  • For platform-specific skill behavior:
  • Codex: references/platforms/codex-skills.md
  • Claude Code: references/platforms/claude-skills.md
  • OpenClaw: references/platforms/openclaw-skills.md

Notes

  • Keep operations deterministic and script-first.
  • Do not assume platform-specific metadata files are required.
  • This skill is intentionally a single shared source of truth.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.