Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install superpowers-2@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/superpowers-2.json
Step 2: Install the plugin
/plugin install superpowers-2@superpowers-2
Give Claude Code superpowers with a comprehensive skills library of proven techniques, patterns, and workflows.
Plus:
/superpowers:brainstorm
, /superpowers:write-plan
, /superpowers:execute-plan
Read the introduction: Superpowers for Claude Code
# In Claude Code
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers@superpowers-marketplace
# Check that commands appear
/help
# Should see:
# /superpowers:brainstorm - Interactive design refinement
# /superpowers:write-plan - Create implementation plan
# /superpowers:execute-plan - Execute plan in batches
Brainstorm a design:
/superpowers:brainstorm
Create an implementation plan:
/superpowers:write-plan
Execute the plan:
/superpowers:execute-plan
Skills activate automatically when relevant. For example:
test-driven-development
activates when implementing featuressystematic-debugging
activates when debugging issuesverification-before-completion
activates before claiming work is doneTesting (skills/testing/
)
Debugging (skills/debugging/
)
Collaboration (skills/collaboration/
)
Meta (skills/meta/
)
All commands are thin wrappers that activate the corresponding skill:
brainstorming
skillwriting-plans
skillexecuting-plans
skillusing-superpowers
skill at session startSkills live directly in this repository. To contribute:
writing-skills
skill for creating new skillstesting-skills-with-subagents
skill to validate qualitySee skills/meta/writing-skills/SKILL.md
for the complete guide.
Skills update automatically when you update the plugin:
/plugin update superpowers
MIT License - see LICENSE file for details
3.1.1