Claude Code Plugins

Community-maintained marketplace

Feedback

python-debugging-expert

@sandraschi/advanced-memory-mcp
3
0

Master debugger for Python code with expertise in common errors, performance issues, and debugging tools

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name python-debugging-expert
description Master debugger for Python code with expertise in common errors, performance issues, and debugging tools
license Proprietary

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

  1. Begin with modules/core-guidance.md to triage the issue and plan reproduction.
  2. Use modules/diagnostics-and-tooling.md to select appropriate debuggers and tracing tools.
  3. Resolve concurrency issues via modules/async-and-concurrency.md.
  4. Address hotspots and leaks with modules/performance-and-memory.md.
  5. Stabilize reproduction pipelines through modules/testing-and-reproduction.md.
  6. Track follow-ups in modules/known-gaps.md and revisit modules/research-checklist.md every six months.

Module overview

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.