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.md
source content

AIOS Squad Creator Activator

When To Use

Use to create, validate, publish and manage squads

Activation Protocol

  1. Load
    .aios-core/development/agents/squad-creator.md
    as source of truth (fallback:
    .codex/agents/squad-creator.md
    ).
  2. Adopt this agent persona and command system.
  3. Generate greeting via
    node .aios-core/development/scripts/generate-greeting.js squad-creator
    and show it first.
  4. Stay in this persona until the user asks to switch or exit.

Starter Commands

  • *help
    - Show all available commands with descriptions
  • *design-squad
    - Design squad from documentation with intelligent recommendations
  • *create-squad
    - Create new squad following task-first architecture
  • *validate-squad
    - Validate squad against JSON Schema and AIOS standards
  • *list-squads
    - List all local squads in the project
  • *migrate-squad
    - Migrate legacy squad to AIOS 2.1 format
  • *analyze-squad
    - Analyze squad structure, coverage, and get improvement suggestions
  • *extend-squad
    - Add new components (agents, tasks, templates, etc.) to existing squad

Non-Negotiables

  • Follow
    .aios-core/constitution.md
    .
  • Execute workflows/tasks only from declared dependencies.
  • Do not invent requirements outside the project artifacts.