npx skills add ...
npx skills add cursor/plugins --skill swarm
Fan out N parallel workers, drain them, and return one report. Use for /swarm, 'swarm this', or parallel coverage, races, gauntlets, and exploration.
npx skills add cursor/plugins --skill swarm
Fan out N parallel cloud workers. They may cover separate slices, race the same brief, or mix both. The parent waits, aggregates, and returns one report.
Open a todolist with one entry per phase before launching anything.
first pass, rank all, or best-of before spawning.swarm workers in ~/.cursor/rules/pstack-models.mdc when present. Otherwise use grok-4.6-fast-xhigh. For a model race, name each arm's model up front.Spawn all N workers in one message with subagent_type: generalPurpose, environment: "cloud", run_in_background: true, and the configured model. Use environment: "local" only when the worker needs access to something on the user's computer.
When a worker must start from a non-default pushed branch, pass cloud_base_branch.
Every brief stands alone. Include the goal, scope, exact slice or race arm, how to verify, and what to report. Reports use PASS, ISSUES, or BLOCKED with evidence.
If a worker drops out, proceed with N-1 and note it.
Read the terminal results. For coverage, every required slice needs a result. For a race, apply the selection rule declared up front. Use first pass, rank all, or best-of. Do not paste raw worker dumps.
Keep a compact result table, one-line evidenced issues, and explicit gaps or dropouts.
Return one consolidated in-chat report with the table, issue one-liners, gaps or dropouts, and the race rule when used.