Slidev agent skill
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.From its SKILL.md
npx -y skills add aAAaqwq/AGI-Super-Team --skill slidev-agent-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.3 KB, 515 tokens by cl100k_base, as published. Nobody here has run it
Slidev Multi-Agent Skill
Use this skill for Slidev presentation work across Codex, Claude Code, and OpenClaw.
Required workflow
- Read
references/index.mdfirst. - Load only the specific reference files needed for the current task.
- Prefer
scripts/*as the execution layer before ad-hoc CLI commands. - Fall back to direct Slidev CLI only when no script covers the workflow.
Core workflows
Create a deck
- Run
scripts/slidev-init.sh [dir]. - Confirm
slides.mdexists. - Start preview with
scripts/slidev-dev.sh [entry].
Edit slides
- Use
references/slidev/core-syntax.mdandreferences/slidev/layout.md. - Update slide structure, frontmatter, layouts, and content.
- Preview changes with
scripts/slidev-dev.sh.
Customize themes
- Use
references/slidev/theme-addon.md,references/slidev/write-theme.md, andreferences/slidev/directory-structure.md. - For theme extraction from active deck, run
scripts/slidev-theme-eject.sh. - For new theme scaffold, run
scripts/slidev-theme-scaffold.sh [theme-name].
Build and export
- Use
references/slidev/hosting.mdandreferences/slidev/exporting.md. - Build SPA with
scripts/slidev-build.sh. - 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
- Codex:
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.
What ships with it: 25 files
111.2 KB alongside SKILL.md, 8 of them executable
references/
- index.md1.2 KB
- platforms/claude-skills.md32.4 KB
- platforms/codex-skills.md7.4 KB
- platforms/openclaw-skills.md12.2 KB
- slidev/cli.md4.1 KB
- slidev/core-syntax.md3.7 KB
- slidev/directory-structure.md3.5 KB
- slidev/exporting.md7.1 KB
- slidev/hosting.md5.8 KB
- slidev/layout.md768 B
- slidev/theme-addon.md1.8 KB
- slidev/work-with-ai.md1.7 KB
- slidev/write-theme.md3.5 KB
scripts/
- slidev-build.shruns1.4 KB
- _slidev_common.shruns605 B
- slidev-dev.shruns1.4 KB
- slidev-export.shruns3.1 KB
- slidev-init.shruns1.9 KB
- slidev-theme-eject.shruns1.3 KB
- slidev-theme-scaffold.shruns2.0 KB
- sync-references.mjsruns2.8 KB
- LICENSE1.0 KB
- package.json253 B
- README.md8.3 KB
- README.quick.md2.1 KB