~/agent-config
Browse
Skill

Systematic Debugging

Roots out bugs with a hypothesis-driven loop — reproduce, isolate, instrument, and verify the fix. Stops the agent from guessing and patching symptoms.

#debugging #workflow #troubleshooting

Install

npx skills add https://github.com/obra/superpowers --skill debugging

Where it installs

Default config location for each supported agent.

Best for

GeneralBackendFullstack

Related resources

Skill

Safe Refactoring

Restructures code in small, behavior-preserving steps with tests as a safety net. Extracts functions, renames, and removes dead code without breaking…

#refactoring #cleanup #quality

Cursor, Claude Code, Windsurf +3

Skill

Test-Driven Development

Drives implementation from failing tests first. Writes the test, watches it fail, makes it pass, then refactors — keeping coverage honest as you build…

#testing #tdd #quality +1

Cursor, Claude Code, Windsurf +3