superpowers-zh 1.3.0 → 1.6.0

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.
Files changed (49) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/.codex-plugin/plugin.json +1 -1
  4. package/.cursor-plugin/plugin.json +2 -2
  5. package/.pi/extensions/superpowers.ts +121 -0
  6. package/CLAUDE.md +1 -1
  7. package/README.md +77 -34
  8. package/RELEASE-NOTES.zh.md +150 -0
  9. package/assets/qr-wechat.jpg +0 -0
  10. package/assets/sponsors/5cookie-code.png +0 -0
  11. package/bin/superpowers-zh.js +69 -18
  12. package/docs/README.antigravity.md +7 -7
  13. package/docs/README.kimi.md +86 -0
  14. package/docs/README.openclaw.md +7 -4
  15. package/docs/README.pi.md +54 -0
  16. package/docs/README.qoder.md +95 -0
  17. package/docs/README.trae.md +6 -4
  18. package/gemini-extension.json +1 -1
  19. package/hooks/hooks-cursor.json +1 -1
  20. package/hooks/session-start +4 -12
  21. package/package.json +18 -5
  22. package/skills/brainstorming/SKILL.md +5 -0
  23. package/skills/brainstorming/scripts/frame-template.html +25 -26
  24. package/skills/brainstorming/scripts/helper.js +101 -22
  25. package/skills/brainstorming/scripts/server.cjs +428 -43
  26. package/skills/brainstorming/scripts/start-server.sh +76 -20
  27. package/skills/brainstorming/scripts/stop-server.sh +74 -9
  28. package/skills/chinese-code-review/SKILL.md +5 -0
  29. package/skills/chinese-commit-conventions/SKILL.md +5 -0
  30. package/skills/chinese-documentation/SKILL.md +5 -0
  31. package/skills/chinese-git-workflow/SKILL.md +5 -0
  32. package/skills/dispatching-parallel-agents/SKILL.md +5 -0
  33. package/skills/executing-plans/SKILL.md +7 -2
  34. package/skills/finishing-a-development-branch/SKILL.md +112 -32
  35. package/skills/mcp-builder/SKILL.md +5 -0
  36. package/skills/receiving-code-review/SKILL.md +5 -0
  37. package/skills/requesting-code-review/SKILL.md +13 -10
  38. package/skills/requesting-code-review/code-reviewer.md +124 -104
  39. package/skills/subagent-driven-development/SKILL.md +5 -0
  40. package/skills/systematic-debugging/SKILL.md +5 -0
  41. package/skills/test-driven-development/SKILL.md +5 -0
  42. package/skills/using-git-worktrees/SKILL.md +104 -97
  43. package/skills/using-superpowers/SKILL.md +6 -1
  44. package/skills/using-superpowers/references/pi-tools.md +28 -0
  45. package/skills/using-superpowers/references/qoder-tools.md +43 -0
  46. package/skills/verification-before-completion/SKILL.md +5 -0
  47. package/skills/workflow-runner/SKILL.md +5 -0
  48. package/skills/writing-plans/SKILL.md +5 -0
  49. package/skills/writing-skills/SKILL.md +5 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superpowers-zh",
