claude-casualties
v1.0.0
Published
Track and mourn your fallen AI subagents. A death counter for the agents you create and destroy.
Maintainers
Readme
ClaudeCasualties
Every time you spawn an AI agent, it does your bidding and dies. ClaudeCasualties shows you the body count.
A persistent on-screen kill counter + GTA-style WASTED screen every time an agent finishes. The counter never stops.
Install
Electron App (the overlay)
npm install -g claude-casualties
claude-casualtiesRuns in your system tray. Shows a persistent kill counter at the top of your screen and plays the WASTED animation + sound every time an agent dies.
Claude Code Plugin (the tracker)
Add the PostToolUse hook to your ~/.claude/settings.json:
{
"hooks": {
"PostToolUse": [
{
"matcher": "Agent",
"hooks": [
{
"type": "command",
"command": "node /path/to/claude-casualties/plugin/scripts/on-agent-death.js"
}
]
}
]
}
}Or use the plugin directory:
claude --plugin-dir /path/to/claude-casualties/pluginHow it works
- Claude Code spawns a subagent
- Agent finishes -> PostToolUse hook fires
- Hook records the kill to
~/.claude-casualties/events.jsonl - Electron app detects the new event and plays WASTED
Credits
Inspired by BadClaude. They brought the whip, we brought the body bags.
License
MIT
