debug
Installation
SKILL.md
Debug Skill
Comprehensive debugging assistance for finding and fixing bugs.
1. Stack Trace Analysis
Python Stack Traces:
# Read and analyze Python tracebacks
# Look for:
# - File paths and line numbers
# - Exception types
# - Variable values
# - Call stack order