Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Spawn Agentica multi-agent patterns
.claude/skills/agentica-spawn/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -62% | 0% |
Use this skill after user selects an Agentica pattern.
pythonswarm = Swarm( perspectives=[ "Security expert analyzing for vulnerabilities", "Performance expert optimizing for speed", "Architecture expert reviewing design" ], aggregate_mode=AggregateMode.MERGE, ) result = await swarm.execute(task_description)
pythonhierarchical = Hierarchical( coordinator_premise="You break tasks into subtasks", specialist_premises={ "planner": "You create implementation plans", "implementer": "You write code", "reviewer": "You review code for issues" }, ) result = await hierarchical.execute(task_description)
pythongc = GeneratorCritic( generator_premise="You generate solutions", critic_premise="You critique and suggest improvements", max_rounds=3, ) result = await gc.run(task_description)
pythonjury = Jury( num_jurors=5, consensus_mode=ConsensusMode.MAJORITY, premise="You evaluate the solution" ) verdict = await jury.decide(bool, question)
All spawned agents receive:
SWARM_ID: Unique identifier for this swarm runAGENT_ROLE: Role within the pattern (coordinator, specialist, etc.)PATTERN_TYPE: Which pattern is running| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 13,317 | 7,112 | -47% | 1 | 1 | 0% | 2,602 | 1,909 | -27% | 0 | 0 | — |
case-02 | fail→pass | 12,829 | 6,385 | -50% | 1 | 1 | 0% | 2,226 | 1,727 | -22% | 0 | 0 | — |
case-03 | fail→fail | 9,147 | 6,073 | -34% | 1 | 1 | 0% | 1,796 | 1,676 | -7% | 0 | 0 | — |
case-04 | fail→pass | 15,989 | 5,622 | -65% | 1 | 1 | 0% | 3,274 | 1,592 | -51% | 0 | 0 | — |
case-09 | pass→pass | 14,520 | 3,361 | -77% | 1 | 1 | 0% | 2,816 | 877 | -69% | 0 | 0 | — |
case-05 | fail→pass | 13,495 | 10,732 | -20% | 1 | 1 | 0% | 1,772 | 1,572 | -11% | 0 | 0 | — |
case-06 | fail→pass | 30,094 | 3,962 | -87% | 1 | 1 | 0% | 3,222 | 1,223 | -62% | 0 | 0 | — |
case-07 | fail→pass | 13,955 | 6,128 | -56% | 1 | 1 | 0% | 3,364 | 1,728 | -49% | 0 | 0 | — |
case-08 | fail→pass | 22,345 | 6,576 | -71% | 1 | 1 | 0% | 1,848 | 1,878 | +2% | 0 | 0 | — |
case-10 | fail→pass | 7,251 | 2,222 | -69% | 1 | 1 | 0% | 1,500 | 827 | -45% | 0 | 0 | — |
case-11 | fail→pass | 8,077 | 1,497 | -81% | 1 | 1 | 0% | 1,387 | 697 | -50% | 0 | 0 | — |
case-12 | pass→pass | 9,074 | 1,639 | -82% | 1 | 1 | 0% | 1,598 | 779 | -51% | 0 | 0 | — |
case-13 | fail→pass | 10,751 | 3,142 | -71% | 1 | 1 | 0% | 1,978 | 742 | -62% | 0 | 0 | — |
case-14 | fail→pass | 8,442 | 3,378 | -60% | 1 | 1 | 0% | 1,381 | 1,120 | -19% | 0 | 0 | — |
case-15 | fail→pass | 9,330 | 3,619 | -61% | 1 | 1 | 0% | 1,545 | 1,023 | -34% | 0 | 0 | — |
case-16 | pass→pass | 7,489 | 3,928 | -48% | 1 | 1 | 0% | 1,219 | 1,211 | -1% | 0 | 0 | — |
case-17 | fail→pass | 7,598 | 3,348 | -56% | 1 | 1 | 0% | 1,270 | 1,049 | -17% | 0 | 0 | — |
case-18 | fail→pass | 7,536 | 2,162 | -71% | 1 | 1 | 0% | 1,386 | 846 | -39% | 0 | 0 | — |
case-19 | fail→pass | 14,532 | 3,958 | -73% | 1 | 1 | 0% | 2,768 | 1,245 | -55% | 0 | 0 | — |
case-20 | pass→pass | 5,988 | 3,021 | -50% | 1 | 1 | 0% | 1,148 | 1,018 | -11% | 0 | 0 | — |
case-21 | pass→pass | 12,042 | 7,366 | -39% | 1 | 1 | 0% | 2,430 | 1,904 | -22% | 0 | 0 | — |
case-22 | pass→pass | 13,675 | 8,046 | -41% | 1 | 1 | 0% | 2,100 | 1,920 | -9% | 0 | 0 | — |
case-23 | pass→pass | 9,930 | 6,085 | -39% | 1 | 1 | 0% | 1,728 | 1,492 | -14% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +65 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 7/30/2026 | +77% |
Other measured skills in the registry, with their headline benchmark lift.