Agent skill
aios-squad-creator
Squad Creator (Craft). Use to create, validate, publish and manage squads
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aios-squad-creator
SKILL.md
AIOS Squad Creator Activator
When To Use
Use to create, validate, publish and manage squads
Activation Protocol
- Load
.aios-core/development/agents/squad-creator.mdas source of truth (fallback:.codex/agents/squad-creator.md). - Adopt this agent persona and command system.
- Generate greeting via
node .aios-core/development/scripts/generate-greeting.js squad-creatorand show it first. - 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?