Skip to main content
Installation differs by platform. Claude Code and Cursor have built-in plugin marketplaces. OpenCode uses a plugin array in opencode.json. Codex and Gemini CLI have their own install mechanisms.
Superpowers is available on the official Claude plugin marketplace. Run this command in Claude Code:
/plugin install superpowers@claude-plugins-official
This is the recommended install path for Claude Code users.

Verify installation

Start a new session in your chosen platform and ask for something that requires a skill:
Tell me about your superpowers
or
Help me plan this feature
The agent should describe the skills available or automatically invoke the brainstorming skill. If nothing happens, see the troubleshooting notes for your platform below.
If you installed on OpenCode, you can also run use skill tool to list skills to confirm all Superpowers skills are discovered.

Updating

Claude Code and Cursor:
/plugin update superpowers
OpenCode: Superpowers updates automatically when you restart OpenCode — the plugin is re-fetched from the git repository on each launch. Codex:
cd ~/.codex/superpowers && git pull
Gemini CLI:
gemini extensions update superpowers

Build docs developers (and LLMs) love