superpowers-zh 1.7.9 → 1.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/README.md +47 -31
- package/README.zh-Hant.md +46 -30
- package/RELEASE-NOTES.zh.md +211 -0
- package/assets/sponsors/infistar.jpg +0 -0
- package/assets/sponsors/logo-compshare-icon.png +0 -0
- package/assets/sponsors/logo-cubence-icon.png +0 -0
- package/bin/superpowers-zh.js +394 -24
- package/docs/README.aider.md +61 -22
- package/docs/README.claw.md +96 -0
- package/docs/README.codearts.md +1 -1
- package/docs/README.codebuddy.md +16 -3
- package/docs/README.codex.md +23 -0
- package/docs/README.deerflow.md +53 -28
- package/docs/README.kiro.md +65 -33
- package/docs/README.openclaw.md +1 -1
- package/docs/README.qwen.md +66 -33
- package/docs/README.vscode.md +29 -20
- package/docs/README.windsurf.md +26 -4
- package/gemini-extension.json +1 -1
- package/package.json +1 -1
- package/skills/using-superpowers/references/qoder-tools.md +17 -8
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "superpowers-zh",
|
|
11
11
|
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 23 款工具",
|
|
12
|
-
"version": "1.7.
|
|
12
|
+
"version": "1.7.11",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "jnMetaCode",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superpowers-zh",
|
|
3
3
|
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 等 23 款工具",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.11",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "jnMetaCode",
|
|
7
7
|
"url": "https://github.com/jnMetaCode"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "superpowers-zh",
|
|
3
3
|
"displayName": "Superpowers 中文版",
|
|
4
4
|
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Cursor / Claude Code / Hermes Agent / Claw Code / Qoder 等 23 款工具",
|
|
5
|
-
"version": "1.7.
|
|
5
|
+
"version": "1.7.11",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "jnMetaCode",
|
|
8
8
|
"url": "https://github.com/jnMetaCode"
|
package/README.md
CHANGED
|
@@ -16,29 +16,43 @@ Chinese community edition of [superpowers](https://github.com/obra/superpowers)
|
|
|
16
16
|
>
|
|
17
17
|
> 🌍 Also available in [English](https://aiolaola.com/en?utm_source=github&utm_campaign=superpowers) · [日本語](https://aiolaola.com/ja?utm_source=github&utm_campaign=superpowers) · [Español](https://aiolaola.com/es?utm_source=github&utm_campaign=superpowers) · [한국어](https://aiolaola.com/ko?utm_source=github&utm_campaign=superpowers) · [繁體中文](https://aiolaola.com/zh-Hant?utm_source=github&utm_campaign=superpowers)
|
|
18
18
|
|
|
19
|
-
> 🆕 **v1.7.
|
|
20
|
-
>
|
|
21
|
-
> -
|
|
22
|
-
> -
|
|
23
|
-
> -
|
|
24
|
-
> -
|
|
25
|
-
>
|
|
26
|
-
>
|
|
27
|
-
> - 🪟 **Windows bootstrap 修复** —— SessionStart hook 改经 Git Bash 分发(同步上游),hook 不加载 skill 就是死重
|
|
28
|
-
> - 🧩 新增 **Cline** 与 **Kilo Code** 两款 VS Code 扩展(工具数 20 → 22)—— 按 rules 常驻开销做了专门设计,索引仅 4.5 KB
|
|
29
|
-
> - 🔧 检测落空时会扫 PATH 给出**可直接复制的 `--tool` 命令**,不再只报「未检测到」
|
|
30
|
-
> - 📦 README 补上 **Plugin Marketplace 安装方式**(`claude plugin marketplace add`,升级只需一条命令)
|
|
19
|
+
> 🆕 **v1.7.11 更新亮点** —— **Codex / VS Code / Windsurf / Qwen Code / DeerFlow / Claw Code 用户请重装**(此前装了等于没装):
|
|
20
|
+
>
|
|
21
|
+
> - 🐛 **Codex CLI** —— 项目级装到 `.codex/skills`,而官方扫描清单里**从来没有这个目录**。改为 `.agents/skills`,重装会自动清旧位置
|
|
22
|
+
> - 🐛 **VS Code (Copilot)** —— 装的 20 个文件 Copilot 一个都不读,且不写任何引导。现在生成 `.github/instructions/superpowers-zh.instructions.md`(`applyTo: "**"`)
|
|
23
|
+
> - 🐛 **Windsurf** —— `--global` 装到 `~/.windsurf/skills`,官方用户级路径是 `~/.codeium/windsurf/skills/`。全局装过的请重装
|
|
24
|
+
> - 🆕 **Qwen Code / Claw Code 补 bootstrap,CodeBuddy / CodeArts 补 `--global`**(全局支持 9 → 11 款)
|
|
25
|
+
>
|
|
26
|
+
> 📋 其余改动(DeerFlow 检测标记、4 条死链含 2 条编造的仓库地址、官网工具墙 20 → 23、5 条新门禁…)见 **[完整 Release Notes →](RELEASE-NOTES.zh.md)**
|
|
31
27
|
|
|
32
28
|
### 📊 项目规模
|
|
33
29
|
|
|
34
|
-
| 📦 翻译 Skills | 🇨🇳
|
|
30
|
+
| 📦 翻译 Skills | 🇨🇳 中国原创 Skills | 🤖 支持工具 |
|
|
35
31
|
|:---:|:---:|:---:|
|
|
36
|
-
| **14** | **
|
|
32
|
+
| **14** | **4**<br><sub>另有 2 个上游历史保留</sub> | **Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI / Codex / Aider / Trae / VS Code (Copilot) / DeerFlow / OpenCode / OpenClaw / Qwen Code / Antigravity / Claw Code / Qoder / CodeBuddy(腾讯)/ CodeArts(华为云码道)/ Cline / Kilo Code / Crush** |
|
|
37
33
|
|
|
38
34
|
---
|
|
39
35
|
|
|
40
36
|
## ❤️ 赞助商 <sub>🙏 想出现在这里?联系 **jnMetaCode@qq.com** 赞助</sub>
|
|
41
37
|
|
|
38
|
+
<p align="center">
|
|
39
|
+
<a href="https://www.infistar.cc/register?aff=PDVTM2VS&ref_source=link">
|
|
40
|
+
<img src="assets/sponsors/infistar.jpg" alt="Infistar.cc 无限星河 —— 全模型 API 服务,一个 API Key 接入 Claude、ChatGPT、Gemini、Kimi、GLM、DeepSeek,价格低至官方渠道 1 折" width="100%">
|
|
41
|
+
</a>
|
|
42
|
+
</p>
|
|
43
|
+
|
|
44
|
+
**superpowers-zh × [Infistar.cc 无限星河](https://www.infistar.cc/register?aff=PDVTM2VS&ref_source=link)|全模型 API · 为 AI 编程注入稳定动力**
|
|
45
|
+
|
|
46
|
+
感谢 Infistar.cc 无限星河 赞助并为 superpowers-zh 用户提供模型服务支持!
|
|
47
|
+
|
|
48
|
+
- ⚡ **稳定承载复杂开发任务**:提供高可用模型通道与多节点冗余,价格低至官方渠道 **1 折**,稳定支持需求分析、方案规划、TDD、调试及代码审查等长任务。
|
|
49
|
+
- 🧠 **一个 API Key 接入主流模型**:全面支持 Claude、ChatGPT、Gemini、Kimi、GLM、DeepSeek 等模型,适配 Claude Code、Codex、Cursor、Windsurf、Kiro 等 AI 编程工具。
|
|
50
|
+
- 🛠️ **赋能完整开发工作流**:结合 superpowers-zh 的系统化 Skills,让 AI 更好地完成头脑风暴、计划执行、问题排查和质量检查。
|
|
51
|
+
|
|
52
|
+
🎁 **superpowers-zh 用户专属福利:通过[此链接](https://www.infistar.cc/register?aff=PDVTM2VS&ref_source=link)注册并完成首次调用,即可领取 5 美元等值测试额度!**
|
|
53
|
+
|
|
54
|
+
<hr>
|
|
55
|
+
|
|
42
56
|
<table>
|
|
43
57
|
<tr>
|
|
44
58
|
<td width="25%">
|
|
@@ -111,7 +125,7 @@ AI:在开始实现之前,我需要了解几个关键问题:
|
|
|
111
125
|
| ⭐ Star 数 | 250k+ | — |
|
|
112
126
|
| 📦 Skills 总数 | 14 | **20**(14 翻译 + 4 国产原创 + 2 上游历史保留) |
|
|
113
127
|
| 🌐 语言 | 英文 | 中文(技术术语保留英文) |
|
|
114
|
-
| 🤖 **支持工具** | **6 款**:Claude Code / Cursor / Codex / OpenCode / Copilot CLI / Gemini CLI | **23 款**:上述 6 款 + Hermes Agent / Trae / Kiro / Qwen Code
|
|
128
|
+
| 🤖 **支持工具** | **6 款**:Claude Code / Cursor / Codex / OpenCode / Copilot CLI / Gemini CLI | **23 款**:上述 6 款 + Hermes Agent / Trae / Kiro / Qwen Code / OpenClaw / Claw Code / Antigravity / DeerFlow / VS Code / Windsurf / Aider / Qoder / CodeBuddy(腾讯) / CodeArts(华为云码道) / Cline / Kilo Code / Crush |
|
|
115
129
|
| ⚡ **安装方式** | 按工具分别装(每款一条不同的 plugin marketplace 命令) | **`npx superpowers-zh` 一条命令自动识别项目里的工具并安装**;识别不出可 `--tool <name>` 显式指定 |
|
|
116
130
|
| 🇨🇳 Git 平台 | GitHub 为主 | GitHub + Gitee + Coding + 极狐 GitLab + **CNB(腾讯云原生构建)** |
|
|
117
131
|
| 🇨🇳 CI/CD 示例 | GitHub Actions | GitHub Actions + Gitee Go + Coding CI + 极狐 CI + `.cnb.yml` |
|
|
@@ -136,22 +150,22 @@ AI:在开始实现之前,我需要了解几个关键问题:
|
|
|
136
150
|
| [Copilot CLI](https://githubnext.com/projects/copilot-cli) | CLI | `npx superpowers-zh --tool copilot` | `.claude/skills/` |
|
|
137
151
|
| [Hermes Agent](https://github.com/NousResearch/hermes-agent) | CLI | `npx superpowers-zh --global --tool hermes` | `~/.hermes/skills/` |
|
|
138
152
|
| [Cursor](https://cursor.sh) | IDE | `npx superpowers-zh` | `.cursor/skills/` |
|
|
139
|
-
| [Windsurf](https://
|
|
140
|
-
| [Kiro](https://kiro.dev) | IDE | `npx superpowers-zh` | `.kiro/
|
|
153
|
+
| [Windsurf](https://windsurf.com) | IDE | `npx superpowers-zh` | `.windsurf/skills/`(全局 `~/.codeium/windsurf/skills/`) |
|
|
154
|
+
| [Kiro](https://kiro.dev) | IDE | `npx superpowers-zh` | `.kiro/skills/` |
|
|
141
155
|
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | CLI | `npx superpowers-zh` | `.gemini/skills/` |
|
|
142
|
-
| [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.
|
|
156
|
+
| [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.agents/skills/` |
|
|
143
157
|
| [Aider](https://aider.chat) | CLI | `npx superpowers-zh` | `.aider/skills/` |
|
|
144
158
|
| [Trae](https://trae.ai) | IDE | `npx superpowers-zh` | `.trae/skills/` + `.trae/rules/` |
|
|
145
|
-
| [VS Code](https://code.visualstudio.com) (Copilot) | IDE 插件 | `npx superpowers-zh` | `.github/superpowers/` |
|
|
159
|
+
| [VS Code](https://code.visualstudio.com) (Copilot) | IDE 插件 | `npx superpowers-zh` | `.github/superpowers/` + `.github/instructions/` |
|
|
146
160
|
| [DeerFlow 2.0](https://github.com/bytedance/deer-flow) | Agent 框架 | `npx superpowers-zh` | `skills/custom/` |
|
|
147
161
|
| [OpenCode](https://opencode.ai) | CLI | `npx superpowers-zh` | `.opencode/skills/` |
|
|
148
|
-
| [OpenClaw](https://github.com/
|
|
149
|
-
| [Qwen Code](https://
|
|
150
|
-
| [Antigravity](https://
|
|
162
|
+
| [OpenClaw](https://github.com/openclaw/openclaw) | CLI | `npx superpowers-zh` | `skills/` |
|
|
163
|
+
| [Qwen Code](https://github.com/QwenLM/qwen-code) | CLI | `npx superpowers-zh` | `.qwen/skills/` + `QWEN.md` |
|
|
164
|
+
| [Antigravity](https://antigravity.google) | IDE | `npx superpowers-zh` | `.agents/skills/` |
|
|
151
165
|
| [Claw Code](https://github.com/ultraworkers/claw-code) | CLI (Rust) | `npx superpowers-zh` | `.claw/skills/` |
|
|
152
166
|
| [Qoder](https://qoder.com) (阿里 AI IDE) | IDE | `npx superpowers-zh` | `.qoder/skills/` + `.qoder/rules/` |
|
|
153
167
|
| [CodeBuddy](https://copilot.tencent.com) (腾讯 AI IDE) | IDE | `npx superpowers-zh` | `.codebuddy/skills/` + `CODEBUDDY.md` |
|
|
154
|
-
| [华为云码道 CodeArts](https://
|
|
168
|
+
| [华为云码道 CodeArts](https://codearts.huaweicloud.com/) | IDE | `npx superpowers-zh` | `.codeartsdoer/skills/` |
|
|
155
169
|
| [Cline](https://cline.bot) | IDE 插件 | `npx superpowers-zh --tool cline` | `.cline/skills/` + `.clinerules/` |
|
|
156
170
|
| [Kilo Code](https://kilo.ai) | IDE 插件 | `npx superpowers-zh --tool kilocode` | `.kilocode/skills/` + `.kilocode/rules/` |
|
|
157
171
|
| [Crush](https://github.com/charmbracelet/crush) | CLI | `npx superpowers-zh` | `.crush/skills/` |
|
|
@@ -177,10 +191,12 @@ AI:在开始实现之前,我需要了解几个关键问题:
|
|
|
177
191
|
| **编写 Skills** (writing-skills) | 创建新 skill 的方法论 |
|
|
178
192
|
| **使用 Superpowers** (using-superpowers) | 元技能:如何调用和优先使用 skills |
|
|
179
193
|
|
|
180
|
-
### 🇨🇳
|
|
194
|
+
### 🇨🇳 中国原创 Skills(4 个)· 上游历史保留(2 个)
|
|
181
195
|
|
|
182
196
|
> ⚠️ **下表前 4 个 chinese-\* 为「手动调用」skill**——不会自动触发,需在对话中显式输入 `/chinese-xxx` 才会加载。
|
|
183
197
|
> 设计为参考资料而非工作流,避免污染上游 skill 的自动调度(如 `requesting-code-review`、`brainstorming` 等)。
|
|
198
|
+
>
|
|
199
|
+
> ⚠️ **表格最后两个(mcp-builder / workflow-runner)不是中国原创** —— 它们来自上游,上游后来移除了,本 fork 保留下来继续维护。全仓 20 个 skill = 14 翻译 + 4 中国原创 + 2 上游历史保留。
|
|
184
200
|
|
|
185
201
|
| Skill | 用途 | 调用方式 | 上游有吗? |
|
|
186
202
|
|-------|------|---------|:---:|
|
|
@@ -188,8 +204,8 @@ AI:在开始实现之前,我需要了解几个关键问题:
|
|
|
188
204
|
| **中文 Git 工作流** (chinese-git-workflow) | 适配 Gitee/Coding/极狐 GitLab/CNB | `/chinese-git-workflow`(手动) | 无 |
|
|
189
205
|
| **中文技术文档** (chinese-documentation) | 中文排版规范、中英混排、告别机翻味 | `/chinese-documentation`(手动) | 无 |
|
|
190
206
|
| **中文提交规范** (chinese-commit-conventions) | 适配国内团队的 commit message 规范 | `/chinese-commit-conventions`(手动) | 无 |
|
|
191
|
-
| **MCP 服务器构建** (mcp-builder) | 构建生产级 MCP 工具,扩展 AI 能力边界 | 自动 |
|
|
192
|
-
| **工作流执行器** (workflow-runner) | 在 AI 工具内运行多角色 YAML 工作流 | 自动 |
|
|
207
|
+
| **MCP 服务器构建** (mcp-builder) | 构建生产级 MCP 工具,扩展 AI 能力边界 | 自动 | 曾有,上游已移除 |
|
|
208
|
+
| **工作流执行器** (workflow-runner) | 在 AI 工具内运行多角色 YAML 工作流 | 自动 | 曾有,上游已移除 |
|
|
193
209
|
|
|
194
210
|
---
|
|
195
211
|
|
|
@@ -215,7 +231,7 @@ npx superpowers-zh --global --tool claude # 或指定工具
|
|
|
215
231
|
|
|
216
232
|
全局安装把 skills 装到工具的**用户级目录**(如 `~/.claude/skills`),一次安装所有项目自动可用,更新时也只需重装一次。**项目级优先、全局兜底**,二者可共存。
|
|
217
233
|
|
|
218
|
-
支持通用全局安装的工具(均为 docs 已证实的用户级加载路径):**Claude Code · Codex CLI · Qoder · Windsurf · Qwen Code · OpenClaw · OpenCode · Crush · Hermes Agent**。其中 **Codex CLI** 全局装到 `~/.agents/skills`(Codex 启动扫描目录)。其余工具(Cursor / Kiro / Trae / Aider / DeerFlow / VS Code / Claw / Cline / Kilo Code)规则是项目级或存于应用内设置,`--global` 会提示改用项目级;**Gemini CLI / Antigravity** 有各自专属的全局方式(Gemini 走扩展目录),见对应 `docs/README.*.md`。
|
|
234
|
+
支持通用全局安装的工具(均为 docs 已证实的用户级加载路径):**Claude Code · Codex CLI · Qoder · Windsurf · Qwen Code · OpenClaw · OpenCode · Crush · Hermes Agent · CodeBuddy · CodeArts**。其中 **Codex CLI** 全局装到 `~/.agents/skills`(Codex 启动扫描目录)。其余工具(Cursor / Kiro / Trae / Aider / DeerFlow / VS Code / Claw / Cline / Kilo Code)规则是项目级或存于应用内设置,`--global` 会提示改用项目级;**Gemini CLI / Antigravity** 有各自专属的全局方式(Gemini 走扩展目录),见对应 `docs/README.*.md`。
|
|
219
235
|
|
|
220
236
|
| | 项目级(默认) | 全局(`--global`) |
|
|
221
237
|
|---|---|---|
|
|
@@ -271,7 +287,7 @@ cp -r superpowers-zh/skills /your/project/.claude/skills # Claude Code / Co
|
|
|
271
287
|
cp -r superpowers-zh/skills /your/project/.hermes/skills # Hermes Agent
|
|
272
288
|
cp -r superpowers-zh/skills /your/project/.cursor/skills # Cursor
|
|
273
289
|
cp -r superpowers-zh/skills /your/project/.codex/skills # Codex CLI
|
|
274
|
-
cp -r superpowers-zh/skills /your/project/.kiro/
|
|
290
|
+
cp -r superpowers-zh/skills /your/project/.kiro/skills # Kiro
|
|
275
291
|
cp -r superpowers-zh/skills /your/project/skills/custom # DeerFlow 2.0
|
|
276
292
|
cp -r superpowers-zh/skills /your/project/.trae/rules # Trae
|
|
277
293
|
cp -r superpowers-zh/skills /your/project/.agents # Antigravity
|
|
@@ -295,7 +311,7 @@ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI
|
|
|
295
311
|
| Claude Code | `CLAUDE.md` | 项目根目录 |
|
|
296
312
|
| Copilot CLI | `CLAUDE.md` | 与 Claude Code 共用插件格式 |
|
|
297
313
|
| Hermes Agent | `HERMES.md` 或 `.hermes.md` | 项目根目录,安装时自动生成 |
|
|
298
|
-
| Kiro | `.kiro/steering
|
|
314
|
+
| Kiro | `.kiro/steering/superpowers-zh.md`(索引,`inclusion: always`)+ `.kiro/skills/` | steering 每轮常驻,故只放索引 |
|
|
299
315
|
| DeerFlow 2.0 | `skills/custom/*/SKILL.md` | 字节跳动开源 SuperAgent,自动发现自定义 skills |
|
|
300
316
|
| Trae | `.trae/rules/project_rules.md` | 项目级规则 |
|
|
301
317
|
| Antigravity | `GEMINI.md` 或 `AGENTS.md` | 项目根目录 |
|
|
@@ -307,11 +323,11 @@ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI
|
|
|
307
323
|
| Aider | `.aider/skills/*/SKILL.md` | 项目级 skills 目录 |
|
|
308
324
|
| OpenCode | `.opencode/skills/*/SKILL.md` | 项目级 skills 目录 |
|
|
309
325
|
| Hermes Agent | `.hermes/skills/*/SKILL.md` | 项目级 skills 目录 |
|
|
310
|
-
| Qwen Code | `.qwen/skills/*/SKILL.md` |
|
|
326
|
+
| Qwen Code | `.qwen/skills/*/SKILL.md` + `QWEN.md` | skills 自动发现;QWEN.md 是官方分层记忆的默认上下文文件 |
|
|
311
327
|
| Claw Code | `.claw/skills/*/SKILL.md` | Rust 版 CLI agent,兼容 Claude Code 的 SKILL.md 格式 |
|
|
312
328
|
| Qoder | `.qoder/skills/*/SKILL.md` + `.qoder/rules/superpowers-zh.md` | 阿里 AI IDE,自动生成 `trigger: always_on` 的 bootstrap rule |
|
|
313
329
|
|
|
314
|
-
> **详细安装指南**:[Kiro](docs/README.kiro.md) · [DeerFlow](docs/README.deerflow.md) · [Trae](docs/README.trae.md) · [Antigravity](docs/README.antigravity.md) · [VS Code](docs/README.vscode.md) · [Codex](docs/README.codex.md) · [OpenCode](docs/README.opencode.md) · [OpenClaw](docs/README.openclaw.md) · [Windsurf](docs/README.windsurf.md) · [Gemini CLI](docs/README.gemini-cli.md) · [Aider](docs/README.aider.md) · [Qwen Code](docs/README.qwen.md) · [Hermes Agent](docs/README.hermes.md) · [Qoder](docs/README.qoder.md) · [CodeBuddy](docs/README.codebuddy.md) · [华为云码道](docs/README.codearts.md) · [Kimi Code](docs/README.kimi.md) · [Pi](docs/README.pi.md) · [Cline](docs/README.cline.md) · [Kilo Code](docs/README.kilocode.md) · [Crush](docs/README.crush.md)
|
|
330
|
+
> **详细安装指南**:[Kiro](docs/README.kiro.md) · [DeerFlow](docs/README.deerflow.md) · [Trae](docs/README.trae.md) · [Antigravity](docs/README.antigravity.md) · [VS Code](docs/README.vscode.md) · [Codex](docs/README.codex.md) · [OpenCode](docs/README.opencode.md) · [OpenClaw](docs/README.openclaw.md) · [Windsurf](docs/README.windsurf.md) · [Gemini CLI](docs/README.gemini-cli.md) · [Aider](docs/README.aider.md) · [Qwen Code](docs/README.qwen.md) · [Hermes Agent](docs/README.hermes.md) · [Claw Code](docs/README.claw.md) · [Qoder](docs/README.qoder.md) · [CodeBuddy](docs/README.codebuddy.md) · [华为云码道](docs/README.codearts.md) · [Kimi Code](docs/README.kimi.md) · [Pi](docs/README.pi.md) · [Cline](docs/README.cline.md) · [Kilo Code](docs/README.kilocode.md) · [Crush](docs/README.crush.md)
|
|
315
331
|
|
|
316
332
|
### 卸载 / 误装清理(v1.2.1+)
|
|
317
333
|
|
package/README.zh-Hant.md
CHANGED
|
@@ -16,29 +16,43 @@ Chinese community edition of [superpowers](https://github.com/obra/superpowers)
|
|
|
16
16
|
|
|
17
17
|
> 📖 **免費配套學習** → [從零學會 AI 編程](https://aiolaola.com/?utm_source=github&utm_campaign=superpowers):180 節免費實操課 + 《AI 編程實戰三卷書》線上閱讀 + 實戰社群 · superpowers 裝好後配上方法論效率翻倍 · 永久免費
|
|
18
18
|
|
|
19
|
-
> 🆕 **v1.7.
|
|
20
|
-
>
|
|
21
|
-
> -
|
|
22
|
-
> -
|
|
23
|
-
> -
|
|
24
|
-
> -
|
|
25
|
-
>
|
|
26
|
-
>
|
|
27
|
-
> - 🪟 **Windows bootstrap 修復** —— SessionStart hook 改經 Git Bash 分發(同步上游),hook 不載入 skill 就是死重
|
|
28
|
-
> - 🧩 新增 **Cline** 與 **Kilo Code** 兩款 VS Code 外掛(工具數 20 → 22)—— 針對 rules 常駐開銷做了專門設計,索引僅 4.5 KB
|
|
29
|
-
> - 🔧 偵測落空時會掃 PATH 給出**可直接複製的 `--tool` 命令**,不再只報「未偵測到」
|
|
30
|
-
> - 📦 README 補上 **Plugin Marketplace 安裝方式**(`claude plugin marketplace add`,升級只需一條命令)
|
|
19
|
+
> 🆕 **v1.7.11 更新亮點** —— **Codex / VS Code / Windsurf / Qwen Code / DeerFlow / Claw Code 使用者請重裝**(此前裝了等於沒裝):
|
|
20
|
+
>
|
|
21
|
+
> - 🐛 **Codex CLI** —— 專案級裝到 `.codex/skills`,而官方掃描清單裡**從來沒有這個目錄**。改為 `.agents/skills`,重裝會自動清舊位置
|
|
22
|
+
> - 🐛 **VS Code (Copilot)** —— 裝的 20 個檔案 Copilot 一個都不讀,且不寫任何引導。現在產生 `.github/instructions/superpowers-zh.instructions.md`(`applyTo: "**"`)
|
|
23
|
+
> - 🐛 **Windsurf** —— `--global` 裝到 `~/.windsurf/skills`,官方使用者級路徑是 `~/.codeium/windsurf/skills/`。全域裝過的請重裝
|
|
24
|
+
> - 🆕 **Qwen Code / Claw Code 補 bootstrap,CodeBuddy / CodeArts 補 `--global`**(全域支援 9 → 11 款)
|
|
25
|
+
>
|
|
26
|
+
> 📋 其餘改動(DeerFlow 偵測標記、4 條死連結含 2 條編造的儲存庫地址、官網工具牆 20 → 23、5 條新門禁…)見 **[完整 Release Notes →](RELEASE-NOTES.zh.md)**
|
|
31
27
|
|
|
32
28
|
### 📊 專案規模
|
|
33
29
|
|
|
34
|
-
| 📦 翻譯 Skills | 🇨🇳
|
|
30
|
+
| 📦 翻譯 Skills | 🇨🇳 中國原創 Skills | 🤖 支援工具 |
|
|
35
31
|
|:---:|:---:|:---:|
|
|
36
|
-
| **14** | **
|
|
32
|
+
| **14** | **4**<br><sub>另有 2 個上游歷史保留</sub> | **Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI / Codex / Aider / Trae / VS Code (Copilot) / DeerFlow / OpenCode / OpenClaw / Qwen Code / Antigravity / Claw Code / Qoder / CodeBuddy(騰訊)/ CodeArts(華為雲碼道)/ Cline / Kilo Code / Crush** |
|
|
37
33
|
|
|
38
34
|
---
|
|
39
35
|
|
|
40
36
|
## ❤️ 贊助商 <sub>🙏 想出現在這裡?聯絡 **jnMetaCode@qq.com** 贊助</sub>
|
|
41
37
|
|
|
38
|
+
<p align="center">
|
|
39
|
+
<a href="https://www.infistar.cc/register?aff=PDVTM2VS&ref_source=link">
|
|
40
|
+
<img src="assets/sponsors/infistar.jpg" alt="Infistar.cc 無限星河 —— 全模型 API 服務,一個 API Key 接入 Claude、ChatGPT、Gemini、Kimi、GLM、DeepSeek,價格低至官方渠道 1 折" width="100%">
|
|
41
|
+
</a>
|
|
42
|
+
</p>
|
|
43
|
+
|
|
44
|
+
**superpowers-zh × [Infistar.cc 無限星河](https://www.infistar.cc/register?aff=PDVTM2VS&ref_source=link)|全模型 API · 為 AI 編程注入穩定動力**
|
|
45
|
+
|
|
46
|
+
感謝 Infistar.cc 無限星河 贊助並為 superpowers-zh 使用者提供模型服務支援!
|
|
47
|
+
|
|
48
|
+
- ⚡ **穩定承載複雜開發任務**:提供高可用模型通道與多節點冗餘,價格低至官方渠道 **1 折**,穩定支援需求分析、方案規劃、TDD、除錯及程式碼審查等長任務。
|
|
49
|
+
- 🧠 **一個 API Key 接入主流模型**:全面支援 Claude、ChatGPT、Gemini、Kimi、GLM、DeepSeek 等模型,適配 Claude Code、Codex、Cursor、Windsurf、Kiro 等 AI 編程工具。
|
|
50
|
+
- 🛠️ **賦能完整開發工作流**:結合 superpowers-zh 的系統化 Skills,讓 AI 更好地完成頭腦風暴、計畫執行、問題排查和品質檢查。
|
|
51
|
+
|
|
52
|
+
🎁 **superpowers-zh 使用者專屬福利:透過[此連結](https://www.infistar.cc/register?aff=PDVTM2VS&ref_source=link)註冊並完成首次呼叫,即可領取 5 美元等值測試額度!**
|
|
53
|
+
|
|
54
|
+
<hr>
|
|
55
|
+
|
|
42
56
|
<table>
|
|
43
57
|
<tr>
|
|
44
58
|
<td width="25%">
|
|
@@ -111,7 +125,7 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
|
|
|
111
125
|
| ⭐ Star 數 | 250k+ | — |
|
|
112
126
|
| 📦 Skills 總數 | 14 | **20**(14 翻譯 + 4 國產原創 + 2 上游歷史保留) |
|
|
113
127
|
| 🌐 語言 | 英文 | 中文(技術術語保留英文) |
|
|
114
|
-
| 🤖 **支援工具** | **6 款**:Claude Code / Cursor / Codex / OpenCode / Copilot CLI / Gemini CLI | **23 款**:上述 6 款 + Hermes Agent / Trae / Kiro / Qwen Code
|
|
128
|
+
| 🤖 **支援工具** | **6 款**:Claude Code / Cursor / Codex / OpenCode / Copilot CLI / Gemini CLI | **23 款**:上述 6 款 + Hermes Agent / Trae / Kiro / Qwen Code / OpenClaw / Claw Code / Antigravity / DeerFlow / VS Code / Windsurf / Aider / Qoder / CodeBuddy(騰訊) / CodeArts(華為雲碼道) / Cline / Kilo Code / Crush |
|
|
115
129
|
| ⚡ **安裝方式** | 按工具分別裝(每款一條不同的 plugin marketplace 命令) | **`npx superpowers-zh` 一條命令自動識別專案裡的工具並安裝**;識別不出可 `--tool <name>` 顯式指定 |
|
|
116
130
|
| 🇨🇳 Git 平台 | GitHub 為主 | GitHub + Gitee + Coding + 極狐 GitLab + **CNB(騰訊雲原生建置)** |
|
|
117
131
|
| 🇨🇳 CI/CD 範例 | GitHub Actions | GitHub Actions + Gitee Go + Coding CI + 極狐 CI + `.cnb.yml` |
|
|
@@ -136,22 +150,22 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
|
|
|
136
150
|
| [Copilot CLI](https://githubnext.com/projects/copilot-cli) | CLI | `npx superpowers-zh --tool copilot` | `.claude/skills/` |
|
|
137
151
|
| [Hermes Agent](https://github.com/NousResearch/hermes-agent) | CLI | `npx superpowers-zh --global --tool hermes` | `~/.hermes/skills/` |
|
|
138
152
|
| [Cursor](https://cursor.sh) | IDE | `npx superpowers-zh` | `.cursor/skills/` |
|
|
139
|
-
| [Windsurf](https://
|
|
140
|
-
| [Kiro](https://kiro.dev) | IDE | `npx superpowers-zh` | `.kiro/
|
|
153
|
+
| [Windsurf](https://windsurf.com) | IDE | `npx superpowers-zh` | `.windsurf/skills/`(全局 `~/.codeium/windsurf/skills/`) |
|
|
154
|
+
| [Kiro](https://kiro.dev) | IDE | `npx superpowers-zh` | `.kiro/skills/` |
|
|
141
155
|
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | CLI | `npx superpowers-zh` | `.gemini/skills/` |
|
|
142
|
-
| [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.
|
|
156
|
+
| [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.agents/skills/` |
|
|
143
157
|
| [Aider](https://aider.chat) | CLI | `npx superpowers-zh` | `.aider/skills/` |
|
|
144
158
|
| [Trae](https://trae.ai) | IDE | `npx superpowers-zh` | `.trae/skills/` + `.trae/rules/` |
|
|
145
|
-
| [VS Code](https://code.visualstudio.com) (Copilot) | IDE 外掛 | `npx superpowers-zh` | `.github/superpowers/` |
|
|
159
|
+
| [VS Code](https://code.visualstudio.com) (Copilot) | IDE 外掛 | `npx superpowers-zh` | `.github/superpowers/` + `.github/instructions/` |
|
|
146
160
|
| [DeerFlow 2.0](https://github.com/bytedance/deer-flow) | Agent 框架 | `npx superpowers-zh` | `skills/custom/` |
|
|
147
161
|
| [OpenCode](https://opencode.ai) | CLI | `npx superpowers-zh` | `.opencode/skills/` |
|
|
148
|
-
| [OpenClaw](https://github.com/
|
|
149
|
-
| [Qwen Code](https://
|
|
150
|
-
| [Antigravity](https://
|
|
162
|
+
| [OpenClaw](https://github.com/openclaw/openclaw) | CLI | `npx superpowers-zh` | `skills/` |
|
|
163
|
+
| [Qwen Code](https://github.com/QwenLM/qwen-code) | CLI | `npx superpowers-zh` | `.qwen/skills/` + `QWEN.md` |
|
|
164
|
+
| [Antigravity](https://antigravity.google) | IDE | `npx superpowers-zh` | `.agents/skills/` |
|
|
151
165
|
| [Claw Code](https://github.com/ultraworkers/claw-code) | CLI (Rust) | `npx superpowers-zh` | `.claw/skills/` |
|
|
152
166
|
| [Qoder](https://qoder.com) (阿里 AI IDE) | IDE | `npx superpowers-zh` | `.qoder/skills/` + `.qoder/rules/` |
|
|
153
167
|
| [CodeBuddy](https://copilot.tencent.com) (騰訊 AI IDE) | IDE | `npx superpowers-zh` | `.codebuddy/skills/` + `CODEBUDDY.md` |
|
|
154
|
-
| [華為雲碼道 CodeArts](https://
|
|
168
|
+
| [華為雲碼道 CodeArts](https://codearts.huaweicloud.com/) | IDE | `npx superpowers-zh` | `.codeartsdoer/skills/` |
|
|
155
169
|
| [Cline](https://cline.bot) | IDE 外掛 | `npx superpowers-zh --tool cline` | `.cline/skills/` + `.clinerules/` |
|
|
156
170
|
| [Kilo Code](https://kilo.ai) | IDE 外掛 | `npx superpowers-zh --tool kilocode` | `.kilocode/skills/` + `.kilocode/rules/` |
|
|
157
171
|
| [Crush](https://github.com/charmbracelet/crush) | CLI | `npx superpowers-zh` | `.crush/skills/` |
|
|
@@ -177,10 +191,12 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
|
|
|
177
191
|
| **編寫 Skills** (writing-skills) | 建立新 skill 的方法論 |
|
|
178
192
|
| **使用 Superpowers** (using-superpowers) | 元技能:如何呼叫和優先使用 skills |
|
|
179
193
|
|
|
180
|
-
### 🇨🇳
|
|
194
|
+
### 🇨🇳 中國原創 Skills(4 個)· 上游歷史保留(2 個)
|
|
181
195
|
|
|
182
196
|
> ⚠️ **下表前 4 個 chinese-\* 為「手動呼叫」skill**——不會自動觸發,需在對話中顯式輸入 `/chinese-xxx` 才會載入。
|
|
183
197
|
> 設計為參考資料而非工作流,避免污染上游 skill 的自動排程(如 `requesting-code-review`、`brainstorming` 等)。
|
|
198
|
+
>
|
|
199
|
+
> ⚠️ **表格最後兩個(mcp-builder / workflow-runner)不是中國原創** —— 它們來自上游,上游後來移除了,本 fork 保留下來繼續維護。全倉 20 個 skill = 14 翻譯 + 4 中國原創 + 2 上游歷史保留。
|
|
184
200
|
|
|
185
201
|
| Skill | 用途 | 呼叫方式 | 上游有嗎? |
|
|
186
202
|
|-------|------|---------|:---:|
|
|
@@ -188,8 +204,8 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
|
|
|
188
204
|
| **中文 Git 工作流** (chinese-git-workflow) | 適配 Gitee/Coding/極狐 GitLab/CNB | `/chinese-git-workflow`(手動) | 無 |
|
|
189
205
|
| **中文技術文件** (chinese-documentation) | 中文排版規範、中英混排、告別機翻味 | `/chinese-documentation`(手動) | 無 |
|
|
190
206
|
| **中文提交規範** (chinese-commit-conventions) | 適配國內團隊的 commit message 規範 | `/chinese-commit-conventions`(手動) | 無 |
|
|
191
|
-
| **MCP 伺服器建置** (mcp-builder) | 建置生產級 MCP 工具,擴展 AI 能力邊界 | 自動 |
|
|
192
|
-
| **工作流執行器** (workflow-runner) | 在 AI 工具內執行多角色 YAML 工作流 | 自動 |
|
|
207
|
+
| **MCP 伺服器建置** (mcp-builder) | 建置生產級 MCP 工具,擴展 AI 能力邊界 | 自動 | 曾有,上游已移除 |
|
|
208
|
+
| **工作流執行器** (workflow-runner) | 在 AI 工具內執行多角色 YAML 工作流 | 自動 | 曾有,上游已移除 |
|
|
193
209
|
|
|
194
210
|
---
|
|
195
211
|
|
|
@@ -215,7 +231,7 @@ npx superpowers-zh --global --tool claude # 或指定工具
|
|
|
215
231
|
|
|
216
232
|
全域安裝把 skills 裝到工具的**使用者級目錄**(如 `~/.claude/skills`),一次安裝所有專案自動可用,更新時也只需重裝一次。**專案級優先、全域兜底**,二者可共存。
|
|
217
233
|
|
|
218
|
-
支援通用全域安裝的工具(均為 docs 已證實的使用者級載入路徑):**Claude Code · Codex CLI · Qoder · Windsurf · Qwen Code · OpenClaw · OpenCode · Crush · Hermes Agent**。其中 **Codex CLI** 全域裝到 `~/.agents/skills`(Codex 啟動掃描目錄)。其餘工具(Cursor / Kiro / Trae / Aider / DeerFlow / VS Code / Claw / Cline / Kilo Code)規則是專案級或存於應用內設定,`--global` 會提示改用專案級;**Gemini CLI / Antigravity** 有各自專屬的全域方式(Gemini 走擴充目錄),見對應 `docs/README.*.md`。
|
|
234
|
+
支援通用全域安裝的工具(均為 docs 已證實的使用者級載入路徑):**Claude Code · Codex CLI · Qoder · Windsurf · Qwen Code · OpenClaw · OpenCode · Crush · Hermes Agent · CodeBuddy · CodeArts**。其中 **Codex CLI** 全域裝到 `~/.agents/skills`(Codex 啟動掃描目錄)。其餘工具(Cursor / Kiro / Trae / Aider / DeerFlow / VS Code / Claw / Cline / Kilo Code)規則是專案級或存於應用內設定,`--global` 會提示改用專案級;**Gemini CLI / Antigravity** 有各自專屬的全域方式(Gemini 走擴充目錄),見對應 `docs/README.*.md`。
|
|
219
235
|
|
|
220
236
|
| | 專案級(預設) | 全域(`--global`) |
|
|
221
237
|
|---|---|---|
|
|
@@ -271,7 +287,7 @@ cp -r superpowers-zh/skills /your/project/.claude/skills # Claude Code / Co
|
|
|
271
287
|
cp -r superpowers-zh/skills /your/project/.hermes/skills # Hermes Agent
|
|
272
288
|
cp -r superpowers-zh/skills /your/project/.cursor/skills # Cursor
|
|
273
289
|
cp -r superpowers-zh/skills /your/project/.codex/skills # Codex CLI
|
|
274
|
-
cp -r superpowers-zh/skills /your/project/.kiro/
|
|
290
|
+
cp -r superpowers-zh/skills /your/project/.kiro/skills # Kiro
|
|
275
291
|
cp -r superpowers-zh/skills /your/project/skills/custom # DeerFlow 2.0
|
|
276
292
|
cp -r superpowers-zh/skills /your/project/.trae/rules # Trae
|
|
277
293
|
cp -r superpowers-zh/skills /your/project/.agents # Antigravity
|
|
@@ -295,7 +311,7 @@ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI
|
|
|
295
311
|
| Claude Code | `CLAUDE.md` | 專案根目錄 |
|
|
296
312
|
| Copilot CLI | `CLAUDE.md` | 與 Claude Code 共用外掛格式 |
|
|
297
313
|
| Hermes Agent | `HERMES.md` 或 `.hermes.md` | 專案根目錄,安裝時自動產生 |
|
|
298
|
-
| Kiro | `.kiro/steering
|
|
314
|
+
| Kiro | `.kiro/steering/superpowers-zh.md`(索引,`inclusion: always`)+ `.kiro/skills/` | steering 每輪常駐,故只放索引 |
|
|
299
315
|
| DeerFlow 2.0 | `skills/custom/*/SKILL.md` | 位元組跳動開源 SuperAgent,自動發現自訂 skills |
|
|
300
316
|
| Trae | `.trae/rules/project_rules.md` | 專案級規則 |
|
|
301
317
|
| Antigravity | `GEMINI.md` 或 `AGENTS.md` | 專案根目錄 |
|
|
@@ -311,7 +327,7 @@ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI
|
|
|
311
327
|
| Claw Code | `.claw/skills/*/SKILL.md` | Rust 版 CLI agent,相容 Claude Code 的 SKILL.md 格式 |
|
|
312
328
|
| Qoder | `.qoder/skills/*/SKILL.md` + `.qoder/rules/superpowers-zh.md` | 阿里 AI IDE,自動產生 `trigger: always_on` 的 bootstrap rule |
|
|
313
329
|
|
|
314
|
-
> **詳細安裝指南**:[Kiro](docs/README.kiro.md) · [DeerFlow](docs/README.deerflow.md) · [Trae](docs/README.trae.md) · [Antigravity](docs/README.antigravity.md) · [VS Code](docs/README.vscode.md) · [Codex](docs/README.codex.md) · [OpenCode](docs/README.opencode.md) · [OpenClaw](docs/README.openclaw.md) · [Windsurf](docs/README.windsurf.md) · [Gemini CLI](docs/README.gemini-cli.md) · [Aider](docs/README.aider.md) · [Qwen Code](docs/README.qwen.md) · [Hermes Agent](docs/README.hermes.md) · [Qoder](docs/README.qoder.md) · [CodeBuddy](docs/README.codebuddy.md) · [華為雲碼道](docs/README.codearts.md) · [Kimi Code](docs/README.kimi.md) · [Pi](docs/README.pi.md)
|
|
330
|
+
> **詳細安裝指南**:[Kiro](docs/README.kiro.md) · [DeerFlow](docs/README.deerflow.md) · [Trae](docs/README.trae.md) · [Antigravity](docs/README.antigravity.md) · [VS Code](docs/README.vscode.md) · [Codex](docs/README.codex.md) · [OpenCode](docs/README.opencode.md) · [OpenClaw](docs/README.openclaw.md) · [Windsurf](docs/README.windsurf.md) · [Gemini CLI](docs/README.gemini-cli.md) · [Aider](docs/README.aider.md) · [Qwen Code](docs/README.qwen.md) · [Hermes Agent](docs/README.hermes.md) · [Claw Code](docs/README.claw.md) · [Qoder](docs/README.qoder.md) · [CodeBuddy](docs/README.codebuddy.md) · [華為雲碼道](docs/README.codearts.md) · [Kimi Code](docs/README.kimi.md) · [Pi](docs/README.pi.md)
|
|
315
331
|
|
|
316
332
|
### 解除安裝 / 誤裝清理(v1.2.1+)
|
|
317
333
|
|
package/RELEASE-NOTES.zh.md
CHANGED
|
@@ -6,6 +6,217 @@
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## v1.7.11 (2026-08-28)
|
|
10
|
+
|
|
11
|
+
**Codex CLI / VS Code / Windsurf / Qwen Code / DeerFlow / Claw Code 用户请重新安装。**
|
|
12
|
+
|
|
13
|
+
v1.7.10 那次核查查出三款装错,当时的结论是「既然错过一次,就该问一句还有几个」。这一版把**剩下没查过的全部查完了** —— 逐款对官方文档(拿不到文档的对源码),一款一款过。
|
|
14
|
+
|
|
15
|
+
结果:又是四款「装了完全不生效」。都是我们自己写的路径,都没查过官方文档。
|
|
16
|
+
|
|
17
|
+
### 🐛 Codex CLI:项目级装到了 Codex 从不扫描的目录
|
|
18
|
+
|
|
19
|
+
[官方 skills 文档](https://developers.openai.com/codex/skills)给出的扫描目录**完整清单**:
|
|
20
|
+
|
|
21
|
+
$CWD/.agents/skills、$CWD/../.agents/skills、$REPO_ROOT/.agents/skills
|
|
22
|
+
$HOME/.agents/skills、/etc/codex/skills、内置 skill
|
|
23
|
+
|
|
24
|
+
**没有 `.codex/skills`。** 而我们项目级正是装到那里。
|
|
25
|
+
|
|
26
|
+
讽刺的是全局(`~/.agents/skills`)一直是对的,原注释还专门写明「不是 `~/.codex/skills`」—— 说明当初查过全局,却没顺手核一下项目级。
|
|
27
|
+
|
|
28
|
+
已改为 `.agents/skills`,并在安装时清理旧位置(只清我们装的,用户自己放在 `.codex/skills` 下的不动,已实测)。与 Antigravity 共用 `.agents/skills` 是 Agent Skills 开放约定,不是冲突。
|
|
29
|
+
|
|
30
|
+
**这个改动还牵出一个既有 bug:自动检测有顺序依赖。** 检测原来是边装边判的 —— Codex 装完会创建 `.agents/`,循环走到 Antigravity(`detect: '.agents'`)时它就被误判成「项目里有这个工具」,于是多装一份。任何「装了 A 会创建 B 的检测标记」的组合都会中招。改为**先把所有工具的检测结果一次算完再开始装**:检测必须基于安装前的项目状态。
|
|
31
|
+
|
|
32
|
+
### 🐛 VS Code (Copilot):装的 20 个文件,Copilot 一个都不读
|
|
33
|
+
|
|
34
|
+
[官方文档](https://code.visualstudio.com/docs/copilot/customization/custom-instructions)明确 Copilot 只自动读这几处:
|
|
35
|
+
|
|
36
|
+
.github/copilot-instructions.md / AGENTS.md / CLAUDE.md (始终生效)
|
|
37
|
+
.github/instructions/*.instructions.md (按 applyTo 匹配)
|
|
38
|
+
|
|
39
|
+
我们把 20 个 skill 拷进 `.github/superpowers/` —— **不在其中**,而且装完什么引导都不写。
|
|
40
|
+
|
|
41
|
+
旧文档更说明问题:它写着「建议你创建 `.github/copilot-instructions.md` 引用这些 skills」并给了示例 —— **我们知道需要引导,却让用户自己动手**,而绝大多数人不会照做。
|
|
42
|
+
|
|
43
|
+
现在自动生成 `.github/instructions/superpowers-zh.instructions.md`(`applyTo: "**"`,约 4.5 KB 的索引),正文仍留在 `.github/superpowers/` 按需读取 —— 与 Cline / Kilo / Kiro 同一套「常驻只放索引」的思路。**刻意不动用户的 `copilot-instructions.md`**,那是他们的文件。
|
|
44
|
+
|
|
45
|
+
### 🐛 Windsurf:`--global` 装在 Windsurf 不读的地方
|
|
46
|
+
|
|
47
|
+
[官方文档](https://docs.windsurf.com/windsurf/cascade/skills)写明两个路径**不同构**:
|
|
48
|
+
|
|
49
|
+
| | 路径 |
|
|
50
|
+
|---|---|
|
|
51
|
+
| 项目级 | `.windsurf/skills/<name>/` ✅ 我们是对的 |
|
|
52
|
+
| 用户级 | `~/.codeium/windsurf/skills/<name>/` ❌ 我们装到了 `~/.windsurf/skills` |
|
|
53
|
+
|
|
54
|
+
**测试为什么没抓到:只验退出码,不验落盘位置。** 装到错目录退出码照样是 0 —— 「跑通了」不等于「装对了」。已补 `GLOBAL_DIR` 断言:每款全局工具逐个断言 skill 真落在官方读的那个目录,外加一条自检(以后加全局工具不能漏断言)。双向验证过:把路径改回旧值立刻报错。
|
|
55
|
+
|
|
56
|
+
### 🐛 DeerFlow:检测标记根本不存在(Aider 同款)
|
|
57
|
+
|
|
58
|
+
安装路径 `skills/custom/` 是对的(官方文档确认自动扫描 `["skills/public", "skills/custom"]` 两个写死的目录)。但 `detect` 写的是 `deer_flow` —— 用 GitHub API 列了 deer-flow main 分支顶层目录:
|
|
59
|
+
|
|
60
|
+
.agent .github backend contracts deploy docker docs frontend plans
|
|
61
|
+
pr-build scripts skills tests
|
|
62
|
+
|
|
63
|
+
**没有 `deer_flow`。** 与 Aider 的 `.aider` 是同一个毛病:真实检出从来没被自动检测到过。改认 `skills/public`(skills 机制本身、随仓库版本控制,任何检出都有),`deer_flow` 保留作 1.x 兼容。
|
|
64
|
+
|
|
65
|
+
顺带删掉文档里那段 `export DEERFLOW_SKILLS_DIR=...` —— **官方文档里没有这个环境变量**,目录是写死的。
|
|
66
|
+
|
|
67
|
+
### 🐛 Qwen Code:缺 bootstrap(skill 是死重)+ 我们把产品搞混了
|
|
68
|
+
|
|
69
|
+
路径是对的,但两个问题:
|
|
70
|
+
|
|
71
|
+
**① 产品搞混。** 文档标题写「Qwen Code (通义灵码)」、链接指向 `tongyi.aliyun.com`。实际 Qwen Code 是 [QwenLM/qwen-code](https://github.com/QwenLM/qwen-code) 这个**命令行工具**(Gemini CLI 的 fork);通义灵码是阿里的 IDE 插件,**是另一个产品**,路径完全不同 —— 照我们的文档去配通义灵码是配不通的。与 [#119](https://github.com/jnMetaCode/superpowers-zh/issues/119) 的 Qoder 表是同一类错误:把两个产品面混成一份说明。
|
|
72
|
+
|
|
73
|
+
**② 只装 skills、不写 bootstrap。** Claude 写 `CLAUDE.md`、Gemini 写 `GEMINI.md`,而 Qwen Code 的对应物 `QWEN.md` 我们完全没用。按上游的原则:没有 bootstrap,skill 就是死重 —— 文件在磁盘上但很少被调用。已补(项目级写 `./QWEN.md`,全局写 `~/.qwen/QWEN.md`,已有文件用哨兵注释追加而非覆盖),并补上全局卸载的残留缺口。
|
|
74
|
+
|
|
75
|
+
### 🆕 Claw Code:补 bootstrap + 补文档(23 款里唯一没有安装文档的一款)
|
|
76
|
+
|
|
77
|
+
路径拿到了源码级证据(`ultraworkers/claw-code` 的 `rust/crates/plugins/src/lib.rs` 明写发现 `.claw/skills`、`.omc/skills`、`.agents/skills`;`USAGE.md` 列出指令文件优先级 `CLAUDE.md > CLAW.md > AGENTS.md`)。补上 `CLAW.md` bootstrap 与 `docs/README.claw.md`,并写明一条实用提醒:claw 也扫 `.agents/skills`,装过 Antigravity 的项目其实已经能读到,重复装会加载两份。
|
|
78
|
+
|
|
79
|
+
### 🆕 CodeBuddy / CodeArts 补 `--global`(全局支持 9 → 11 款)
|
|
80
|
+
|
|
81
|
+
两款的用户级路径此前都写着「尚未验证」,现已拿到官方出处:
|
|
82
|
+
|
|
83
|
+
| 工具 | 用户级路径 | 出处 |
|
|
84
|
+
|---|---|---|
|
|
85
|
+
| CodeBuddy(腾讯) | `~/.codebuddy/skills/` + `~/.codebuddy/CODEBUDDY.md` | [codebuddy.cn/docs/cli/codebuddy-dir](https://www.codebuddy.cn/docs/cli/codebuddy-dir) |
|
|
86
|
+
| CodeArts(华为云码道) | `~/.codeartsdoer/skills/` | 华为云官方用户指南 |
|
|
87
|
+
|
|
88
|
+
支持通用全局安装的工具由 9 款增至 **11 款**:Claude Code · Codex CLI · Qoder · Windsurf · Qwen Code · OpenClaw · OpenCode · Crush · Hermes Agent · CodeBuddy · CodeArts。
|
|
89
|
+
|
|
90
|
+
### 🐛 4 条死链,其中 2 条是编造出来的仓库地址
|
|
91
|
+
|
|
92
|
+
核查 OpenClaw 时发现文档链的是 `github.com/anthropics/openclaw` —— **那个仓库不存在**。顺手全仓扫了一遍外链,45 条里 4 条是死的:
|
|
93
|
+
|
|
94
|
+
| 原链接 | 状态 | 改为 |
|
|
95
|
+
|---|---|---|
|
|
96
|
+
| github.com/anthropics/openclaw | 404,仓库不存在 | github.com/openclaw/openclaw |
|
|
97
|
+
| github.com/anthropics/antigravity | 404,且 Antigravity 是**谷歌**的产品 | antigravity.google |
|
|
98
|
+
| huaweicloud.com/product/codeartsdoer.html | 404,产品页改版 | codearts.huaweicloud.com |
|
|
99
|
+
| docs.codeium.com/windsurf | Windsurf 已迁走 | docs.windsurf.com/… |
|
|
100
|
+
|
|
101
|
+
前两条是**编造出来的出处**。这比没有出处更坏:它让人以为核实过了。已固化成外链验活门禁(两遍制:并行快扫出嫌疑名单,再串行复核,两遍都判死才算死 —— 一个会误报的门禁比没有门禁更糟,人会学会忽略它)。
|
|
102
|
+
|
|
103
|
+
### 🌐 官网:工具墙停在 20 款,三处文案自己打自己
|
|
104
|
+
|
|
105
|
+
首页统计块写「20 支持工具」,同一屏的标题写「23 款工具通用」,FAQ 又枚举了 23 款。根因是文案计数跟着 installer 改到了 23,而 `site/build.mjs` 的工具数组从来没人补 —— **Cline / Kilo Code / Crush 的用户在安装命令下拉里找不到自己的工具**。
|
|
106
|
+
|
|
107
|
+
- 工具列表 20 → 23,统计块改成从列表长度算,不再硬编码
|
|
108
|
+
- 修 4 条错的:Claw Code 已能自动检出(不必再 `--tool claw`)、Hermes 改给 `--global`(项目级给了等于给「装了不生效」)、Qwen Code 类型 IDE → CLI、Antigravity 类型 CLI → IDE
|
|
109
|
+
- FAQ「支持全局」清单 7 → 11 款(三语同步)
|
|
110
|
+
- skill 详情页 **6 条死链**:`SKILL.md` 里指向兄弟文件的相对链接(`implementer-prompt.md`、`../requesting-code-review/code-reviewer.md` 等)站点上没有这些 `.md`,`../` 开头的 404,其余被渲染器打成 `href="#"` —— 点了没反应,比 404 还难查。现在解析到 GitHub 源文件
|
|
111
|
+
- 新增赞助商独立页,导航栏补当前页高亮
|
|
112
|
+
|
|
113
|
+
### 🛡️ 测试与门禁
|
|
114
|
+
|
|
115
|
+
这一版查出的问题,旧门禁一个都发现不了。逐条补上,并全部做过**反向验证**(把问题造回去,必须报错):
|
|
116
|
+
|
|
117
|
+
| 新增门禁 | 堵的是 |
|
|
118
|
+
|---|---|
|
|
119
|
+
| 全局工具落盘位置断言 | Windsurf 那类「退出码 0 但装错目录」 |
|
|
120
|
+
| 外链验活(两遍制) | 编造出来的仓库地址 |
|
|
121
|
+
| 官网工具列表条目数 = TARGETS + 1 | 官网列表跟不上 installer |
|
|
122
|
+
| 官网全局清单必须覆盖每个 `global:` 目标 | FAQ 停在 7 款 |
|
|
123
|
+
| `grep -P` / 全角括号吞变量名 两条 shell 坑 | 我自己写出来的静默失效检查 |
|
|
124
|
+
|
|
125
|
+
`verify-release.sh` 101 → **115 pass**;`audit.sh` → **170 pass**。
|
|
126
|
+
|
|
127
|
+
### 📋 这一轮六款,六种失效方式
|
|
128
|
+
|
|
129
|
+
| 工具 | 路径对吗 | 失效方式 |
|
|
130
|
+
|---|---|---|
|
|
131
|
+
| Codex CLI | ❌ 项目级 | 装到从不被扫描的目录 |
|
|
132
|
+
| VS Code | ❌ | 位置不在官方读取清单里,且不写引导 |
|
|
133
|
+
| Windsurf | ❌ 仅全局 | 用户级路径与项目级不同构 |
|
|
134
|
+
| DeerFlow | ✅ | 检测标记不存在,从没被自动检测到 |
|
|
135
|
+
| Qwen Code | ✅ | 无 bootstrap,skill 是死重;文档搞混产品 |
|
|
136
|
+
| Claw Code | ✅ | 无 bootstrap、无文档 |
|
|
137
|
+
|
|
138
|
+
**共同点:全部是我们自己写的,全部没查过官方文档。** 现在每条路径在代码注释里都带出处链接与核对结论 —— 下次改之前先看那行注释。
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## v1.7.10 (2026-08-12)
|
|
143
|
+
|
|
144
|
+
**Aider 和 Kiro 用户请重新安装。** 本版本源于一次对「我们自己那层工具支持」的系统核查 —— 起因是 v1.7.9 修 Hermes 时发现:我们从支持它起就装错了目录。既然错过一次,就该问一句**还有几个**。
|
|
145
|
+
|
|
146
|
+
答案是:又查出三个,全部是我们自己写的、全部没查过官方文档。
|
|
147
|
+
|
|
148
|
+
### 🐛 Aider:两个错叠在一起,等于完全不可用
|
|
149
|
+
|
|
150
|
+
**① 真实的 Aider 项目从来没被自动检测到过。**
|
|
151
|
+
|
|
152
|
+
检测标记写的是 `.aider`,即要求存在一个 `.aider/` **目录** —— 而 Aider 根本不创建这个目录。它在项目根留下的是 `.aider.` 前缀的产物:`.aider.conf.yml`、`.aider.chat.history.md`、`.aider.tags.cache.v3/`。
|
|
153
|
+
|
|
154
|
+
实测:造一个含这三样的真实 Aider 项目跑 `npx superpowers-zh`,输出「未检测到任何已知 AI 编程工具」。而文档一直写着「会自动检测 `.aider.conf.yml` 文件」—— **文档描述的是意图,代码做的是另一回事。**
|
|
155
|
+
|
|
156
|
+
已改为认这四个标记。
|
|
157
|
+
|
|
158
|
+
**② `CONVENTIONS.md` 不会被 Aider 自动加载。**
|
|
159
|
+
|
|
160
|
+
代码注释和文档都断言「Aider 原生支持自动加载此文件」。[官方文档](https://aider.chat/docs/usage/conventions.html)说的是反的:必须 `aider --read CONVENTIONS.md`,或在 `.aider.conf.yml` 里写 `read: CONVENTIONS.md`。
|
|
161
|
+
|
|
162
|
+
最糟的是文档「Skills 未生效」排障的第 3 条写着「Aider 会自动读取 CONVENTIONS.md,无需额外配置」—— **用户卡住时来查文档,看到的正好是让他继续卡住的那句。**
|
|
163
|
+
|
|
164
|
+
改法照搬 v1.7.9 的 Hermes:装完打印可直接用的两种激活方式,**不替用户改 `.aider.conf.yml`**(那是他们的文件)。
|
|
165
|
+
|
|
166
|
+
### 🐛 Kiro:错的方向正好相反 —— 每一轮烧 335 KB
|
|
167
|
+
|
|
168
|
+
[Kiro 官方文档](https://kiro.dev/docs/steering/)明确:`.kiro/steering/` 下的文件**默认就是 `inclusion: always`**,"loaded into every Kiro interaction automatically"。
|
|
169
|
+
|
|
170
|
+
而我们把 20 个 skill 的正文整个装了进去。实测 **47 个 md、335 KB,每一轮对话全量进上下文**。
|
|
171
|
+
|
|
172
|
+
讽刺的是这个问题我们早解过 —— 当初给 Cline / Kilo Code 做适配时专门设计了「常驻位置只放索引、正文按需读取」(那次是 182 KB)。只是没意识到 Kiro 的 steering 是同一性质。现在照搬:
|
|
173
|
+
|
|
174
|
+
| | v1.7.9 | v1.7.10 |
|
|
175
|
+
|---|---|---|
|
|
176
|
+
| steering 常驻 | 47 个 md / 335 KB | **1 个索引 / 4.4 KB** |
|
|
177
|
+
| skill 正文 | `.kiro/steering/<name>/` | `.kiro/skills/<name>/`(按需读取) |
|
|
178
|
+
|
|
179
|
+
**76 倍。** 升级路径是这次最要紧的一块:老用户通常直接重装而不会先卸载,不清旧布局的话新旧两份并存、335 KB 一点没减 —— 那就等于没修。所以安装时先清 `.kiro/steering/` 下与我们 skill 同名的目录,并打印清理了几个。**你自己写的 steering 文件不会被动**,已实测。
|
|
180
|
+
|
|
181
|
+
另外文档里写的加载模式 `alwaysApply: true` / `globs: "*.ts"` —— 这两个键 **Kiro 文档里根本不存在**,是 Cursor / Trae 的约定被误写成了 Kiro 的。Kiro 实际用 `inclusion` / `fileMatchPattern`。已按官方文档重写整篇。
|
|
182
|
+
|
|
183
|
+
### 🐛 Qoder:工具映射表是编的([#119](https://github.com/jnMetaCode/superpowers-zh/issues/119))
|
|
184
|
+
|
|
185
|
+
报告人说 Qoder IDE 里没有 `general-purpose` 子智能体,而我们的 `qoder-tools.md` 白纸黑字写着有。查该文件的引入 commit —— **没有引用任何来源**。
|
|
186
|
+
|
|
187
|
+
对照 [Qoder 官方子代理文档](https://docs.qoder.com/zh/cli/subagent),4 行错了 2 行:`Explore → explore-agent`、`Plan → plan-agent` 都是错的,文档里就是**同名**;「Qoder 有内置 `code-reviewer`」也是编的(文档里的 `api-reviewer` 是用户自建示例)。
|
|
188
|
+
|
|
189
|
+
但最关键的不是这几行 —— **那张表根本没标适用范围**。官方文档只覆盖 Qoder CLI,报告人用的是 Qoder IDE,两个产品面本来就不同,而我们的表让 IDE 用户当成了权威。已补适用范围、来源链接、核对日期,和一节 IDE/CLI 差异说明。
|
|
190
|
+
|
|
191
|
+
### 🛡️ 把「拿代码测代码」的盲区堵上
|
|
192
|
+
|
|
193
|
+
Aider 那个 bug 能在 90 项全绿的情况下活下来,是因为测试写的是 `mkdir .aider` 然后断言认出 Aider —— **拿代码测代码,真实标记一个都没测。**
|
|
194
|
+
|
|
195
|
+
已补:
|
|
196
|
+
|
|
197
|
+
- Aider 的三个真实标记进检测测试;`case` 分支加 `*.yml`(`.aider.conf.yml` 是文件不是目录,用目录冒充等于测了个假场景)
|
|
198
|
+
- Kiro 两条硬回归守卫:steering 下**只能有 1 个 md**、常驻总字节 **< 20 KB**;外加升级路径断言(旧布局必须清掉、用户文件必须保留)。双向验证过 —— 模拟退回旧布局,两条断言都会失败
|
|
199
|
+
|
|
200
|
+
`verify-release.sh` 90 → **101 pass**。
|
|
201
|
+
|
|
202
|
+
### 📋 四个工具,四种失效方式
|
|
203
|
+
|
|
204
|
+
| 工具 | 错法 | 后果 |
|
|
205
|
+
|---|---|---|
|
|
206
|
+
| Hermes(v1.7.9 已修) | 装到不被读的目录 | 完全不生效 |
|
|
207
|
+
| Aider | 检测标记不存在 + 断言文件会自动加载 | 检测不到 + 装了不生效 |
|
|
208
|
+
| Kiro | 正文放进每轮常驻的目录 | 每轮烧 335 KB |
|
|
209
|
+
| Qoder | 映射表照着别家约定编 | 用户按错的工具名调用 |
|
|
210
|
+
|
|
211
|
+
**四个都是我们自己那层写的,四个都没查官方文档。** 这已经不是个案。剩余工具的核查还在继续,会在后续版本陆续修。
|
|
212
|
+
|
|
213
|
+
### ✅ 发版前门禁
|
|
214
|
+
|
|
215
|
+
- `audit.sh` 166 pass / 0 warn / 0 fail
|
|
216
|
+
- `verify-release.sh` 101 pass / 0 fail
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
9
220
|
## v1.7.9 (2026-08-11)
|
|
10
221
|
|
|
11
222
|
**如果你在用 Hermes Agent,请重新安装。** 本版本之前我们对 Hermes 的支持是**坏的** —— 不是"不好用",是装完完全不生效。
|
|
Binary file
|
|
Binary file
|