debugging
✓Systematic bug investigation with hypothesis tracking
Installation
SKILL.md
Debug problems methodically. Track hypotheses, test systematically, converge on root causes.
Debug problems methodically. Track hypotheses, document tests, record what you learn, and converge on root causes.
| symptom | ✓ | Observable problem | | expected | ✓ | What should happen | | errormessage | | Exact error text | | logs | | Relevant log entries | | stepstoreproduce | | How to trigger | | constraints | | Known facts | | ruledout | | Eliminated possibilities |
Systematic bug investigation with hypothesis tracking Source: simhacker/moollm.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/simhacker/moollm --skill debugging- Source
- simhacker/moollm
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is debugging?
Systematic bug investigation with hypothesis tracking Source: simhacker/moollm.
How do I install debugging?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/simhacker/moollm --skill debugging 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/simhacker/moollm
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01