3
- "description": "AI 编程超能力中文增强版:20 个 skills,支持 Claude Code / Hermes Agent / Cursor / Claw Code 等 17 款工具",
3
+ "description": "AI 编程超能力中文增强版:20 个 skills,支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 18 款工具",
4
4
  "owner": {
5
5
  "name": "jnMetaCode",
6
6
  "url": "https://github.com/jnMetaCode"
@@ -8,8 +8,8 @@
8
8
  "plugins": [
9
9
  {
10
10
  "name": "superpowers-zh",
11
- "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 6 中国原创),支持 Claude Code / Hermes Agent / Cursor / Claw Code 等 17 款工具",
12
- "version": "1.3.0",
11
+ "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 18 款工具",
12
+ "version": "1.6.0",
13
13
  "source": "./",
14
14
  "author": {
15
15
  "name": "jnMetaCode",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "superpowers-zh",
3
- "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 6 中国原创),支持 Claude Code / Hermes Agent / Cursor / Claw Code 等 17 款工具",
4
- "version": "1.3.0",
3
+ "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 18 款工具",
4
+ "version": "1.6.0",
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.3.0",
3
+ "version": "1.6.0",
4
4
  "description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。",
5
5
  "author": {
6
6
  "name": "jnMetaCode",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "superpowers-zh",
3
3
  "displayName": "Superpowers 中文版",
4
- "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 6 中国原创),支持 Cursor / Claude Code / Hermes Agent / Claw Code 等 17 款工具",
5
- "version": "1.3.0",
4
+ "description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Cursor / Claude Code / Hermes Agent / Claw Code / Qoder 18 款工具",
5
+ "version": "1.6.0",
6
6
  "author": {
7
7
  "name": "jnMetaCode",
8
8
  "url": "https://github.com/jnMetaCode"
@@ -0,0 +1,121 @@
1
+ import { readFileSync } from "node:fs";
2
+ import { dirname, resolve } from "node:path";
3
+ import { fileURLToPath } from "node:url";
4
+ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
5
+
6
+ const EXTREMELY_IMPORTANT_MARKER = "<EXTREMELY_IMPORTANT>";
7
+ const BOOTSTRAP_MARKER = "superpowers:using-superpowers bootstrap for pi";
8
+
9
+ const extensionDir = dirname(fileURLToPath(import.meta.url));
10
+ const packageRoot = resolve(extensionDir, "../..");
11
+ const skillsDir = resolve(packageRoot, "skills");
12
+ const bootstrapSkillPath = resolve(skillsDir, "using-superpowers", "SKILL.md");
13
+
14
+ let cachedBootstrap: string | null | undefined;
15
+
16
+ export default function superpowersPiExtension(pi: ExtensionAPI) {
17
+ let injectBootstrap = true;
18
+
19
+ pi.on("resources_discover", async () => ({
20
+ skillPaths: [skillsDir],
21
+ }));
22
+
23
+ pi.on("session_start", async () => {
24
+ injectBootstrap = true;
25
+ });
26
+
27
+ pi.on("session_compact", async () => {
28
+ injectBootstrap = true;
29
+ });
30
+
31
+ pi.on("agent_end", async () => {
32
+ injectBootstrap = false;
33
+ });
34
+
35
+ pi.on("context", async (event) => {
36
+ if (!injectBootstrap) return;
37
+ if (event.messages.some(messageContainsBootstrap)) return;
38
+
39
+ const bootstrap = getBootstrapContent();
40
+ if (!bootstrap) return;
41
+
42
+ const bootstrapMessage = {
43
+ role: "user" as const,
44
+ content: [{ type: "text" as const, text: bootstrap }],
45
+ timestamp: Date.now(),
46
+ };
47
+
48
+ const insertAt = firstNonCompactionSummaryIndex(event.messages);
49
+ return {
50
+ messages: [
51
+ ...event.messages.slice(0, insertAt),
52
+ bootstrapMessage,
53
+ ...event.messages.slice(insertAt),
54
+ ],
55
+ };
56
+ });
57
+ }
58
+
59
+ function getBootstrapContent(): string | null {
60
+ if (cachedBootstrap !== undefined) return cachedBootstrap;
61
+
62
+ try {
63
+ const skillContent = readFileSync(bootstrapSkillPath, "utf8");
64
+ const body = stripFrontmatter(skillContent);
65
+ cachedBootstrap = `${EXTREMELY_IMPORTANT_MARKER}
66
+ ${BOOTSTRAP_MARKER}
67
+
68
+ You have superpowers.
69
+
70
+ The using-superpowers skill content is included below and is already loaded for this Pi session. Follow it now. Do not try to load using-superpowers again.
71
+
72
+ ${body}
73
+
74
+ ${piToolMapping()}
75
+ </EXTREMELY_IMPORTANT>`;
76
+ return cachedBootstrap;
77
+ } catch {
78
+ cachedBootstrap = null;
79
+ return null;
80
+ }
81
+ }
82
+
83
+ function stripFrontmatter(content: string): string {
84
+ const match = content.match(/^---\n[\s\S]*?\n---\n([\s\S]*)$/);
85
+ return (match ? match[1] : content).trim();
86
+ }
87
+
88
+ function piToolMapping(): string {
89
+ return `## Pi tool mapping
90
+
91
+ Pi has native skills but does not expose Claude Code's \`Skill\` tool. When a Superpowers instruction says to invoke a skill, use Pi's native skill system instead: load the relevant \`SKILL.md\` with \`read\` when the skill applies, or let a human invoke \`/skill:name\` explicitly.
92
+
93
+ Pi's built-in coding tools are lowercase: \`read\`, \`write\`, \`edit\`, \`bash\`, plus optional \`grep\`, \`find\`, and \`ls\`. Use those for the corresponding actions: read a file, create or edit files, run shell commands, search file contents, find files by name, and list directories.
94
+
95
+ Pi does not ship a standard subagent tool. If a subagent tool such as \`subagent\` from \`pi-subagents\` is available, use it for Superpowers subagent workflows. If no subagent tool is available, do the work in this session or explain the missing capability instead of inventing \`Task\` calls.
96
+
97
+ Pi does not ship a standard task-list tool. If an installed todo/task tool is available, use it. Otherwise track work in plan files or a repo-local \`TODO.md\` when task tracking is needed. Treat older \`TodoWrite\` references as this task-tracking action.`;
98
+ }
99
+
100
+ function messageContainsBootstrap(message: unknown): boolean {
101
+ const content = (message as { content?: unknown }).content;
102
+ if (typeof content === "string") return content.includes(BOOTSTRAP_MARKER);
103
+ if (!Array.isArray(content)) return false;
104
+ return content.some((part) => {
105
+ return (
106
+ part &&
107
+ typeof part === "object" &&
108
+ (part as { type?: unknown }).type === "text" &&
109
+ typeof (part as { text?: unknown }).text === "string" &&
110
+ (part as { text: string }).text.includes(BOOTSTRAP_MARKER)
111
+ );
112
+ });
113
+ }
114
+
115
+ function firstNonCompactionSummaryIndex(messages: unknown[]): number {
116
+ let index = 0;
117
+ while ((messages[index] as { role?: unknown } | undefined)?.role === "compactionSummary") {
118
+ index += 1;
119
+ }
120
+ return index;
121
+ }
package/CLAUDE.md CHANGED
@@ -109,7 +109,7 @@ Skill 不是普通文档 —— 它是塑造 agent 行为的代码。如果你
109
109
 
110
110
  ## 关于本中文 fork(superpowers-zh)
111
111
 
112
- 本仓库 `jnMetaCode/superpowers-zh` 是上游 `obra/superpowers` 的**中文增强 fork**,定位为:完整翻译上游 skill + 叠加 4 个中国原创 skill(chinese-code-review / chinese-commit-conventions / chinese-documentation / chinese-git-workflow)+ 多工具适配(npx 一条命令支持 17 款 IDE/CLI)。
112
+ 本仓库 `jnMetaCode/superpowers-zh` 是上游 `obra/superpowers` 的**中文增强 fork**,定位为:完整翻译上游 skill + 叠加 4 个中国原创 skill(chinese-code-review / chinese-commit-conventions / chinese-documentation / chinese-git-workflow)+ 多工具适配(npx 一条命令支持 18 款 IDE/CLI)。
113
113
 
114
114
  **上述规则适用于向 `obra/superpowers` 上游提 PR 时的行为约束。** 向中文 fork 提 PR 时按本仓库自己的 PR 模板与流程执行,但其中的核心原则**同样适用**:
115
115
 
package/README.md CHANGED
@@ -2,9 +2,46 @@
2
2
 
3
3
  🌐 **简体中文** | [English (upstream)](https://github.com/obra/superpowers)
4
4
 
5
- > 🦸 **superpowers(159k+ ⭐)完整汉化 + 6 个中国原创 skills** — 让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI 等 **17 款 AI 编程工具**真正会干活。从头脑风暴到代码审查,从 TDD 到调试,每个 skill 都是经过实战验证的工作方法论。
5
+ > 🦸 **superpowers(233k+ ⭐)完整汉化 + 4 个中国原创 skills** — 让 Claude Code / Copilot CLI / Hermes Agent / Cursor / Windsurf / Kiro / Gemini CLI / Qoder 等 **18 款 AI 编程工具**真正会干活。从头脑风暴到代码审查,从 TDD 到调试,每个 skill 都是经过实战验证的工作方法论。
6
6
 
7
- Chinese community edition of [superpowers](https://github.com/obra/superpowers) — 20 skills across 16 AI coding tools, including full translations and China-specific development skills.
7
+ Chinese community edition of [superpowers](https://github.com/obra/superpowers) — 20 skills across 18 AI coding tools, including full translations and China-specific development skills.
8
+
9
+ [![官网 sp.aiolaola.com](https://img.shields.io/badge/🌐_官网-sp.aiolaola.com-F59E0B)](https://sp.aiolaola.com)
10
+ [![GitHub stars](https://img.shields.io/github/stars/jnMetaCode/superpowers-zh?style=social)](https://github.com/jnMetaCode/superpowers-zh)
11
+ [![npm version](https://img.shields.io/npm/v/superpowers-zh)](https://www.npmjs.com/package/superpowers-zh)
12
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
13
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
14
+
15
+ > 📖 **免费配套学习** → [从零学会 AI 编程](https://aiolaola.com/?utm_source=github&utm_campaign=superpowers):180 节免费实操课 + 《AI 编程实战三卷书》在线阅读 + 实战社区 · superpowers 装好后配上方法论效率翻倍 · 永久免费
16
+
17
+ ### 📊 项目规模
18
+
19
+ | 📦 翻译 Skills | 🇨🇳 中国特色 Skills | 🤖 支持工具 |
20
+ |:---:|:---:|:---:|
21
+ | **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** |
22
+
23
+ ---
24
+
25
+ ## ❤️ 赞助商 &nbsp;<sub>🙏 想出现在这里?联系 **jnMetaCode@qq.com** 赞助</sub>
26
+
27
+ <table>
28
+ <tr>
29
+ <td width="200" align="center">
30
+ <a href="https://www.5cookie.cc/sign-up?aff=Pj7u"><img src="assets/sponsors/5cookie-code.png" width="180" alt="5Cookie Code"></a>
31
+ </td>
32
+ <td>
33
+ <a href="https://www.5cookie.cc/sign-up?aff=Pj7u"><b>5Cookie Code</b></a> 是一家稳定高速的 API 中继服务提供商,为 Claude Code、Codex 等平台或模型提供 API 中继服务。面向个人、团队和企业用户提供 AI 编码服务和 AI 生图服务。
34
+ </td>
35
+ </tr>
36
+ </table>
37
+
38
+ ---
39
+
40
+ ## 这是什么?
41
+
42
+ [superpowers](https://github.com/obra/superpowers) 是目前最火的 AI 编程 skills 框架(233k+ stars),为 AI 编程工具提供**系统化的工作方法论**。
43
+
44
+ **superpowers-zh** 在完整翻译的基础上,新增了面向中国开发者的特色 skills。
8
45
 
9
46
  <!-- 效果对比 -->
10
47
  <table>
@@ -33,34 +70,14 @@ AI:在开始实现之前,我需要了解几个关键问题:
33
70
  </td></tr>
34
71
  </table>
35
72
 
36
- [![GitHub stars](https://img.shields.io/github/stars/jnMetaCode/superpowers-zh?style=social)](https://github.com/jnMetaCode/superpowers-zh)
37
- [![npm version](https://img.shields.io/npm/v/superpowers-zh)](https://www.npmjs.com/package/superpowers-zh)
38
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
39
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
40
-
41
-
42
- ### 📊 项目规模
43
-
44
- | 📦 翻译 Skills | 🇨🇳 中国特色 Skills | 🤖 支持工具 |
45
- |:---:|:---:|:---:|
46
- | **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** |
47
-
48
- ---
49
-
50
- ## 这是什么?
51
-
52
- [superpowers](https://github.com/obra/superpowers) 是目前最火的 AI 编程 skills 框架(159k+ stars),为 AI 编程工具提供**系统化的工作方法论**。
53
-
54
- **superpowers-zh** 在完整翻译的基础上,新增了面向中国开发者的特色 skills。
55
-
56
73
  ### 🆚 与英文上游的区别(老被问,一次说清)
57
74
 
58
75
  | 维度 | superpowers(英文上游) | superpowers-zh(中文增强版) |
59
76
  |------|----------------------|---------------------------|
60
- | ⭐ Star 数 | 159k+ | — |
61
- | 📦 Skills 总数 | 14 | **20**(14 翻译 + 6 国产原创) |
77
+ | ⭐ Star 数 | 233k+ | — |
78
+ | 📦 Skills 总数 | 14 | **20**(14 翻译 + 4 国产原创 + 2 上游历史保留) |
62
79
  | 🌐 语言 | 英文 | 中文(技术术语保留英文) |
63
- | 🤖 **支持工具** | **6 款**:Claude Code / Cursor / Codex / OpenCode / Copilot CLI / Gemini CLI | **17 款**:上述 6 款 + Hermes Agent / Trae / Kiro / Qwen Code(通义灵码)/ OpenClaw / Claw Code / Antigravity / DeerFlow / VS Code / Windsurf / Aider |
80
+ | 🤖 **支持工具** | **6 款**:Claude Code / Cursor / Codex / OpenCode / Copilot CLI / Gemini CLI | **18 款**:上述 6 款 + Hermes Agent / Trae / Kiro / Qwen Code(通义灵码)/ OpenClaw / Claw Code / Antigravity / DeerFlow / VS Code / Windsurf / Aider / Qoder |
64
81
  | ⚡ **安装方式** | 按工具分别装(每款一条不同的 plugin marketplace 命令) | **`npx superpowers-zh` 一条命令自动识别项目里的工具并安装**;识别不出可 `--tool <name>` 显式指定 |
65
82
  | 🇨🇳 Git 平台 | GitHub 为主 | GitHub + Gitee + Coding + 极狐 GitLab + **CNB(腾讯云原生构建)** |
66
83
  | 🇨🇳 CI/CD 示例 | GitHub Actions | GitHub Actions + Gitee Go + Coding CI + 极狐 CI + `.cnb.yml` |
@@ -74,9 +91,9 @@ AI:在开始实现之前,我需要了解几个关键问题:
74
91
  | 💬 社区 | Discord | 微信公众号「AI不止语」+ 微信群 + QQ 群 |
75
92
  | 📜 License | MIT | MIT |
76
93
 
77
- **一句话总结:** 英文上游 = 方法论内核;中文增强版 = 方法论内核 **+** 17 款工具一键适配 **+** 国内 Git/CI 生态 **+** 中文化表达习惯。
94
+ **一句话总结:** 英文上游 = 方法论内核;中文增强版 = 方法论内核 **+** 18 款工具一键适配 **+** 国内 Git/CI 生态 **+** 中文化表达习惯。
78
95
 
79
- ### 🤖 支持 17 款主流 AI 编程工具
96
+ ### 🤖 支持 18 款主流 AI 编程工具
80
97
 
81
98
  | 工具 | 类型 | 一键安装 | 手动安装 |
82
99
  |------|------|:---:|:---:|
@@ -95,8 +112,9 @@ AI:在开始实现之前,我需要了解几个关键问题:
95
112
  | [OpenCode](https://opencode.ai) | CLI | `npx superpowers-zh` | `.opencode/skills/` |
96
113
  | [OpenClaw](https://github.com/anthropics/openclaw) | CLI | `npx superpowers-zh` | `skills/` |
97
114
  | [Qwen Code](https://tongyi.aliyun.com/lingma) (通义灵码) | IDE 插件 | `npx superpowers-zh` | `.qwen/skills/` |
98
- | [Antigravity](https://github.com/anthropics/antigravity) | CLI | `npx superpowers-zh` | `.antigravity/skills/` |
115
+ | [Antigravity](https://github.com/anthropics/antigravity) | CLI | `npx superpowers-zh` | `.agents/skills/` |
99
116
  | [Claw Code](https://github.com/ultraworkers/claw-code) | CLI (Rust) | `npx superpowers-zh` | `.claw/skills/` |
117
+ | [Qoder](https://qoder.com) (阿里 AI IDE) | IDE | `npx superpowers-zh` | `.qoder/skills/` + `.qoder/rules/` |
100
118
 
101
119
  > 运行 `npx superpowers-zh` 会自动检测你项目中使用的工具,将 20 个 skills 安装到正确位置。
102
120
 
@@ -146,7 +164,15 @@ npx superpowers-zh
146
164
 
147
165
  > ⚠️ **不要在主目录(`~`)下跑**。v1.2.1 起会拒绝并提示,老版本会把 skills 和 `CLAUDE.md` 等 bootstrap 文件写到你的 home 目录,污染所有项目。如已误装见下文「卸载 / 误装清理」。
148
166
 
149
- ### 方式二:手动安装
167
+ ### 方式二:手动安装(low-fidelity,仅作备选)
168
+
169
+ > ⚠️ **手动 `cp -r skills` 是低保版安装,不等同于完整 plugin。**
170
+ >
171
+ > superpowers-zh 是一个完整 plugin,包含:`skills/`(20 个能力)+ `hooks/`(SessionStart 钩子,让 skill 在合适时机自动触发)+ `CLAUDE.md` / `GEMINI.md` 等 bootstrap 引导文件 + 4 套 plugin manifest(Claude Code / Cursor / Codex / Marketplace)。
172
+ >
173
+ > **下面的 `cp -r skills` 命令只复制 skills 目录**,不会自动配置 hooks、不会生成 bootstrap 引导。结果:skills 物理上存在,但 AI 不会在合适时机自动调用,需要你每次手动喊 "use brainstorming skill" 之类。
174
+ >
175
+ > **强烈推荐用方式一 `npx superpowers-zh`** —— 它会一键处理 skills 复制 + bootstrap 生成 + hooks 配置 + 工具特定适配。仅在 npx 不可用(极端无网络环境)时才退到手动。
150
176
 
151
177
  ```bash
152
178
  # 克隆仓库
@@ -160,7 +186,7 @@ cp -r superpowers-zh/skills /your/project/.codex/skills # Codex CLI
160
186
  cp -r superpowers-zh/skills /your/project/.kiro/steering # Kiro
161
187
  cp -r superpowers-zh/skills /your/project/skills/custom # DeerFlow 2.0
162
188
  cp -r superpowers-zh/skills /your/project/.trae/rules # Trae
163
- cp -r superpowers-zh/skills /your/project/.antigravity # Antigravity
189
+ cp -r superpowers-zh/skills /your/project/.agents # Antigravity
164
190
  cp -r superpowers-zh/skills /your/project/.github/superpowers # VS Code (Copilot)
165
191
  cp -r superpowers-zh/skills /your/project/skills # OpenClaw
166
192
  cp -r superpowers-zh/skills /your/project/.windsurf/skills # Windsurf
@@ -169,6 +195,7 @@ cp -r superpowers-zh/skills /your/project/.aider/skills # Aider
169
195
  cp -r superpowers-zh/skills /your/project/.opencode/skills # OpenCode
170
196
  cp -r superpowers-zh/skills /your/project/.qwen/skills # Qwen Code
171
197
  cp -r superpowers-zh/skills /your/project/.claw/skills # Claw Code(Rust 版)
198
+ cp -r superpowers-zh/skills /your/project/.qoder/skills # Qoder(阿里 AI IDE)
172
199
  ```
173
200
 
174
201
  ### 方式三:在配置文件中引用
@@ -194,8 +221,9 @@ cp -r superpowers-zh/skills /your/project/.claw/skills # Claw Code(Rust
194
221
  | Hermes Agent | `.hermes/skills/*/SKILL.md` | 项目级 skills 目录 |
195
222
  | Qwen Code | `.qwen/skills/*/SKILL.md` | 项目级 skills 目录 |
196
223
  | Claw Code | `.claw/skills/*/SKILL.md` | Rust 版 CLI agent,兼容 Claude Code 的 SKILL.md 格式 |
224
+ | Qoder | `.qoder/skills/*/SKILL.md` + `.qoder/rules/superpowers-zh.md` | 阿里 AI IDE,自动生成 `trigger: always_on` 的 bootstrap rule |
197
225
 
198
- > **详细安装指南**:[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)
226
+ > **详细安装指南**:[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) · [Kimi Code](docs/README.kimi.md) · [Pi](docs/README.pi.md)
199
227
 
200
228
  ### 卸载 / 误装清理(v1.2.1+)
201
229
 
@@ -207,7 +235,7 @@ npx superpowers-zh@latest --uninstall
207
235
  会做这些:
208
236
 
209
237
  - 删除所有装过的 skill 目录(`.claude/skills/`、`.trae/skills/` 等)
210
- - 删除独立 bootstrap 文件(`.trae/rules/superpowers-zh.md`、`.antigravity/rules.md`)
238
+ - 删除独立 bootstrap 文件(`.trae/rules/superpowers-zh.md`、`.qoder/rules/superpowers-zh.md`、`.agents/rules.md`)
211
239
  - 清理追加到 `CLAUDE.md` / `HERMES.md` / `GEMINI.md` / `CONVENTIONS.md` 里的 superpowers-zh 段,**保留你自己写的内容**
212
240
 
213
241
  数据安全说明:v1.2.1 起,安装会把追加内容包在 `<!-- superpowers-zh:begin/end -->` 哨兵注释之间,卸载按哨兵精确切除。识别不可靠时跳过 + 警告,**绝不会误删用户内容**。
@@ -241,6 +269,14 @@ npx superpowers-zh@latest --uninstall
241
269
 
242
270
  ## 交流 · Community
243
271
 
272
+ <table>
273
+ <tr>
274
+ <td width="170" align="center">
275
+ <img src="assets/qr-wechat.jpg" width="150" alt="微信公众号 AI不止语 二维码"><br>
276
+ <sub>微信扫码关注</sub>
277
+ </td>
278
+ <td>
279
+
244
280
  微信公众号 **「AI不止语」**(微信搜索 `AI_BuZhiYu`)— 技术问答 · 项目更新 · 实战文章
245
281
 
246
282
  | 渠道 | 加入方式 |
@@ -248,11 +284,15 @@ npx superpowers-zh@latest --uninstall
248
284
  | QQ 2群 | [点击加入](https://qm.qq.com/q/EeNQA9xCxy)(群号 1071280067) |
249
285
  | 微信群 | 关注公众号后回复「群」获取入群方式 |
250
286
 
287
+ </td>
288
+ </tr>
289
+ </table>
290
+
251
291
  ---
252
292
 
253
293
  ## 🌟 相关项目生态
254
294
 
255
- **五个项目组合使用,覆盖 AI 编程从"方法论 角色 协作 → 教程 → 安全"的完整链路。**
295
+ **八个项目组合使用,覆盖 AI 编程 + AI 视频创作 + 桌面陪伴的完整链路。**
256
296
 
257
297
  | 项目 | 定位 | 一句话 |
258
298
  |------|------|-------|
@@ -261,6 +301,9 @@ npx superpowers-zh@latest --uninstall
261
301
  | **[agency-orchestrator](https://github.com/jnMetaCode/agency-orchestrator)** | 🚀 编排引擎 | 一句话 → 211 专家协作,**几分钟出方案**(9 家 LLM / 6 免费) |
262
302
  | **[ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide)** | 📖 实战教程 | 66 个 Claude Code 技巧 + 9 款工具最佳实践 + 配置模板 |
263
303
  | **[shellward](https://github.com/jnMetaCode/shellward)** | 🛡️ 安全中间件 | 8 层防御 + DLP 数据流 + 注入检测,**零依赖**(含 MCP Server) |
304
+ | 🆕 **[ai-shortfilm-prompts](https://github.com/jnMetaCode/ai-shortfilm-prompts)** | 🎬 视频提示词 | Mx-Shell《丧尸清道夫》5 段式方法论 + Skill,Seedance / 小云雀 / Sora / 可灵 / 即梦通用 |
305
+ | 🆕 **[local-agent-toolkit](https://github.com/jnMetaCode/local-agent-toolkit)** | 🛠️ Agent 本地三件套 | 给 agent 配上**记忆 / 技能管理 / 运行追踪**,零依赖、数据不出本机;本仓库 skills 可用 `npx @jnmetacode/skillet add jnMetaCode/superpowers-zh/skills/<名称>` 一键安装 |
306
+ | 🆕 **[codepet](https://github.com/jnMetaCode/codepet)** | 🐾 桌面养成桌宠 | 码宠 CodePet —— 你写代码 / 用 Claude Code,它就涨经验、升级、换状态、跳舞。**全本地、隐私优先、开源** |
264
307
 
265
308
  ---
266
309
 
@@ -294,7 +337,7 @@ MIT License — 自由使用,商业或个人均可。
294
337
 
295
338
  <div align="center">
296
339
 
297
- **🦸 AI 编程超能力:让 Claude Code / Hermes Agent / Cursor / Claw Code 等 17 款工具真正会干活**
340
+ **🦸 AI 编程超能力:让 Claude Code / Hermes Agent / Cursor / Claw Code / Qoder 18 款工具真正会干活**
298
341
 
299
342
  [Star 本项目](https://github.com/jnMetaCode/superpowers-zh) · [提交 Issue](https://github.com/jnMetaCode/superpowers-zh/issues) · [贡献代码](https://github.com/jnMetaCode/superpowers-zh/pulls)
300
343
 
@@ -6,6 +6,156 @@
6
6
 
7
7
  ---
8
8
 
9
+ ## v1.6.0 (2026-06-20)
10
+
11
+ 本版本对齐上游 **v6.0.0** 的实质性 skill / 基础设施变更,并新增两款 harness 支持。
12
+
13
+ ### 🆕 新增 harness 支持
14
+
15
+ - **Kimi Code**(#59,关 #37)—— 插件清单模型 `.kimi-plugin/plugin.json`:指向现有 `skills/`、`sessionStart` 会话开始自动加载 `using-superpowers`、`skillInstructions` 提供 Kimi 工具映射。安装:Kimi 插件管理器 `/plugins install https://github.com/jnMetaCode/superpowers-zh`。文档见 `docs/README.kimi.md`。
16
+ - **Pi (oh-my-pi)**(#60,关 #44)—— 扩展模型:`package.json` 的 `pi` 字段 + `.pi/extensions/superpowers.ts`(注册生命周期钩子,注入 `using-superpowers` bootstrap + Pi 工具映射)。文档见 `docs/README.pi.md`。
17
+
18
+ ### 🔒 brainstorm 可视化伴侣安全模型(#58,同步上游 v6.0.0)
19
+
20
+ 伴侣服务器重写为**每会话密钥**鉴权(`?key=` 或会话 cookie 门禁所有端点)+ 安全响应头(`X-Frame-Options: DENY`、CSP `frame-ancestors 'none'`、`Cross-Origin-Resource-Policy: same-origin` 等),修复旧版无鉴权时本地浏览器可读取屏幕/注入事件的缺口。Token 用 `crypto.randomBytes(32)`、`timingSafeEqual` 比较、token 文件 `0o600`。
21
+
22
+ ### 🔧 其它 v6 同步
23
+
24
+ - **using-git-worktrees / finishing-a-development-branch**(#57)—— 移除已废弃的全局 worktree 目录 `~/.config/superpowers/worktrees/`,对齐 v6.0.0。
25
+ - **hooks/session-start**(#58)—— 移除 legacy `~/.config/superpowers/skills` 迁移警告,输出补 `| cat`。
26
+ - **opencode 测试**(#72)—— 修复 `setup.sh` 拷贝不存在的 `lib/` 导致的测试飘红。
27
+
28
+ > SDD(subagent-driven-development)的 v6 重写为性能/成本优化,需专门 eval 验证,故本版本暂未纳入(详见 #19)。
29
+
30
+ ## v1.5.0 (2026-05-21)
31
+
32
+ ### 🆕 Qoder 适配(第 18 款工具,#26、#34)
33
+
34
+ Qoder 是阿里推出的 AI IDE,社区有多个用户提需求要求支持。本版本完成端到端适配:
35
+
36
+ - `bin/superpowers-zh.js` — `TARGETS` 加 Qoder(`dir: .qoder/skills`,`detect: .qoder`),`TOOL_ALIASES` 加 `qoder`
37
+ - `generateQoderBootstrap()` — 生成 `.qoder/rules/superpowers-zh.md`(`trigger: always_on` + `alwaysApply: true`),让"先头脑风暴 / 先 TDD / 先验证"等核心规则每个会话自动加载,**不依赖模型对 description 的隐式匹配**
38
+ - `skills/using-superpowers/references/qoder-tools.md` — 新增工具映射 reference(Qoder 大部分工具与 Claude Code 同名,只有 `EnterPlanMode/ExitPlanMode` → `EnterSpecMode/ExitSpecMode` 一个差异;附 Quest MCP 工具清单)
39
+ - `docs/README.qoder.md` — 完整安装/使用/卸载/故障排查指南
40
+ - `scripts/audit.sh` — `TOOLS` 数组加 qoder,CI 自动跑 18 款工具的 install/idempotent/uninstall 回归
41
+
42
+ **安装方法:**
43
+
44
+ ```bash
45
+ cd /your/qoder-project
46
+ npx superpowers-zh --tool qoder # 显式
47
+ # 或在有 .qoder/ 的项目里:
48
+ npx superpowers-zh # 自动检测
49
+ ```
50
+
51
+ 装完重启 Qoder,输入 `/` 即可看到 20 个 skill。
52
+
53
+ ### ⚠️ Qoder Rules schema 来源说明
54
+
55
+ Qoder Rules 的 frontmatter schema(`trigger: always_on` / `model_decision` / `manual`)**官方文档(docs.qoder.com/zh/user-guide/rules)目前未公开**。本次实现的 schema 来自 GitHub 上 4 份真实社区样本(`python-office`、`termiClaude`、`QoderTest`、`TelegramFileServer`)的交叉验证。
56
+
57
+ 如果 Qoder 后续改了 schema,生成的 rule 文件可能需要打开 Qoder Settings → Rules 重新选择"始终生效"类型。
58
+
59
+ ### 🔧 文案对齐
60
+
61
+ - README、CLAUDE.md、package.json description:17 款 → 18 款
62
+ - 3 个 plugin manifest(`.claude-plugin/{plugin,marketplace}.json`、`.cursor-plugin/plugin.json`)description 同步
63
+
64
+ ### 设计取舍:为什么用 always_on bootstrap 而非裸 skill
65
+
66
+ 社区有用户(@Yanyz-ok)建议"按 AI 编程工具拆分/重写 skill"。我们刻意**不走这条路**:
67
+
68
+ 1. **skill 是工作方法论,不是工具实现** —— "先写测试再写代码"这个约束在 Claude Code、Qoder、Hermes 上落地工具不同,但方法论不变。重写会让 17 份 SKILL.md 维护负担 ×17 但本质增量 0。
69
+ 2. **平台内置工具 vs skill 是嵌套关系,不是替代关系** —— Qoder/Quest 的 `search_codebase`、`update_memory` 解决"怎么做",skill 解决"什么时候做",模型不会混淆。
70
+ 3. **上游 superpowers 明确禁止"无 eval 证据的工具专属重写"** —— fork 守同样规矩。
71
+
72
+ 工具映射写在 `references/qoder-tools.md` + `docs/README.qoder.md` 里就够了,不需要每个 skill 内部复制一遍。详见 issue #26 完整讨论。
73
+
74
+ ### Refs
75
+
76
+ - closes #26(建议新增 qoder 的支持)
77
+ - closes #34(建议支持 qoder,#26 重复)
78
+
79
+ ---
80
+
81
+ ## v1.4.0 (2026-05-12)
82
+
83
+ 本版本核心目标:**修复全量质量审计发现的所有上游漂移 P0 缺陷**。改动全部是"主站有的同步过来"性质,不引入主站没有的新功能。
84
+
85
+ ### 🔴 上游同步:v5.0.6 brainstorm server 拆分(PR #30)
86
+
87
+ 上游 v5.0.6(commit 9e3ed21)把 brainstorm server 的内容目录拆成 `CONTENT_DIR` + `STATE_DIR` peer 结构,但我们的 server 脚本还停在旧 `SCREEN_DIR` 单目录版本,导致 visual brainstorming 教程指向新路径但 server 用旧结构卡死。
88
+
89
+ - `skills/brainstorming/scripts/server.cjs` — 81 行 cherry-pick 同步
90
+ - `skills/brainstorming/scripts/start-server.sh` — 36 行同步
91
+ - `skills/brainstorming/scripts/stop-server.sh` — 29 行同步
92
+
93
+ **修复后:所有 visual brainstorming 用户路径解析正常。**
94
+
95
+ ### 🔴 上游同步:v5.1.0 Code Review 整合(PR #30)
96
+
97
+ 上游 v5.1.0 PR #1299 把 reviewer persona + checklist + dispatch 模板整合到单一 `code-reviewer.md` 实现 self-contained,并把 SKILL.md 里的 `superpowers:code-reviewer` 命名子代理引用改成 `general-purpose` Task + 模板路径形式。我们的版本停留在 v5.0.x 拆分式。
98
+
99
+ - `skills/requesting-code-review/SKILL.md` 改 4 处:3 处 `superpowers:code-reviewer` 引用清零;占位符从 5 个精简到 4 个对齐上游;"执行计划" 集成段从 "每批(3 个任务)后审查" 改为 "每个任务完成后或在自然 checkpoint 审查"(对齐上游 v5.1.0 subagent 节奏调整)
100
+ - `skills/requesting-code-review/code-reviewer.md` 完整重写为 v5.1.0 self-contained 版(H header 6/6 对齐上游)
101
+
102
+ **修复后:所有走 review 流程的用户得到的指令指向 `general-purpose` Task 而非已废弃的命名子代理。**
103
+
104
+ ### 🔴 上游同步:v5.1.0 worktree 安全修复(PR #28)
105
+
106
+ 上游 v5.1.0 [#991](https://github.com/obra/superpowers/issues/991) 修复了两类 worktree 安全问题:subagent 嵌套创建 + cleanup 误删 harness-managed workspace。
107
+
108
+ - `skills/using-git-worktrees/SKILL.md` 全面重构:新增 Step 0 检测现有隔离(GIT_DIR/GIT_COMMON + submodule 守卫 + 同意流程);Step 1 重组为 1a Native Tools + 1b Git Worktree Fallback + 沙盒回退;删除旧"示例工作流"段(含 `/Users/jesse` 硬编码)
109
+ - `skills/finishing-a-development-branch/SKILL.md` 全面重构:新增 Step 2 检测环境(三态表);旧 Step 2-5 重编号为 3-6;Step 4 新增分离 HEAD 3 选项变体;Step 5 Option 1 重写(MAIN_ROOT cwd safety + merge→verify→cleanup→delete 严格排序);Step 6 清理范围限定在 `.worktrees/` / `worktrees/` / `~/.config/superpowers/worktrees/`,外部 harness-managed workspace 一律不动
110
+
111
+ **修复后:subagent 不再嵌套创建 worktree;清理不会误删 harness-managed workspace。**
112
+
113
+ ### 🔴 平台兼容性修复:Windows Cursor hook 回归(PR #30)
114
+
115
+ `hooks/hooks-cursor.json` 的 command 之前被本地改成直接调 unix shell `./hooks/session-start`,丢失上游的 polyglot wrapper `./hooks/run-hook.cmd session-start`,Windows + Cursor 组合用户 hook 完全不触发。
116
+
117
+ - 1 行恢复上游 polyglot wrapper
118
+
119
+ **修复后:Windows Cursor 用户 hook 正常触发。**
120
+
121
+ ### 🆕 防回归基建:CI 自动漂移检测(PR #31)
122
+
123
+ 新增 `scripts/audit.sh` + `.github/workflows/audit.yml`,每次 PR 自动跑 4 类共 90+ 项检查:
124
+
125
+ 1. 静态校验(JSON parse / SKILL.md frontmatter / symlink / hook 可执行性)
126
+ 2. Installer 功能(17 款工具装/重装/卸载全跑)
127
+ 3. 上游对齐(hooks 4 文件 + brainstorm scripts 3 文件 + 14 翻译 skill 结构层级 + code-reviewer.md self-contained 结构)
128
+ 4. 交叉引用(README → docs/ 链接 + skill 间引用 + 装完后 .claude/skills/using-superpowers/SKILL.md 路径解析)
129
+
130
+ WARN(不阻塞)vs FAIL(阻塞)分级:本次"4 个 P0 漂"事件如果当时有这个 audit 在 CI 跑,PR 阶段就会被拦下。
131
+
132
+ **未来意义:维护者下次手抖把 `hooks-cursor.json` 改坏 / 上游同步漏一项,CI 立刻拦下。**
133
+
134
+ ### 🔧 工具链小修
135
+
136
+ - `scripts/sync-plugin-version.js` 加入 `gemini-extension.json`(之前漏掉,导致 gemini extension manifest 卡在 1.1.6 老版本)
137
+ - `package.json` 的 `version` 钩子 git add 列表同步更新
138
+
139
+ ### 安装路径方针澄清
140
+
141
+ 本版本明确:**有官方 plugin marketplace 的工具(Claude Code / Codex CLI / OpenCode / VS Code)首选 marketplace 路径**,npx `superpowers-zh` 主要服务没有 marketplace 的工具(Cursor / Trae / Kiro / Gemini CLI / Hermes / Aider / Antigravity / Windsurf / Qwen / Claw / OpenClaw / DeerFlow 共 13 款)。fork 不再尝试给 marketplace 工具加 npx 路径的"完整支持"——它们走主站路径即可。
142
+
143
+ ### 不在本版本范围
144
+
145
+ - `executing-plans/SKILL.md` 我们扩写了 105 行中文示例(主动选择,保留——是 fork 的中文优化,非漂移)
146
+ - `using-superpowers/SKILL.md` 的"中国特色技能路由"段(fork 增量,保留)
147
+ - 各 reviewer-prompt.md 翻译差异(结构对齐,纯翻译漂移,无行为 bug)
148
+ - open issues #18/#21/#26/#20(fork 增量需求,按方针延后)
149
+
150
+ ### Refs
151
+
152
+ - PR #28(worktree 安全修复)
153
+ - PR #30(brainstorm scripts + code-reviewer 整合 + hooks-cursor + SKILL.md 引用)
154
+ - PR #31(audit script + CI workflow)
155
+ - issue #19 跟踪上游 v5.0.6 / v5.1.0 同步 → 关键项目全部覆盖
156
+
157
+ ---
158
+
9
159
  ## v1.3.0 (2026-05-10)
10
160
 
11
161
  ### 跟上游对齐 (v5.1.0)
Binary file
Binary file