cc-skill:debug-assistant
Claude Code skill · anthropic · active
This skill walks you through a structured debugging process to find and fix what's broken. It asks you the right questions in the right order: what's happening, what should happen, can you reproduce it, and what changed recently. Then it helps you isolate the root cause instead of flailing at random fixes.
Engineers and technical people who hit an error, stack trace, or unexpected behavior and need a clear path to the fix.
When you mention debugging, error messages, stack traces, broken behavior, or phrases like 'what's wrong', 'this isn't working', 'help me fix this', or 'investigate this bug'.
- "Debug this: my API returns a 500 error after today's deploy"
- "Stack trace shows NullPointerException on line 42. What does that mean?"
- "The checkout page stopped working yesterday. Where do I start?"
You'll know it worked because the skill asked you for the symptom, reproduction steps, recent changes, and error logs before jumping to a fix.
Deploy this skill
no laptop requiredRun this skill on a schedule in the cloud. Pipe output to Telegram, email, or any webhook. Every run is logged here with full output, cost, and thumbs feedback.
How this performs
Cloud-automation runs, real outputs, and feedback.
No cloud runs yet for this skill.
Once you deploy it (above), every run will show up here with the actual output, exact cost, and a thumbs button so you can rate quality over time.
Claude Code skill at /Users/olanrewajukareem/.claude/skills/debug-assistant/SKILL.md. Auto-triggered by description matching when you type in Claude Code, OR embedded into agent system prompts (LeadFlow framework skills are wired this way). Auto-synced from disk every 6h via launchd.
Use this skill when debugging an error, stack trace, unexpected behavior, or production incident. Triggers on "debug this", "what's wrong", "this isn't working", "stack trace", "error message", "exception", "why is this broken", "help me fix", "inves
Local Claude Code use (optional)
Install the SKILL.md file locally so this skill is available the next time you open Claude Code on your Mac. Most users skip this and just use cloud deployments above.
Save this skill to ~/.claude/skills/debug-assistant/SKILL.md so Claude Code auto-loads it whenever its description matches your prompt.
{
"source": "global",
"description": "Use this skill when debugging an error, stack trace, unexpected behavior, or production incident. Triggers on \"debug this\", \"what's wrong\", \"this isn't working\", \"stack trace\", \"error message\", \"exception\", \"why is this broken\", \"help me fix\", \"investigate this bug\"."
}{
"method": "embed_in_prompt",
"skill_path": "/Users/olanrewajukareem/.claude/skills/debug-assistant/SKILL.md"
}That means either: (a) the system has not had a task that matched its strengths, (b) a more cost-effective alternative was picked by the router, or (c) the related automation is toggled OFF on /automations. The Recommender reviews idle tools weekly and may suggest killing it.