Skip to content
Automation
Command

/cancel-swarm

Cancel any active swarm

From plugin
essentials-claude-code
9125 skills8 agents25 commands
Install
$ npx -y skills add GantisStorm/essentials-claude-code --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cancel-swarm

Context preview

What this command does when you run it.

Cancel any active swarm

Command definition

cancel-swarm.md
allowed-tools: ["TaskList", "TaskStop"]
argument-hint: ""
description: Cancel any active swarm
model: opus

Cancel Swarm

Stop any active swarm workers.

Works with all swarm commands: `/implement-swarm`, `/plan-swarm`, `/tasks-swarm`, `/beads-swarm`.

Note: Loop and swarm commands are interchangeable - use `/cancel-swarm` for swarms and `/cancel-loop` for loops.

Instructions

1. Call TaskList to see all tasks and their status 2. For any tasks with status `in_progress`:

  • Note the owner (worker name)
  • The worker may still be running

3. Use TaskStop to halt any background workers still active 4. Report:

  • Completed tasks: N
  • In-progress (interrupted): N
  • Pending (not started): N

If no in-progress tasks found:

  • Say "No active swarm found."

After Cancellation

Task progress is preserved:

  • Completed tasks remain completed
  • In-progress tasks may complete if worker finishes
  • Pending tasks remain pending

To check task status:

TaskList

Note

Unlike loop cancellation, swarm workers are independent agents. If a worker completed its current task before cancellation, that work is saved. For Agent Teams (tmux-based), use `/cancel-team` instead.

Ships withessentials-claude-code

Loops, swarms, and teams powered by Claude Code's built-in Task System. Loop, swarm, and team are three execution modes. Loop runs sequentially. Swarm runs parallel subagents. Team spawns full Claude Code instances with shared contracts via Agent Teams.

Get the whole plugin, auto-invoked
Stats
91
Stars
1
Views
9
Forks
Maintained
Maintenance
Unlicense
License
5mo ago
Last commit
7mo ago
Created

Repo: GantisStorm/essentials-claude-code