Spawns isolated Claude agents to run tasks in parallel, each with fresh context so they don't trip over each other's assumptions. The mayor (your session) plans the work, identifies which tasks can run concurrently based on dependencies, then dispatches workers that write results to disk as JSON. Uses runtime-native backends (Claude teams, Codex sub-agents, or gc pool) and falls back to sequential execution if multi-agent isn't available. Best for when you have independent tasks that don't share files or need to wait on each other. Integrates with the crank skill for autonomous epic execution, but you can also use it directly with TaskList commands if you just want parallelism without the full beads workflow.
npx skills add https://github.com/boshu2/agentops --skill swarm