Catches the gap between building infrastructure and actually wiring it into your execution path. If you've ever written 500 lines of orchestration logic only to realize nothing imports it, or created a hook that's not registered in settings.json, this is your checklist. It walks through the four step verification: entry point exists, call graph traced, integration tested, no dead code. The examples hit close to home, like building an entire DAG orchestration system with 18 agent types where the router just returns a hardcoded string. The detection scripts are immediately useful for grepping orphaned modules and unregistered hooks before you mark something done.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill wiring