exPardus

Kill — Development skill for Claude Code

Development community

Interrupt a worker if running, then mark it dead.

How to install Kill

Installs to ~/.claude/skills/expardus-fleet-kill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/expardus-fleet-kill && curl -fsSL https://raw.githubusercontent.com/exPardus/fleet/HEAD/commands/kill.md -o ~/.claude/skills/expardus-fleet-kill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Kill does


description: 'Interrupt a worker if running, then mark it dead. Terminal — only respawn brings it back.' argument-hint: ''

Kill fleet worker `$1`.

**This is terminal.** A `dead` worker is sticky: no log line and no recompute resurrects it, and the only exit is `fleet respawn $1`.

Before running anything, confirm with the operator that they mean this worker and not `fleet interrupt $1` (which kills only the current turn and leaves the worker alive). Once confirmed, run `fl

Alternatives in Development

  • Epic Review — Mark epic review requested, approved, or changes requested 243.5k ★
  • /triage — Quick triage to decide: submit or kill 1.8k ★
  • Pi Reserved Keybindings — Extensions cannot override these shortcuts — they are silently skipped by registerShortcut() 526 ★

Full documentation available on GitHub

View Source Repository