subagent-orchestrator
Coordinate quota-aware parallel subagents for large, multi-file Antigravity tasks.
npx skills add sickn33/agentic-awesome-skills --skill subagent-orchestrator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Use this skill when
- Do not use this skill when
- Phase 1 — DECOMPOSE (before any agent runs)
- Phase 2 — QUOTA ROUTING
- Phase 3 — CONTEXT ISOLATION
- Phase 4 — PARALLEL EXECUTION
- Phase 5 — ERROR RECOVERY
- Phase 6 — INTEGRATION CHECK
- Quota Monitoring Rules
- Communication Rules
- Examples
- Limitations
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.