Superpowers

Superpowers

精选
Developer
obra/superpowers259,178 stars
Prime Radiant(Jesse Vincent)
claudecursorcodexgithub-copilotkimi-codeopencodeantigravityfactory-droid
FreeOpen Source

关于此技能

完整的 AI 编码智能体软件开发方法论,基于可组合技能。包含头脑风暴、测试驱动开发、方案编写、子智能体驱动开发、代码审查等工作流。

安装方式

Installation differs by harness. If you use more than one, install Superpowers separately for each one.

Claude Code

Superpowers is available via the official Claude plugin marketplace

Official Marketplace

  • Install the plugin from Anthropic's official marketplace:
bash
/plugin install superpowers@claude-plugins-official

Superpowers Marketplace

The Superpowers marketplace provides Superpowers and some other related plugins for Claude Code.

  • Register the marketplace:
bash
/plugin marketplace add obra/superpowers-marketplace
  • Install the plugin from this marketplace:
bash
/plugin install superpowers@superpowers-marketplace

Antigravity

Install Superpowers as a plugin from this repository:

bash
agy plugin install https://github.com/obra/superpowers

Antigravity runs the plugin's session-start hook, so Superpowers is active from

the first message. Reinstall with the same command to update.

Codex App

Superpowers is available via the official Codex plugin marketplace.

  • In the Codex app, click on Plugins in the sidebar.
  • You should see Superpowers in the Coding section.
  • Click the + next to Superpowers and follow the prompts.

Codex CLI

Superpowers is available via the official Codex plugin marketplace.

  • Open the plugin search interface:
bash
/plugins
  • Search for Superpowers:
bash
superpowers
  • Select Install Plugin.

Cursor

  • In Cursor Agent chat, install from marketplace:
text
/add-plugin superpowers
  • Or search for "superpowers" in the plugin marketplace.

Factory Droid

  • Register the marketplace:
bash
droid plugin marketplace add https://github.com/obra/superpowers
  • Install the plugin:
bash
droid plugin install superpowers@superpowers

GitHub Copilot CLI

  • Register the marketplace:
bash
copilot plugin marketplace add obra/superpowers-marketplace
  • Install the plugin:
bash
copilot plugin install superpowers@superpowers-marketplace

Kimi Code

Superpowers is available in Kimi Code's plugin marketplace.

  • Open Kimi Code's plugin manager:
text
/plugins
  • Go to Marketplace > Superpowers and install it.
  • Or install directly from this repository:
text
/plugins install https://github.com/obra/superpowers

OpenCode

OpenCode uses its own plugin install; install Superpowers separately even if you

already use it in another harness.

  • Tell OpenCode:
text
Fetch and follow instructions from https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md

Pi

Install Superpowers as a Pi package from this repository:

bash
pi install git:github.com/obra/superpowers

For local development, run Pi with this checkout loaded as a temporary package:

bash
pi -e /path/to/superpowers

The Pi package loads the Superpowers skills and a small extension that injects the using-superpowers bootstrap at session startup and again after compaction. Pi has native skills, so no compatibility Skill tool is required. Subagent and task-list tools remain optional Pi companion packages.