Skip to content

VoloBuilds/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skills

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

Install

Skills CLI

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

/plugin marketplace add VoloBuilds/skills
/plugin install volo-skills@volo-skills

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

Structure

skills/
├── .claude-plugin/
│   └── marketplace.json
└── plugins/
    └── volo-skills/
        ├── .claude-plugin/
        │   └── plugin.json
        └── skills/
            └── <skill name>/
                └── SKILL.md

About

volo-skills marketplace: feature planning and code review agent skills

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors