agent-squad

Featured

Main agent orchestrator that coordinates a specialized squad of agents

AI & Automation 43,990 stars 6492 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category