Agent skill · AI & Agents

agent-squad

Main agent orchestrator that coordinates a specialized squad of agents

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill agent-squad --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0
Path: skills/agent-squad/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. The Squad
  3. Core Principles
  4. 1. Agents are Autonomous, Not Chained
  5. 2. Context Window Discipline
  6. 3. Structured Relay
  7. 4. Agent Invocation
  8. Routing Logic
  9. New Project
  10. Mid-Project Feature Addition
  11. Existing Codebase, No Prior Squad Context
  12. When an Agent Reports a Blocker
  13. Project State Tracking
  14. What the Main Agent Never Does
Ships with 8 files
  • alex/SKILL.md
  • aria/SKILL.md
  • dep/SKILL.md
  • luna/SKILL.md
  • mason/SKILL.md
  • max/SKILL.md
  • quinn/SKILL.md
  • rex/SKILL.md
More from agentic-awesome-skills
All skills →
About this skill
What does the agent-squad skill do?

Main agent orchestrator that coordinates a specialized squad of agents

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill agent-squad --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going