vibery-manager
Installation
SKILL.md
Vibery Manager
Unified workflow for managing the Vibery monorepo.
Available Commands
| Command | Description |
|---|---|
/template create <type> <name> |
Create new template (agent, command, skill, etc.) |
/template list [--type TYPE] |
List all templates |
/template pull <source> |
Pull from git repo or local path |
/kit create <name> |
Create new kit scaffold |
/kit add <kit> <item> |
Add template/skill to kit |
/kit remove <kit> <item> |
Remove item from kit |
/kit list [kit-name] |
List kits or kit contents |
/sync |
Sync templates + generate manifest |
/publish |
Push to GitHub (templates repo) |
/deploy |
Alias for /sync + /publish (one command) |