agent-architect
Installation
SKILL.md
Agent Architect
Analyze a codebase and design a complete AI development environment. This skill answers "what agents, skills, instructions, and infrastructure does this project need?" — the architect layer above individual agent and skill management.
Route First
Classify the request before doing anything:
| Mode | When | Key action |
|---|---|---|
| Scan | Understand the project before recommending | Analyze codebase, produce project profile |
| Design | Recommend what agents/skills/infra to use | Produce architecture plan with rationale |
| Generate | Create the files after design approval | Write platform-specific agent + instruction files |
| Audit | Evaluate an existing AI setup | Inventory, gap/overlap analysis, recommendations |
Most requests are Scan → Design → Generate in sequence. Summarize the chosen mode before proceeding.