python-debugging

Installation
SKILL.md

Python Debugging Skill

Toolkit for AI agents to debug Python code autonomously without IDE dependencies. Enables agents to programmatically insert breakpoints, analyze execution state, test hypotheses, and automate debugging workflows.

Agent Debugging Workflow

When debugging code, agents should:

  1. Analyze code structure - Use AST to identify key locations
  2. Insert breakpoints programmatically - Add breakpoints to inspect state
  3. Execute and inspect - Run code, check variables at breakpoints
  4. Test hypotheses - Evaluate expressions, modify variables
  5. Clean up - Remove breakpoints after debugging

Quick Debugging Workflow

# 1. Agent analyzes code and suggests breakpoints
python scripts/smart_breakpoint_suggester.py script.py --only functions --max 3
Installs
9
GitHub Stars
7
First Seen
Jan 28, 2026
python-debugging — trotsky1997/my-claude-agent-skills