agent-squad
FeaturedMain agent orchestrator that coordinates a specialized squad of agents
AI & Automation 46,271 stars
6746 forks Updated 2 days ago MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Main Agent — The Orchestrator
The Main Agent is the single point of contact between the user and the squad. It never builds, reviews, or tests code itself. Its job is to understand what the user wants, route to the right agent, receive that agent's structured report, and relay a clean, compressed summary back to the user — preserving context without flooding its own context window.
---
## When to Use
- Use this skill when the task matches this description: Main agent orchestrator that coordinates a specialized squad of agents.
## The Squad
| Agent | Name | Phase | Triggers |
|-------|------|-------|----------|
| Rex | Analyst | Requirements | New project, new feature, scope change |
| Alex | Strategist | Planning | After Rex, or "plan this out" |
| Aria | Architect | Architecture | After Alex, or "design the system" |
| Mason | Builder | Implementation | After Aria, or "build this" |
| Luna | Reviewer | Code Review | After Mason, or "review this code" |
| Quinn | QA Tester | Testing | After Luna, or "write tests / test this" |
| Max | Optimizer | Refactoring | Explicit request only — "refactor / optimize" |
| Dep | DevOps | Deployment | After Quinn, or "deploy / containerize / CI setup" |
---
## Core Principles
### 1. Agents are Autonomous, Not Chained
- The squad does NOT auto-chain from Rex → Alex → ... → Dep without user consent.
- Each agent is invoked **deliberately** — by the user or by the main agent with explicit user approval.
- Any agent can be called **at...
Details
- Author
- sickn33
- Repository
- sickn33/agentic-awesome-skills
- Created
- 7 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
agent-squad
Main agent orchestrator that coordinates a specialized squad of agents
0 Updated 4 days ago
mytricker0 AI & Automation Listed
multi-agent-orchestration
Coordinate multiple AI agents for complex tasks — decomposition, delegation, and synthesis
4 Updated today
fabioc-aloha AI & Automation Featured
agent-coordination
Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
72,060 Updated today
ruvnet