superpowers-zh 1.7.10 → 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.
@@ -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.10",
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.10",
4
+ "version": "1.7.11",
5
5
  "author": {
6
6
  "name": "jnMetaCode",
7
7
  "url": "https://github.com/jnMetaCode"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superpowers-zh",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
4
4
  "description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。",
5
5
  "author": {
6
6
  "name": "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.10",
5
+ "version": "1.7.11",
6
6
  "author": {
7
7
  "name": "jnMetaCode",
8
8
  "url": "https://github.com/jnMetaCode"
package/README.md CHANGED
@@ -16,33 +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.10 更新亮点**([完整 Release Notes →](RELEASE-NOTES.zh.md))
20
- > - 🐛 **Aider 用户请重装** —— 两个错叠一起等于完全不可用:真实 Aider 项目从来没被自动检测到过(它不创建 `.aider/` 目录),且 `CONVENTIONS.md` **不会**被自动加载(官方要求 `--read`)。现在检测认真实标记,装完打印激活命令
21
- > - 🐛 **Kiro 用户请重装** —— `.kiro/steering/` 下的文件**每轮对话全量进上下文**,而我们把 20 个 skill 正文全塞了进去:实测 **335 KB/轮**。改为索引式后 **4.4 KB**(76 倍),重装会自动清旧布局
22
- > - 🐛 **Qoder 工具映射表有错** —— `Explore`/`Plan` agent 名是编的(官方就是同名),且表没标适用范围(只覆盖 Qoder CLI,IDE 不同)([#119](https://github.com/jnMetaCode/superpowers-zh/issues/119))
23
- > - 🛡️ **堵上「拿代码测代码」的测试盲区** —— Aider 那个 bug 能在 90 项全绿下活着,是因为测试 `mkdir .aider` 再断言认出 Aider。已补真实标记 + Kiro 两条硬回归守卫(90 → 101 pass)
24
- > - 🐛 **Hermes 用户请重装** —— 之前我们只装项目级 `.hermes/skills/`,而 Hermes 根本不读那个目录,等于**装了完全不生效**。现在改用 `npx superpowers-zh --global --tool hermes` 装到 `~/.hermes/skills/`([#45](https://github.com/jnMetaCode/superpowers-zh/issues/45))
25
- > - 🔍 **定位核查** —— 逐层比对上游,修掉 5 处「不是增量」的偏离;新增 audit 检查强制 fork 增量必须显式声明
26
- > - 🆕 **新增 Crush**(工具数 22 → 23)—— 若你已为 CC / Cursor / Codex 装过,Crush 其实已经能读到,别重复装
27
- > - 🎯 **上游 v6.2.0 对齐完成** —— audit 的结构漂移告警清零;C 块盘点时发现其中 3 项不是风格改动而是实质新规则
28
- > - 🐛 **两个 worktree / Gemini 的真问题** —— 修掉 worktree 清理静默空转;更正「Gemini 不支持子智能体」的错误说法(原说法会让 3 个 skill 在 Gemini CLI 上瘸腿)
29
- > - 🔄 **测试参考重构** —— `testing-anti-patterns` → `writing-good-tests`:从 5 个反模式清单改为两条原则 + 变异检查
30
- > - 🔄 **SDD 同步上游 v6.2.0** —— plan 作用域工作区(一份过期账本再也不会让控制者跳过整段任务)+ 五轮上限的唤回式修复循环与熔断裁定
31
- > - 🪟 **Windows bootstrap 修复** —— SessionStart hook 改经 Git Bash 分发(同步上游),hook 不加载 skill 就是死重
32
- > - 🧩 新增 **Cline** 与 **Kilo Code** 两款 VS Code 扩展(工具数 20 → 22)—— 按 rules 常驻开销做了专门设计,索引仅 4.5 KB
33
- > - 🔧 检测落空时会扫 PATH 给出**可直接复制的 `--tool` 命令**,不再只报「未检测到」
34
- > - 📦 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)**
35
27
 
36
28
  ### 📊 项目规模
37
29
 
38
- | 📦 翻译 Skills | 🇨🇳 中国特色 Skills | 🤖 支持工具 |
30
+ | 📦 翻译 Skills | 🇨🇳 中国原创 Skills | 🤖 支持工具 |
39
31
  |:---:|:---:|:---:|
40
- | **14** | **6** | **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** |
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** |
41
33
 
42
34
  ---
43
35
 
44
36
  ## ❤️ 赞助商 &nbsp;<sub>🙏 想出现在这里?联系 **jnMetaCode@qq.com** 赞助</sub>
45
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
+
46
56
  <table>
47
57
  <tr>
48
58
  <td width="25%">
@@ -115,7 +125,7 @@ AI:在开始实现之前,我需要了解几个关键问题:
115
125
  | ⭐ Star 数 | 250k+ | — |
116
126
  | 📦 Skills 总数 | 14 | **20**(14 翻译 + 4 国产原创 + 2 上游历史保留) |
117
127
  | 🌐 语言 | 英文 | 中文(技术术语保留英文) |
118
- | 🤖 **支持工具** | **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 |
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 |
119
129
  | ⚡ **安装方式** | 按工具分别装(每款一条不同的 plugin marketplace 命令) | **`npx superpowers-zh` 一条命令自动识别项目里的工具并安装**;识别不出可 `--tool <name>` 显式指定 |
120
130
  | 🇨🇳 Git 平台 | GitHub 为主 | GitHub + Gitee + Coding + 极狐 GitLab + **CNB(腾讯云原生构建)** |
121
131
  | 🇨🇳 CI/CD 示例 | GitHub Actions | GitHub Actions + Gitee Go + Coding CI + 极狐 CI + `.cnb.yml` |
@@ -140,22 +150,22 @@ AI:在开始实现之前,我需要了解几个关键问题:
140
150
  | [Copilot CLI](https://githubnext.com/projects/copilot-cli) | CLI | `npx superpowers-zh --tool copilot` | `.claude/skills/` |
141
151
  | [Hermes Agent](https://github.com/NousResearch/hermes-agent) | CLI | `npx superpowers-zh --global --tool hermes` | `~/.hermes/skills/` |
142
152
  | [Cursor](https://cursor.sh) | IDE | `npx superpowers-zh` | `.cursor/skills/` |
143
- | [Windsurf](https://codeium.com/windsurf) | IDE | `npx superpowers-zh` | `.windsurf/skills/` |
153
+ | [Windsurf](https://windsurf.com) | IDE | `npx superpowers-zh` | `.windsurf/skills/`(全局 `~/.codeium/windsurf/skills/`) |
144
154
  | [Kiro](https://kiro.dev) | IDE | `npx superpowers-zh` | `.kiro/skills/` |
145
155
  | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | CLI | `npx superpowers-zh` | `.gemini/skills/` |
146
- | [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.codex/skills/` |
156
+ | [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.agents/skills/` |
147
157
  | [Aider](https://aider.chat) | CLI | `npx superpowers-zh` | `.aider/skills/` |
148
158
  | [Trae](https://trae.ai) | IDE | `npx superpowers-zh` | `.trae/skills/` + `.trae/rules/` |
149
- | [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/` |
150
160
  | [DeerFlow 2.0](https://github.com/bytedance/deer-flow) | Agent 框架 | `npx superpowers-zh` | `skills/custom/` |
151
161
  | [OpenCode](https://opencode.ai) | CLI | `npx superpowers-zh` | `.opencode/skills/` |
152
- | [OpenClaw](https://github.com/anthropics/openclaw) | CLI | `npx superpowers-zh` | `skills/` |
153
- | [Qwen Code](https://tongyi.aliyun.com/lingma) (通义灵码) | IDE 插件 | `npx superpowers-zh` | `.qwen/skills/` |
154
- | [Antigravity](https://github.com/anthropics/antigravity) | CLI | `npx superpowers-zh` | `.agents/skills/` |
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/` |
155
165
  | [Claw Code](https://github.com/ultraworkers/claw-code) | CLI (Rust) | `npx superpowers-zh` | `.claw/skills/` |
156
166
  | [Qoder](https://qoder.com) (阿里 AI IDE) | IDE | `npx superpowers-zh` | `.qoder/skills/` + `.qoder/rules/` |
157
167
  | [CodeBuddy](https://copilot.tencent.com) (腾讯 AI IDE) | IDE | `npx superpowers-zh` | `.codebuddy/skills/` + `CODEBUDDY.md` |
158
- | [华为云码道 CodeArts](https://www.huaweicloud.com/product/codeartsdoer.html) | IDE | `npx superpowers-zh` | `.codeartsdoer/skills/` |
168
+ | [华为云码道 CodeArts](https://codearts.huaweicloud.com/) | IDE | `npx superpowers-zh` | `.codeartsdoer/skills/` |
159
169
  | [Cline](https://cline.bot) | IDE 插件 | `npx superpowers-zh --tool cline` | `.cline/skills/` + `.clinerules/` |
160
170
  | [Kilo Code](https://kilo.ai) | IDE 插件 | `npx superpowers-zh --tool kilocode` | `.kilocode/skills/` + `.kilocode/rules/` |
161
171
  | [Crush](https://github.com/charmbracelet/crush) | CLI | `npx superpowers-zh` | `.crush/skills/` |
@@ -181,10 +191,12 @@ AI:在开始实现之前,我需要了解几个关键问题:
181
191
  | **编写 Skills** (writing-skills) | 创建新 skill 的方法论 |
182
192
  | **使用 Superpowers** (using-superpowers) | 元技能:如何调用和优先使用 skills |
183
193
 
184
- ### 🇨🇳 中国特色 Skills(6 个)
194
+ ### 🇨🇳 中国原创 Skills(4 个)· 上游历史保留(2 个)
185
195
 
186
196
  > ⚠️ **下表前 4 个 chinese-\* 为「手动调用」skill**——不会自动触发,需在对话中显式输入 `/chinese-xxx` 才会加载。
187
197
  > 设计为参考资料而非工作流,避免污染上游 skill 的自动调度(如 `requesting-code-review`、`brainstorming` 等)。
198
+ >
199
+ > ⚠️ **表格最后两个(mcp-builder / workflow-runner)不是中国原创** —— 它们来自上游,上游后来移除了,本 fork 保留下来继续维护。全仓 20 个 skill = 14 翻译 + 4 中国原创 + 2 上游历史保留。
188
200
 
189
201
  | Skill | 用途 | 调用方式 | 上游有吗? |
190
202
  |-------|------|---------|:---:|
@@ -192,8 +204,8 @@ AI:在开始实现之前,我需要了解几个关键问题:
192
204
  | **中文 Git 工作流** (chinese-git-workflow) | 适配 Gitee/Coding/极狐 GitLab/CNB | `/chinese-git-workflow`(手动) | 无 |
193
205
  | **中文技术文档** (chinese-documentation) | 中文排版规范、中英混排、告别机翻味 | `/chinese-documentation`(手动) | 无 |
194
206
  | **中文提交规范** (chinese-commit-conventions) | 适配国内团队的 commit message 规范 | `/chinese-commit-conventions`(手动) | 无 |
195
- | **MCP 服务器构建** (mcp-builder) | 构建生产级 MCP 工具,扩展 AI 能力边界 | 自动 | |
196
- | **工作流执行器** (workflow-runner) | 在 AI 工具内运行多角色 YAML 工作流 | 自动 | |
207
+ | **MCP 服务器构建** (mcp-builder) | 构建生产级 MCP 工具,扩展 AI 能力边界 | 自动 | 曾有,上游已移除 |
208
+ | **工作流执行器** (workflow-runner) | 在 AI 工具内运行多角色 YAML 工作流 | 自动 | 曾有,上游已移除 |
197
209
 
198
210
  ---
199
211
 
@@ -219,7 +231,7 @@ npx superpowers-zh --global --tool claude # 或指定工具
219
231
 
220
232
  全局安装把 skills 装到工具的**用户级目录**(如 `~/.claude/skills`),一次安装所有项目自动可用,更新时也只需重装一次。**项目级优先、全局兜底**,二者可共存。
221
233
 
222
- 支持通用全局安装的工具(均为 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`。
223
235
 
224
236
  | | 项目级(默认) | 全局(`--global`) |
225
237
  |---|---|---|
@@ -311,11 +323,11 @@ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI
311
323
  | Aider | `.aider/skills/*/SKILL.md` | 项目级 skills 目录 |
312
324
  | OpenCode | `.opencode/skills/*/SKILL.md` | 项目级 skills 目录 |
313
325
  | Hermes Agent | `.hermes/skills/*/SKILL.md` | 项目级 skills 目录 |
314
- | Qwen Code | `.qwen/skills/*/SKILL.md` | 项目级 skills 目录 |
326
+ | Qwen Code | `.qwen/skills/*/SKILL.md` + `QWEN.md` | skills 自动发现;QWEN.md 是官方分层记忆的默认上下文文件 |
315
327
  | Claw Code | `.claw/skills/*/SKILL.md` | Rust 版 CLI agent,兼容 Claude Code 的 SKILL.md 格式 |
316
328
  | Qoder | `.qoder/skills/*/SKILL.md` + `.qoder/rules/superpowers-zh.md` | 阿里 AI IDE,自动生成 `trigger: always_on` 的 bootstrap rule |
317
329
 
318
- > **详细安装指南**:[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)
319
331
 
320
332
  ### 卸载 / 误装清理(v1.2.1+)
321
333
 
package/README.zh-Hant.md CHANGED
@@ -16,33 +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.10 更新亮點**([完整 Release Notes →](RELEASE-NOTES.zh.md))
20
- > - 🐛 **Aider 使用者請重裝** —— 兩個錯疊一起等於完全不可用:真實 Aider 專案從來沒被自動偵測到過(它不建立 `.aider/` 目錄),且 `CONVENTIONS.md` **不會**被自動載入(官方要求 `--read`)。現在偵測認真實標記,裝完列印啟用命令
21
- > - 🐛 **Kiro 使用者請重裝** —— `.kiro/steering/` 下的檔案**每輪對話全量進上下文**,而我們把 20 個 skill 正文全塞了進去:實測 **335 KB/輪**。改為索引式後 **4.4 KB**(76 倍),重裝會自動清舊佈局
22
- > - 🐛 **Qoder 工具對映表有錯** —— `Explore`/`Plan` agent 名是編的(官方就是同名),且表沒標適用範圍(只涵蓋 Qoder CLI,IDE 不同)([#119](https://github.com/jnMetaCode/superpowers-zh/issues/119))
23
- > - 🛡️ **堵上「拿程式碼測程式碼」的測試盲區** —— Aider 那個 bug 能在 90 項全綠下活著,是因為測試 `mkdir .aider` 再斷言認出 Aider。已補真實標記 + Kiro 兩條硬回歸守衛(90 → 101 pass)
24
- > - 🐛 **Hermes 使用者請重裝** —— 之前我們只裝專案級 `.hermes/skills/`,而 Hermes 根本不讀那個目錄,等於**裝了完全不生效**。現在改用 `npx superpowers-zh --global --tool hermes` 裝到 `~/.hermes/skills/`([#45](https://github.com/jnMetaCode/superpowers-zh/issues/45))
25
- > - 🔍 **定位核查** —— 逐層比對上游,修掉 5 處「不是增量」的偏離;新增 audit 檢查強制 fork 增量必須顯式聲明
26
- > - 🆕 **新增 Crush**(工具數 22 → 23)—— 若你已為 CC / Cursor / Codex 裝過,Crush 其實已經能讀到,別重複裝
27
- > - 🎯 **上游 v6.2.0 對齊完成** —— audit 的結構漂移告警清零;C 塊盤點時發現其中 3 項不是風格改動而是實質新規則
28
- > - 🐛 **兩個 worktree / Gemini 的真問題** —— 修掉 worktree 清理靜默空轉;更正「Gemini 不支援子智能體」的錯誤說法(原說法會讓 3 個 skill 在 Gemini CLI 上瘸腿)
29
- > - 🔄 **測試參考重構** —— `testing-anti-patterns` → `writing-good-tests`:從 5 個反模式清單改為兩條原則 + 變異檢查
30
- > - 🔄 **SDD 同步上游 v6.2.0** —— plan 作用域工作區(一份過期帳本再也不會讓控制者跳過整段任務)+ 五輪上限的喚回式修復循環與熔斷裁定
31
- > - 🪟 **Windows bootstrap 修復** —— SessionStart hook 改經 Git Bash 分發(同步上游),hook 不載入 skill 就是死重
32
- > - 🧩 新增 **Cline** 與 **Kilo Code** 兩款 VS Code 外掛(工具數 20 → 22)—— 針對 rules 常駐開銷做了專門設計,索引僅 4.5 KB
33
- > - 🔧 偵測落空時會掃 PATH 給出**可直接複製的 `--tool` 命令**,不再只報「未偵測到」
34
- > - 📦 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)**
35
27
 
36
28
  ### 📊 專案規模
37
29
 
38
- | 📦 翻譯 Skills | 🇨🇳 中國特色 Skills | 🤖 支援工具 |
30
+ | 📦 翻譯 Skills | 🇨🇳 中國原創 Skills | 🤖 支援工具 |
39
31
  |:---:|:---:|:---:|
40
- | **14** | **6** | **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** |
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** |
41
33
 
42
34
  ---
43
35
 
44
36
  ## ❤️ 贊助商 &nbsp;<sub>🙏 想出現在這裡?聯絡 **jnMetaCode@qq.com** 贊助</sub>
45
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
+
46
56
  <table>
47
57
  <tr>
48
58
  <td width="25%">
@@ -115,7 +125,7 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
115
125
  | ⭐ Star 數 | 250k+ | — |
116
126
  | 📦 Skills 總數 | 14 | **20**(14 翻譯 + 4 國產原創 + 2 上游歷史保留) |
117
127
  | 🌐 語言 | 英文 | 中文(技術術語保留英文) |
118
- | 🤖 **支援工具** | **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 |
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 |
119
129
  | ⚡ **安裝方式** | 按工具分別裝(每款一條不同的 plugin marketplace 命令) | **`npx superpowers-zh` 一條命令自動識別專案裡的工具並安裝**;識別不出可 `--tool <name>` 顯式指定 |
120
130
  | 🇨🇳 Git 平台 | GitHub 為主 | GitHub + Gitee + Coding + 極狐 GitLab + **CNB(騰訊雲原生建置)** |
121
131
  | 🇨🇳 CI/CD 範例 | GitHub Actions | GitHub Actions + Gitee Go + Coding CI + 極狐 CI + `.cnb.yml` |
@@ -140,22 +150,22 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
140
150
  | [Copilot CLI](https://githubnext.com/projects/copilot-cli) | CLI | `npx superpowers-zh --tool copilot` | `.claude/skills/` |
141
151
  | [Hermes Agent](https://github.com/NousResearch/hermes-agent) | CLI | `npx superpowers-zh --global --tool hermes` | `~/.hermes/skills/` |
142
152
  | [Cursor](https://cursor.sh) | IDE | `npx superpowers-zh` | `.cursor/skills/` |
143
- | [Windsurf](https://codeium.com/windsurf) | IDE | `npx superpowers-zh` | `.windsurf/skills/` |
153
+ | [Windsurf](https://windsurf.com) | IDE | `npx superpowers-zh` | `.windsurf/skills/`(全局 `~/.codeium/windsurf/skills/`) |
144
154
  | [Kiro](https://kiro.dev) | IDE | `npx superpowers-zh` | `.kiro/skills/` |
145
155
  | [Gemini CLI](https://github.com/google-gemini/gemini-cli) | CLI | `npx superpowers-zh` | `.gemini/skills/` |
146
- | [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.codex/skills/` |
156
+ | [Codex CLI](https://github.com/openai/codex) | CLI | `npx superpowers-zh` | `.agents/skills/` |
147
157
  | [Aider](https://aider.chat) | CLI | `npx superpowers-zh` | `.aider/skills/` |
148
158
  | [Trae](https://trae.ai) | IDE | `npx superpowers-zh` | `.trae/skills/` + `.trae/rules/` |
149
- | [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/` |
150
160
  | [DeerFlow 2.0](https://github.com/bytedance/deer-flow) | Agent 框架 | `npx superpowers-zh` | `skills/custom/` |
151
161
  | [OpenCode](https://opencode.ai) | CLI | `npx superpowers-zh` | `.opencode/skills/` |
152
- | [OpenClaw](https://github.com/anthropics/openclaw) | CLI | `npx superpowers-zh` | `skills/` |
153
- | [Qwen Code](https://tongyi.aliyun.com/lingma) (通義靈碼) | IDE 外掛 | `npx superpowers-zh` | `.qwen/skills/` |
154
- | [Antigravity](https://github.com/anthropics/antigravity) | CLI | `npx superpowers-zh` | `.agents/skills/` |
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/` |
155
165
  | [Claw Code](https://github.com/ultraworkers/claw-code) | CLI (Rust) | `npx superpowers-zh` | `.claw/skills/` |
156
166
  | [Qoder](https://qoder.com) (阿里 AI IDE) | IDE | `npx superpowers-zh` | `.qoder/skills/` + `.qoder/rules/` |
157
167
  | [CodeBuddy](https://copilot.tencent.com) (騰訊 AI IDE) | IDE | `npx superpowers-zh` | `.codebuddy/skills/` + `CODEBUDDY.md` |
158
- | [華為雲碼道 CodeArts](https://www.huaweicloud.com/product/codeartsdoer.html) | IDE | `npx superpowers-zh` | `.codeartsdoer/skills/` |
168
+ | [華為雲碼道 CodeArts](https://codearts.huaweicloud.com/) | IDE | `npx superpowers-zh` | `.codeartsdoer/skills/` |
159
169
  | [Cline](https://cline.bot) | IDE 外掛 | `npx superpowers-zh --tool cline` | `.cline/skills/` + `.clinerules/` |
160
170
  | [Kilo Code](https://kilo.ai) | IDE 外掛 | `npx superpowers-zh --tool kilocode` | `.kilocode/skills/` + `.kilocode/rules/` |
161
171
  | [Crush](https://github.com/charmbracelet/crush) | CLI | `npx superpowers-zh` | `.crush/skills/` |
@@ -181,10 +191,12 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
181
191
  | **編寫 Skills** (writing-skills) | 建立新 skill 的方法論 |
182
192
  | **使用 Superpowers** (using-superpowers) | 元技能:如何呼叫和優先使用 skills |
183
193
 
184
- ### 🇨🇳 中國特色 Skills(6 個)
194
+ ### 🇨🇳 中國原創 Skills(4 個)· 上游歷史保留(2 個)
185
195
 
186
196
  > ⚠️ **下表前 4 個 chinese-\* 為「手動呼叫」skill**——不會自動觸發,需在對話中顯式輸入 `/chinese-xxx` 才會載入。
187
197
  > 設計為參考資料而非工作流,避免污染上游 skill 的自動排程(如 `requesting-code-review`、`brainstorming` 等)。
198
+ >
199
+ > ⚠️ **表格最後兩個(mcp-builder / workflow-runner)不是中國原創** —— 它們來自上游,上游後來移除了,本 fork 保留下來繼續維護。全倉 20 個 skill = 14 翻譯 + 4 中國原創 + 2 上游歷史保留。
188
200
 
189
201
  | Skill | 用途 | 呼叫方式 | 上游有嗎? |
190
202
  |-------|------|---------|:---:|
@@ -192,8 +204,8 @@ AI:在開始實作之前,我需要了解幾個關鍵問題:
192
204
  | **中文 Git 工作流** (chinese-git-workflow) | 適配 Gitee/Coding/極狐 GitLab/CNB | `/chinese-git-workflow`(手動) | 無 |
193
205
  | **中文技術文件** (chinese-documentation) | 中文排版規範、中英混排、告別機翻味 | `/chinese-documentation`(手動) | 無 |
194
206
  | **中文提交規範** (chinese-commit-conventions) | 適配國內團隊的 commit message 規範 | `/chinese-commit-conventions`(手動) | 無 |
195
- | **MCP 伺服器建置** (mcp-builder) | 建置生產級 MCP 工具,擴展 AI 能力邊界 | 自動 | |
196
- | **工作流執行器** (workflow-runner) | 在 AI 工具內執行多角色 YAML 工作流 | 自動 | |
207
+ | **MCP 伺服器建置** (mcp-builder) | 建置生產級 MCP 工具,擴展 AI 能力邊界 | 自動 | 曾有,上游已移除 |
208
+ | **工作流執行器** (workflow-runner) | 在 AI 工具內執行多角色 YAML 工作流 | 自動 | 曾有,上游已移除 |
197
209
 
198
210
  ---
199
211
 
@@ -219,7 +231,7 @@ npx superpowers-zh --global --tool claude # 或指定工具
219
231
 
220
232
  全域安裝把 skills 裝到工具的**使用者級目錄**(如 `~/.claude/skills`),一次安裝所有專案自動可用,更新時也只需重裝一次。**專案級優先、全域兜底**,二者可共存。
221
233
 
222
- 支援通用全域安裝的工具(均為 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`。
223
235
 
224
236
  | | 專案級(預設) | 全域(`--global`) |
225
237
  |---|---|---|
@@ -315,7 +327,7 @@ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI
315
327
  | Claw Code | `.claw/skills/*/SKILL.md` | Rust 版 CLI agent,相容 Claude Code 的 SKILL.md 格式 |
316
328
  | Qoder | `.qoder/skills/*/SKILL.md` + `.qoder/rules/superpowers-zh.md` | 阿里 AI IDE,自動產生 `trigger: always_on` 的 bootstrap rule |
317
329
 
318
- > **詳細安裝指南**:[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)
319
331
 
320
332
  ### 解除安裝 / 誤裝清理(v1.2.1+)
321
333
 
@@ -6,6 +6,139 @@
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
+
9
142
  ## v1.7.10 (2026-08-12)
10
143
 
11
144
  **Aider 和 Kiro 用户请重新安装。** 本版本源于一次对「我们自己那层工具支持」的系统核查 —— 起因是 v1.7.9 修 Hermes 时发现:我们从支持它起就装错了目录。既然错过一次,就该问一句**还有几个**。
Binary file