superpowers
NewOfficial PluginDevelopmentby Anthropic
Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/superpowers.md https://raw.githubusercontent.com/obra/superpowers.git/main/SKILL.md3
Invoke in Claude Code
/superpowerstestingcode-reviewagent
Frequently Asked Questions
What is superpowers?
Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.
How to install superpowers?
To install superpowers, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /superpowers.
What is superpowers best for?
superpowers is a plugin categorized under Development. It is designed for: testing, code-review, agent. Created by Anthropic.