tdd
tdd from mattpocock/skills: Test-driven development with vertical slices, behavior-focused tests, and incremental red-green-refactor cycles.
systematic-debugging from obra/superpowers: Structured debugging methodology that mandates root cause investigation before attempting any fixes.
systematic-debugging is a reusable agent skill listed on skills.sh under obra/superpowers. skills.sh rank #113, installs 93.2K, GitHub stars 204.9K, first seen Jan 19, 2026.
Structured debugging methodology that mandates root cause investigation before attempting any fixes. Four-phase process: root cause investigation, pattern analysis, hypothesis testing, and implementation with mandatory test cases Requires completing Phase 1 (evidence gathering, error analysis, data flow tracing) before proposing any fixes; blocks symptom-based patching Includes diagnostic instrumentation guidance for multi-component systems and backward call-stack tracing techniques to isolate failure points Enforces stopping and questioning architecture after three failed fix attempts, treating repeated failures as a sign of fundamental design problems rather than implementation issues
SKILL.md and only load extra files referenced by that skill.npx skills add https://github.com/obra/superpowers --skill systematic-debuggingIs systematic-debugging an agent, a prompt, or a skill?
It is a skill: a reusable package of task-specific instructions and supporting files that an agent can load when the user's request matches the workflow.
Should I install it automatically?
Only after checking the repository, install command, audit status, and whether the user wants this capability in the current agent environment.
What makes it useful for AIDreamHub users?
It helps users discover practical agent capabilities from the open skills ecosystem and compare them by task, source, install count, and operational risk.
npx skills add https://github.com/obra/superpowers --skill systematic-debuggingnpx skills add https://github.com/obra/superpowers --skill systematic-debuggingtdd from mattpocock/skills: Test-driven development with vertical slices, behavior-focused tests, and incremental red-green-refactor cycles.
minimal-run-and-audit from lllllllama/ai-paper-reproduction-skill: minimal-run-and-audit packages reusable procedural knowledge for agents.
diagnose from mattpocock/skills: diagnose packages reusable procedural knowledge for agents.
audit from pbakaus/impeccable: Systematic quality audit across accessibility, performance, theming, and responsive design with prioritized findings.