using-superpowers
这是整套 superpowers 工作流的总开关。
大白话:给 AI 立规矩:接活先问清楚需求 → 写计划 → 按计划做 → 做完自己检查。装上它,AI 干活就不再"想到哪做到哪"。
举个例:你让 AI"帮我做个宠物领养小程序",装了它之后,AI 会先跟你确认需求(领养流程?要不要图片?),出方案你确认,再写计划,最后一步一步做完。
注意:它是整套工作流,通常和 brainstorming、writing-plans 等一起生效。部分工具(如 Claude Code)会自动触发,其他工具可能需要你提一句"用 superpowers 流程干活"。
安装(超简单,一句话搞定)
不用敲任何命令。 复制下面这句话,发给你的 AI 助手(Claude Code、Reasonix、Cursor、Codex 等都行),它会自己帮你装好:
帮我安装 using-superpowers 这个技能,它来自 https://github.com/obra/superpowers ,装好告诉我是干什么的
你的 AI 助手可能还会问你放在哪、怎么用,照常回答它就行——就像平时让它干活一样,不用懂技术细节。
想自己动手?(不推荐,给懂命令行的人)
下面的命令按工具区分,均来自原仓库。普通用户请直接使用上面的一句话方式,让智能体代劳。
Claude CodeCodexCursorGemini CLIOpenCodeReasonix
/plugin marketplace add obra/superpowers /plugin install
/plugins → 搜索 superpowers → Install Plugin
在 Cursor Agent 聊天中输入 /add-plugin superpowers
gemini extensions install https://github.com/obra/superpowers
git clone https://github.com/obra/superpowers.git 对应技能目录(详见原仓库 README)
用 install_source 安装 https://github.com/obra/superpowers(Reasonix 会引导你完成)
来源与版权
- 原作者:Jesse Vincent (obra)
- 原仓库:https://github.com/obra/superpowers
- 许可证:MIT(允许复制、修改、翻译、再分发,需保留版权声明)
- 仓库路径:skills/using-superpowers