# Aios Squad Creator

> Squad Creator (Craft). Use to create, validate, publish and manage squads

- Skill: `majiayu000/aios-squad-creator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/aios-squad-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/aios-squad-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/aios-squad-creator

---

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

