Debugging is a skill you can learn. This method uses four simple steps to find and fix any problem. First you reproduce the bug every time. Then you trace the fail path to see where things go wrong. Next you falsify the hypothesis to test your guess. Finally you cross-reference every breadcrumb from each test run.
You start each session by reciting a short mantra. This keeps you focused and organized. The steps must be done in order before suggesting a fix. Anyone can use this discipline to debug faster and avoid chasing fake leads.
Global
mkdir -p ~/.claude/skills/debug-mantraProject
mkdir -p .claude/skills/debug-mantraSource Repository
Azure Diagnosticsmicrosoft/azure-skills
Debug Azure production issues with systematic diagnostics and AI-powered tools
Azure Messagingmicrosoft/azure-skills
Troubleshoot and fix Azure messaging SDK errors for Event Hubs and Service Bus
Use My Browserxixu-me/skills
Work inside your live browser session for real page inspection and debugging
Diagnosemattpocock/skills
A step-by-step debug loop for finding and fixing hard bugs
Diagnosing Bugsmattpocock/skills
Build a tight feedback loop to find any bug fast
Systematic Debuggingobra/superpowers
Find the root cause of every bug before attempting any fix to save time
Safe Debuglllllllama/rigorpilot-skills
Debug deep learning failures safely with conservative diagnosis and minimal patches
Firebase Crashlyticsfirebase/agent-skills
Set up crash reporting for your Android or iOS app with ease