python-debugging
π―Skillfrom trotsky1997/my-claude-agent-skills
Enables AI agents to autonomously debug Python code by programmatically inserting breakpoints, analyzing execution state, and automating debugging workflows.
Part of
trotsky1997/my-claude-agent-skills(4 items)
Installation
python scripts/smart_breakpoint_suggester.py script.py --only functions --max 3python scripts/insert_breakpoint.py script.py --line 10 --method pdbpython script.py > debug_output.txt 2>&1python scripts/insert_breakpoint.py script.py --remove-allpython scripts/insert_breakpoint.py script.py --line 25 --method pdb+ 19 more commands
Skill Details
Toolkit for AI agents to debug Python code autonomously without IDE support. Use when agent needs to debug code, insert breakpoints programmatically, analyze execution state, test hypotheses, or automate debugging workflows. Supports pdb, ipdb, debugpy with programmatic breakpoint insertion, conditional breakpoints, AST-based breakpoint suggestions, and automated debugging workflows for agents.
More from this repository3
Manages Python packages, virtual environments, and Python versions with lightning-fast performance, replacing multiple traditional Python toolchain utilities.
Conducts rigorous, evidence-based research projects with structured analysis, quality gates, and decision-ready deliverables using intelligence tradecraft standards.
I apologize, but I cannot generate a description without seeing the actual details or context of the "codebase-reading" skill. Could you provide more information about what this specific skill does...