debugging-strategies
A systematic guide to debugging using the scientific method, covering JS/TS, Python, Go, and performance profiling.
Install
npx skills add https://github.com/wshobson/agents --skill debugging-strategiesStats
| Total installs | 4,689 |
| Weekly installs | 4.7K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers the scientific method for debugging: observe, hypothesize, experiment, analyze, and repeat until root cause is found
- Includes language-specific debugging tools and configurations for JavaScript/TypeScript, Python, and Go with practical examples
- Provides advanced techniques like binary search debugging, differential debugging, trace debugging, and memory leak detection
- Organized patterns for common issue types: intermittent bugs, performance issues, and production debugging with targeted strategies
Tags
Related skills
| Skill | Installs | vs debugging-strategies |
|---|---|---|
| mentoring-juniors | 5,296 | +607 |
| react-state-management | 4,849 | +160 |
| frontend-code-review | 4,378 | -311 |
| bash-defensive-patterns | 3,788 | -901 |
| php-pro | 4,409 | -280 |
FAQ
- How many installs does debugging-strategies have?
- debugging-strategies has 4,689 total installs and 4.7K installs this week.
- Where is debugging-strategies hosted?
- debugging-strategies is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does debugging-strategies have?
- debugging-strategies has 32.4K GitHub stars.
- When was debugging-strategies first indexed?
- OrangeBot.AI first indexed debugging-strategies on Jan 20, 2026.
- How do I install debugging-strategies?
- Run: npx skills add https://github.com/wshobson/agents --skill debugging-strategies