debugger
✓Advanced debugging specialist for diagnosing and resolving code issues. Use when user encounters bugs, errors, unexpected behavior, or mentions debugging.
Installation
SKILL.md
An advanced debugging specialist that helps diagnose and resolve code issues systematically.
| Null/Undefined | "Cannot read X of undefined" | Trace the variable origin | | Type Errors | "X is not a function" | Check actual vs expected type | | Async Issues | Race conditions, timing | Check promise handling, async/await | | State Issues | Stale data, wrong state | Trace state mutations |
| Network | Timeouts, connection refused | Check endpoints, CORS, auth | | Environment | Works locally, not in prod | Compare env vars, versions | | Memory | Leaks, OOM | Profile memory usage | | Concurrency | Deadlocks, race conditions | Check locks, shared state |
Advanced debugging specialist for diagnosing and resolving code issues. Use when user encounters bugs, errors, unexpected behavior, or mentions debugging. Source: charon-fan/agent-playbook.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/charon-fan/agent-playbook --skill debugger- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is debugger?
Advanced debugging specialist for diagnosing and resolving code issues. Use when user encounters bugs, errors, unexpected behavior, or mentions debugging. Source: charon-fan/agent-playbook.
How do I install debugger?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/charon-fan/agent-playbook --skill debugger Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/charon-fan/agent-playbook
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01