AI AGENT ADDONS
Debugging
3,455installs

When something breaks, use this structured process to find and fix the problem. It walks you through four clear steps: reproduce, isolate, diagnose, and fix. You just need to share the error message or describe what went wrong.

The skill helps you understand expected vs actual behavior and narrow down the cause. It checks recent changes, logs, and code paths. Then it proposes a fix and suggests tests to prevent the same bug in the future.

This works for any bug, from stack traces to odd behavior like "works in staging but not in prod". Simply describe the issue clearly and let the systematic approach guide you to the root cause.

Add Debug skill to your workflow

Global

mkdir -p ~/.claude/skills/debug

Project

mkdir -p .claude/skills/debug

Source Repository

Stars
22,120
Forks
2,589
Watchers
22,120
License
Apache-2.0
Last Push
23 days ago
Created
5 months ago