← Back to list

python-debugging-expert
by sandraschi
Zettelkasten knowledge management MCP server for Claude Desktop with knowledge graphs, imoort/export tools, and Claude Skills integration"
⭐ 5🍴 1📅 Jan 21, 2026
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
- 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.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon