From claude-utils
Find and clean up leaked browser, test-runner, and dev-server processes after interrupted sessions. Use when a task leaves Chromium, Playwright, Vitest, Jest, or long-lived dev servers behind.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-utils:orphaned-process-cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when local development processes survived after the session that created them.
Use this skill when local development processes survived after the session that created them.
pkill patterns.npx claudepluginhub mariogusmao/mg-plugins --plugin claude-utilsFinds stale and resource-hungry processes, scores waste, and presents cleanup report. Activates on RAM queries or slow machine, or proactively when noticing sluggishness.
Interactively bulk-cancel stale non-terminal workflows with a dry-run preview, safeguard checks, and user confirmation before applying.
Calculates SCUM scores for processes based on CPU, memory, and runtime to identify resource hogs. Provides bash/awk commands, babashka script, and justfile recipes to view, classify, and kill them. Useful for high system load debugging.