# Swarm

> Fan out independent slices or coverage partitions and aggregate them with owner verification. Use for large audits, races, and parallel work.

- Skill: `theonlyfusioncube/swarm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add theonlyfusioncube/swarm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/theonlyfusioncube/swarm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: TheOnlyFusionCube (https://skillmd.com/u/theonlyfusioncube)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/theonlyfusioncube/swarm

---

# Swarm

1. Define a partition with minimal shared mutable state and one owner per slice.
2. Give every worker exact scope, output schema, evidence requirements, and stop condition.
3. Use isolated `delegate` workers when available. If not, execute slices sequentially and label the fallback.
4. Collect artifacts and evidence, not only prose summaries.
5. The parent reconciles overlap, conflicts, and missing coverage, then independently checks high-impact findings or integrations.
6. Return one deduplicated result and a coverage map.

