This is a structured approach to tracking down and fixing bugs, built around a six-step workflow from information gathering through verification. It covers the usual suspects like off-by-one errors, null references, race conditions, and memory leaks, plus gives you concrete techniques like binary search isolation and divide-and-conquer debugging. The skill includes tool recommendations for different languages (pdb for Python, Chrome DevTools for JavaScript, Delve for Go), which saves you from having to look that up. Most useful when you're staring at an intermittent bug or dealing with unfamiliar error messages. The methodical framework helps when you'd otherwise just start randomly adding print statements.
npx -y skills add supercent-io/skills-template --skill debugging --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot
addyosmani/agent-skills