From swarm
Stop all swarm processes — background workers, the WebSocket server, and the dashboard. Use when the user types /swarm-stop, or says "stop the swarm", "kill the agents", "shut it down".
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarm:swarm-stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stops every tracked swarm process (workers, server, dashboard) for the current repo.
Stops every tracked swarm process (workers, server, dashboard) for the current repo.
The swarm library lives in the sibling swarm skill. Resolve relative to this skill's base dir:
node "{skillDir}/../swarm/lib/launch.js" stop {swarmRoot}
{swarmRoot} = the current repo (the one with .swarm/). Run with a short timeout, then tell
the user what was stopped.
If the user wants to keep the dashboard/server up and only pause the LLM agents (e.g. running low on tokens), use the Stop workers button in the dashboard, or:
node "{skillDir}/../swarm/lib/launch.js" status {swarmRoot} # see what's running first
npx claudepluginhub mmvinfo28/swarm --plugin swarmCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.