debugger
A systematic debugging assistant providing structured processes, strategies, and pattern recognition for software issues.
Install
npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill debuggerStats
| Total installs | 1,390 |
| Weekly installs | 1.4K |
| GitHub stars | 103.8K |
| First seen | Feb 5, 2026 |
| Source | @shubhamsaboo/awesome-llm-apps |
Summary
- Provides a structured six-step debugging process: understand the problem, gather information, form hypotheses, test hypotheses, identify root cause, and fix with verification
- Includes practical strategies like binary search for code isolation, rubber duck debugging, strategic logging patterns, and git bisect for regression tracking
- Documents common bug patterns (off-by-one errors, null references, race conditions, type mismatches, stale state) with recognition techniques
- Offers a standardized output format for debugging analysis covering problem statement, environment, error analysis, prioritized hypotheses, investigation steps, root cause, fix, and prevention
Tags
Related skills
| Skill | Installs | vs debugger |
|---|---|---|
| swiftdata-pro | 1,447 | +57 |
| property-based-testing | 1,436 | +46 |
| frontend-testing-best-practices | 1,457 | +67 |
| claude-automation-recommender | 1,405 | +15 |
| modern-python | 1,399 | +9 |
FAQ
- How many installs does debugger have?
- debugger has 1,390 total installs and 1.4K installs this week.
- Where is debugger hosted?
- debugger is published by @shubhamsaboo/awesome-llm-apps at https://github.com/shubhamsaboo/awesome-llm-apps.
- How many GitHub stars does debugger have?
- debugger has 103.8K GitHub stars.
- When was debugger first indexed?
- OrangeBot.AI first indexed debugger on Feb 5, 2026.
- How do I install debugger?
- Run: npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill debugger