agent-army

Solid

Deploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. A top-tier commander (Fable or Opus) orchestrates the swarms; the user picks a power level (Max Power / Heavy / Balanced / Economy) that sets the Opus/Sonnet/Haiku model mix per layer. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.

AI & Automation 229 stars 38 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
79
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Army A 2-layer parallel execution framework. The Commander is the top-tier model — Fable by default, or Opus if that's the session model — and does the thinking: recon, composition, briefing, verification. It orchestrates swarms of subordinate models whose tiers the user picks at deploy time (see Power Level). Each Layer 1 agent has its own full context window (not a slice). Each spawns Layer 2 sub-agents under it. The result is many independent brains running at once — not one brain divided. ``` Commander (you — Fable or Opus, the session model) | |-- Layer 1: Team (3 to 50+, each = own 1M context, L1 tier from power level) | |-- Agent A (1M) -- Sub-agent A1, A2, ... (L2 tier) | |-- Agent B (1M) -- Sub-agent B1, B2, ... (L2 tier) | |-- Agent C (1M) -- Sub-agent C1, C2, ... (L2 tier) | |-- ... (no cap) ``` **Swarm vs. army:** A swarm splits one context window across sub-agents — one brain, divided. An army gives each Layer 1 member its own window. That difference is the whole point of this skill. ## When to use - Large refactors spanning many files - Multi-file color / style / naming / API migrations - Broad codebase audits (security, a11y, performance, dead code) - Bulk content generation or transformation - Any task with **6+ independent units of work** that can run simultaneously ## When NOT to use - Fewer than 6 independent units of work — just do it directly - Heavy sequential dependencies where each step needs the last one's output - ...

Details

Author
OneWave-AI
Repository
OneWave-AI/claude-skills
Created
9 months ago
Last Updated
1 weeks ago
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category