~/agent-config
Browse
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 #workflow

Install

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

Where it installs

Default config location for each supported agent.

Best for

GeneralTestingBackendFullstack

Related resources

Skill

Code Review

Reviews diffs for correctness, security, and style before you open a PR. Flags risky changes, missing tests, and edge cases the author may have missed…

#review #quality #pr +1

Cursor, Claude Code, Windsurf +3

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

Cursor, Claude Code, Windsurf +3