Content Preview
--- model: claude-sonnet-4-0 --- Debug complex issues using specialized debugging agents: [Extended thinking: This tool command leverages the debugger agent with additional support from performance-engineer when performance issues are involved. It provides deep debugging capabilities with root cause analysis.] ## Debugging Approach ### 1. Primary Debug Analysis Use Task tool with subagent_type="debugger" to: - Analyze error messages and stack traces - Identify code paths leading to the issue
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/smart-debug.md \
https://raw.githubusercontent.com/wshobson/commands/main/tools/smart-debug.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/wshobson/commandsThen reference at tools/smart-debug.md
Related Skills
all-tools
Display All Available Development Tools
commandsalltools
by qdhenry · claude-command-suite
all_tools
List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
commandsalltools
by disler · disler-hooks-mastery
tool-types-guide
Tool Types Guide — Comprehensive Reference for Free Marketing Tools
marketing-skilltooltypesguide
by alirezarezvani · alirezarezvani-claude-skills
debug-trace
You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments.
toolsdebugtrace
by wshobson · wshobson-commands