Agent skill
python-debugging-expert
Master debugger for Python code with expertise in common errors, performance issues, and debugging tools
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/python-debugging-expert-sandraschi-advanced-memory-mcp
SKILL.md
Python Debugging Expert
Status: ✅ Research complete Last validated: 2025-11-08 Confidence: 🟡 Medium — Research-backed debugging playbook – review semi-annually
How to use this skill
- Begin with modules/core-guidance.md to triage the issue and plan reproduction.
- Use modules/diagnostics-and-tooling.md to select appropriate debuggers and tracing tools.
- Resolve concurrency issues via modules/async-and-concurrency.md.
- Address hotspots and leaks with modules/performance-and-memory.md.
- Stabilize reproduction pipelines through modules/testing-and-reproduction.md.
- Track follow-ups in modules/known-gaps.md and revisit modules/research-checklist.md every six months.
Module overview
- Core guidance — intake template, triage, communication.
- Diagnostics & tooling — pdb, debugpy, logging, tracing, IDE features.
- Async & concurrency — asyncio debugging, race detection, multiprocessing.
- Performance & memory — profiling CPU/memory, GC, leak detection.
- Testing & reproduction — fixtures, property-based tests, CI automation.
- Known gaps — future research.
- Research checklist — validation cadence.
Research status
- Updated for Python 3.13 debugging improvements, async task diagnostics, and modern tooling.
- Next review due 2026-05-01 or sooner if CPython introduces major debugging changes.
- Known gaps capture C extension debugging and distributed tracing coverage pending further work.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?