When your hooks aren't firing or silently failing, this gives you a systematic debugging workflow instead of guessing. It walks through checking outputs first, verifying registration in settings.json, testing hooks manually with echo, and catching the silent failure pattern where detached spawn with stdio ignore hides all errors. The rebuild reminder is critical since editing TypeScript source does nothing until you rebundle to .mjs. Built from 10 actual debugging sessions, so the common issues table covers real problems like hooks registered twice or wrong session IDs. Saves you from the frustrating cycle of edit, wonder why nothing changed, repeat.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill debug-hooks