When you're stuck in debugging circles or dealing with gnarly browser interaction bugs, this multi-agent skill coordinates a debugger and code-reviewer to investigate what's actually happening. It's built for the frustrating scenarios where symptoms don't match your mental model, like React hooks behaving weirdly or race conditions in state management. The approach is methodical: it can tap into Chrome devtools via MCP to check network tabs and console logs while analyzing your code. With 165 installs and passing most security audits (Snyk flagged something, worth checking), it's being actively used. Think of it as bringing in a second pair of eyes with actual tooling when your own debugging strategy has run out of steam.
npx skills add https://github.com/jezweb/claude-skills --skill deep-debug