Agent skill · AI & Agents

subagent-orchestrator

Coordinate quota-aware parallel subagents for large, multi-file Antigravity tasks.

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

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

Facts
Files in the skill folder: 8
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: community
Path: skills/subagent-orchestrator/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

# Subagent Orchestrator A quota-aware, parallel subagent coordination skill for Antigravity 2.0. Turns one big task into a set of isolated, efficient agent missions — without burning your weekly quota. --- ## Use this skill when - A task spans 3+ files or components - You want multiple agents working at the same time - You've hit quota issues mid-task before - The task involves both planning AND building - You need browser agent + code agent + terminal agent running together ## Do not use this skill when - Editing a single file or fixing one bug - Writing a quick script under 50 lines - Asking a question or generating a plan only --- ## Phase 1 — DECOMPOSE (before any agent runs) Before spawning any subagent, the orchestrator MUST produce a Mission Brief. Announce: > "Running subagent-orchestrator skill. Decomposing task into isolated missions." Then output a Mission Brief in this format: ``` MISSION BRIEF ───────────────────────────────────────── Goal: [one sentence, what done looks like] Total Agents: [N] Quota Strategy: [FLASH / SONNET / MIXED] Expected Token Cost: [LOW / MEDIUM / HIGH] AGENTS: [1] ID: agent-001 Role: [e.g. Planner / Builder / Tester / Browser] Scope: [exact fil

What's inside
Steps it walks through
  1. Use this skill when
  2. Do not use this skill when
  3. Phase 1 — DECOMPOSE (before any agent runs)
  4. Phase 2 — QUOTA ROUTING
  5. Phase 3 — CONTEXT ISOLATION
  6. Phase 4 — PARALLEL EXECUTION
  7. Phase 5 — ERROR RECOVERY
  8. Phase 6 — INTEGRATION CHECK
  9. Quota Monitoring Rules
  10. Communication Rules
  11. Examples
  12. Limitations
Ships with 7 files
  • README.md
  • examples/api-plus-frontend.md
  • examples/debug-mission.md
  • examples/nextjs-feature.md
  • resources/mission-brief-template.md
  • resources/quota-reference.md
  • scripts/install.js
More from agentic-awesome-skills
All skills →
About this skill
What does the subagent-orchestrator skill do?

Coordinate quota-aware parallel subagents for large, multi-file Antigravity tasks.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill subagent-orchestrator --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