SkillsAggSubmit Skill

slidev-multi-agent

Clean

Create, edit, theme, build, and export Slidev presentations using a script-first workflow with detailed local references. Use when working on Slidev decks, themes, layouts, exports, or hosting. Always consult references/index.md first and execute via scripts when available.

0 stars🍴 0 forks0 installs📄 MIT

Install Command

npx skills add 6missedcalls/slidev-agent-skill
Author
6missedcalls
Repository
6missedcalls/slidev-agent-skill
Discovered via
github topic
Weekly installs
0
Quality score
25/100
Last commit
2/24/2026

SKILL.md

---
name: slidev-multi-agent
description: Create, edit, theme, build, and export Slidev presentations using a script-first workflow with detailed local references. Use when working on Slidev decks, themes, layouts, exports, or hosting. Always consult references/index.md first and execute via scripts when available.
---

# 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.

Similar Skills

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

npx skills add zarazhangrui/frontend-slides

Multi-model agent implementation workflow for software development. Orchestrates research, evaluation, design baseline, implementation, RCA, structured decomposition, constraint discovery, model selection, and agent-driven Stage 3 codemap exploration across external AI models (GPT, GLM, Claude). Use when implementing features through a structured multi-phase pipeline with worktrees, dynamic scheduling, and SQLite-backed agent coordination.

npx skills add nestharus/agent-implementation-skill

Transform technical projects into compelling portfolio pieces with executive summaries, technical deep-dives, architecture diagrams, impact metrics, and demo-ready GitHub Pages. Analyzes GitHub repos and project descriptions to generate audience-specific showcase materials.

npx skills add infinyte/portfolio-showcase-generator
content-wandClean

Transforms content between formats and platforms. Use when user says 'turn this into', 'repurpose this as', 'make this a', 'atomize this', or 'reformat for'. Creates Twitter/X threads, LinkedIn posts, email newsletters, Instagram carousels, YouTube Shorts scripts, TikTok scripts, Threads posts, Bluesky posts, podcast talking points from any source (pasted text, URL, transcript, rough notes, or topic idea). Also converts between content types: podcast→blog, thread→article, notes→newsletter, case study→template. Includes Writing Style matching that learns your style once and applies it automatically. Ends with a humanizer pass that removes AI writing patterns from every output.

npx skills add baagad-ai/content-wand