superpowers skills
Every agent skill published in obra/superpowers — installable in Claude Code, Cursor, Codex, and any other agent that speaks the skills format.
Skills in collection
14
Publisher
obra
Total installs
1,698,600
Collection // 14 skills
superpowers.
brainstorming
Structured design dialogue that validates ideas before implementation begins. Enforces a hard gate: no code, scaffolding, or implementation actions…
216.3K installssystematic-debugging
Structured debugging methodology that mandates root cause investigation before attempting any fixes. Four-phase process: root cause investigation,…
139.3K installsusing-superpowers
Install the using-superpowers skill from obra/superpowers for Claude Code, Cursor, Codex, and other AI agents.
139.3K installswriting-plans
Comprehensive implementation plans for multi-step tasks, breaking down specs into bite-sized, testable steps. Decomposes requirements into focused…
138.6K installsrequesting-code-review
Dispatch code review subagents with focused context to catch issues before they compound. Integrates with subagent-driven development workflows,…
124.6K installstest-driven-development
Write tests first, watch them fail, then implement minimal code to pass. Follows the red-green-refactor cycle: write a failing test, verify it fails…
123.1K installsexecuting-plans
Execute a written implementation plan with critical review and task checkpoints. Requires loading and critically reviewing the plan before…
113.6K installssubagent-driven-development
Dispatch fresh subagents per task with two-stage review (spec compliance, then code quality) in the current session. Isolates each task to a…
106.8K installsverification-before-completion
Enforce verification commands before claiming work completion, fixes, or test passes—no success assertions without fresh evidence. Requires running…
105.1K installsreceiving-code-review
Evaluate code review feedback with technical rigor before implementing, avoiding performative agreement and blind implementation. Verify feedback…
100.6K installswriting-skills
Test-driven documentation for creating reusable agent techniques, patterns, and reference guides. Write failing test scenarios first (baseline agent…
99.8K installsdispatching-parallel-agents
Delegate independent tasks to specialized agents working concurrently with isolated context. Dispatch one agent per problem domain when facing 3+…
98.0K installsusing-git-worktrees
Isolated git worktrees with smart directory selection and safety verification. Automatically detects worktree directory location by checking…
97.8K installsfinishing-a-development-branch
Structured workflow for completing development branches with test verification and merge/PR options. Verifies all tests pass before presenting…
95.7K installs