slidev-multi-agent
Installation
SKILL.md
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].