Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Parallelize independent sub-jobs across fresh-context subagents instead of one bloated context. Use when a goal branches into many independent pieces.
.claude/skills/archive228-subagent-fanout/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 159% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 67% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -19% | 0% |
One context loaded with ten jobs' worth of material is the exact shape that triggers context rot. Ten small contexts don't.
Fan-out for breadth (research, multi-file edits, multi-source verification). Keep it serial when step N needs step N-1's output.
Other measured skills in the registry, with their headline benchmark lift.