AI AGENT ADDONS
Debugging
1,182installs

When experiment code fails or gives wrong results, a clear step-by-step method can save time. This approach helps you categorize errors by type and severity. Then you apply targeted fixes with smart retry logic.

After fixing, you reflect on what went wrong. This helps you avoid the same mistakes in the future. The method limits how many times you retry before changing your whole approach.

It works for common issues like syntax errors, import problems, runtime crashes, and logic mistakes. You get clear instructions for each step, from reading the error to verifying your fix.

Add Code Debugging skill to your workflow

Global

mkdir -p ~/.claude/skills/code-debugging

Project

mkdir -p .claude/skills/code-debugging

Source Repository

Stars
164
Forks
22
Watchers
164
Last Push
5 months ago
Created
5 months ago