obraobraCommunity·15 Agent Skills Included

superpowers

Gives coding agents a disciplined workflow from idea to merged code

Guides AI coding agents through brainstorming, spec writing, planning, test-driven development, and code review. Stops agents from guessing fixes, skipping tests, or claiming success without proof. Runs subagent-driven task execution with reviews between steps, so long coding sessions stay on plan and produce verified, mergeable work.
npx skills add obra/superpowers --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
obraobra

test-driven-development

Automate the Red-Green-Refactor cycle with mandatory failing tests before production code.

Community
Intermediate
📦 In Repo
obraobra

testing-anti-patterns

Enforce rules against testing anti-patterns in TypeScript/JavaScript test suites.

Community
Intermediate
📦 In Repo
obraobra

systematic-debugging

Guide software debugging through a four-phase root cause investigation process.

Community
Intermediate
📦 In Repo
obraobra

sharing-skills

Guide contributors through branch-based workflows and pull requests to share skills upstream.

Community
Intermediate
📦 In Repo
obraobra

using-superpowers

Enforce mandatory Skill tool invocation and checklist tracking before responding.

Community
Basic
📦 In Repo
obraobra

root-cause-tracing

Trace bugs backward through the call stack to identify the original trigger.

Community
Intermediate
📦 In Repo
obraobra

condition-based-waiting

Replace arbitrary timeouts with condition polling for asynchronous tests.

Community
Intermediate
📦 In Repo
obraobra

brainstorming

Translate vague ideas into actionable design specifications through structured questioning and incremental validation.

Community
Basic
📦 In Repo
obraobra

testing-skills-with-subagents

Automate RED-GREEN-REFACTOR testing of skills with subagents.

Community
Advanced
📦 In Repo
obraobra

receiving-code-review

Verify code review feedback against the codebase and implement changes with tests.

Community
Basic
📦 In Repo
obraobra

writing-skills

Apply RED-GREEN-REFACTOR cycles to create and test AI skills.

Community
Advanced
📦 In Repo
obraobra

verification-before-completion

Verify completion claims by running commands and checking output.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install Superpowers?

Run `npx skills add obra/superpowers --all -g -y` in your terminal to install the full skill suite globally for your coding agent.

What does Superpowers do for AI coding agents?

It gives agents a complete development workflow: brainstorm the idea, write a spec and plan, build with test-driven development, and review code before merging. Skills trigger automatically at the right moment.

Which AI tools work with Superpowers?

It works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot CLI, Kimi Code, OpenCode, and several other agent harnesses.

How does Superpowers stop agents from writing bad code?

It enforces root-cause debugging, requires a failing test before any code, and demands fresh verification evidence before the agent can claim anything is done.

Do I need to configure Superpowers after installing?

No. Once installed, the skills auto-trigger at the right moments in your session, so your agent follows the workflow without extra setup.

Related Repositories in Software Engineering

View All in Software Engineering