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 ataraksea/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.
Kills stale OpenAI Codex plugin processes (orphaned broker/exec) and cleans their temp dirs. Use when builds fail with EMFILE/inotify exhaustion or after killed terminals.
Kills stale PipeCrew site-view servers left running after session restarts. Discovers all running instances via probe and kills them; supports selective keep flags.