Prerequisites
- Claude Code installed and running
- Internet connection for marketplace access
Installation Steps
Register the Marketplace
First, register the Superpowers marketplace in Claude Code:This gives Claude Code access to the Superpowers plugin repository.
Install the Plugin
Install Superpowers from the marketplace:Claude Code will download and activate the plugin automatically.
What Gets Installed
The plugin includes:- Skills library - All core Superpowers skills (brainstorming, TDD, debugging, etc.)
- Agents - Pre-configured subagents for code review and implementation
- Commands - Slash commands for common workflows
- Hooks - Automatic skill activation based on context
Verifying Skills Are Active
Try triggering a skill automatically:Updating
Update to the latest version at any time:Troubleshooting
Marketplace registration fails
Marketplace registration fails
Symptom: Error when adding the marketplaceSolutions:
- Check your internet connection
- Verify the marketplace name:
obra/superpowers-marketplace - Try removing and re-adding:
/plugin marketplace remove obra/superpowers-marketplace
Plugin installation fails
Plugin installation fails
Symptom: Error during
/plugin installSolutions:- Ensure the marketplace is registered first
- Check Claude Code version is up to date
- Try specifying the full name:
superpowers@superpowers-marketplace
Skills not activating automatically
Skills not activating automatically
Symptom: Agent doesn’t use Superpowers skillsSolutions:
- Start a fresh chat session (skills load at session start)
- Explicitly mention a skill: “use brainstorming skill”
- Verify plugin is active:
/plugin list - Check for plugin updates:
/plugin update superpowers
Command not found errors
Command not found errors
Symptom:
/plugin command not recognizedSolutions:- Update Claude Code to the latest version
- Check Claude Code documentation for current plugin syntax
- Verify you’re in a chat session, not a file editor
Plugin installation is permanent across Claude Code sessions. You only need to install once.
Uninstalling
To remove Superpowers:Next Steps
Quick Start
Learn the basic Superpowers workflow
Skills Reference
Explore all available skills
Customize
Create your own skills
Troubleshooting
Common issues and solutions