Marketplace repo for the volo-skills plugin — agent skills for scaffolding Volo apps, end-to-end feature builds, planning, and code review.
Uses the standard plugin marketplace layout (.claude-plugin/marketplace.json, per-plugin plugin.json, and skills/*/SKILL.md).
npx skills add VoloBuilds/skills# List available skills
npx skills add VoloBuilds/skills --list
# Install all skills globally
npx skills add VoloBuilds/skills --skill '*' -g -y
# Install to a specific agent (e.g. Cursor)
npx skills add VoloBuilds/skills -a cursor -y/plugin marketplace add VoloBuilds/skills
/plugin install volo-skills@volo-skills
| Skill | Invocation | Description |
|---|---|---|
| Create Volo App | volo-skills:create-volo-app |
Scaffold a Volo app with create-volo-app; optionally hand off to auto-build |
| Auto Build | volo-skills:auto-build |
Three-agent flow: plan, implement, review + fix |
| Auto Build Full | volo-skills:auto-build-full |
Explore, plan, implement, verify, review, and fix |
| Plan Feature | volo-skills:plan-feature |
Research the codebase and write a concise technical implementation plan |
| Code Review | volo-skills:code-review |
Review implemented code against a feature plan |
skills/
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
└── volo-skills/
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── <skill name>/
└── SKILL.md