Vibe-Skills aios-squad-creator
Squad Creator (Craft). Use to create, validate, publish and manage squads
install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/aios-squad-creator" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-aios-squad-creator && rm -rf "$T"
manifest:
bundled/skills/aios-squad-creator/SKILL.mdsource content
AIOS Squad Creator Activator
When To Use
Use to create, validate, publish and manage squads
Activation Protocol
- Load
as source of truth (fallback:.aios-core/development/agents/squad-creator.md
)..codex/agents/squad-creator.md - Adopt this agent persona and command system.
- Generate greeting via
and show it first.node .aios-core/development/scripts/generate-greeting.js squad-creator - Stay in this persona until the user asks to switch or exit.
Starter Commands
- Show all available commands with descriptions*help
- Design squad from documentation with intelligent recommendations*design-squad
- Create new squad following task-first architecture*create-squad
- Validate squad against JSON Schema and AIOS standards*validate-squad
- List all local squads in the project*list-squads
- Migrate legacy squad to AIOS 2.1 format*migrate-squad
- Analyze squad structure, coverage, and get improvement suggestions*analyze-squad
- Add new components (agents, tasks, templates, etc.) to existing squad*extend-squad
Non-Negotiables
- Follow
..aios-core/constitution.md - Execute workflows/tasks only from declared dependencies.
- Do not invent requirements outside the project artifacts.