mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-02 22:54:06 +08:00
v1.7.10 查出三款装错,当时的结论是「既然错过一次,就该问一句还有几个」。这一版 把剩下的逐款对官方文档核完(拿不到文档的对源码)。 答案:又是四款装了完全不生效,全部是我们自己写的路径、全部没查过官方文档。 ## 必须重装的六款 | 工具 | 问题 | |---|---| | Codex CLI | 项目级装到 `.codex/skills`,官方扫描清单里从来没有这个目录 | | VS Code (Copilot) | 20 个文件 Copilot 一个都不读,且不写任何引导 | | Windsurf | `--global` 装到 `~/.windsurf/skills`,官方是 `~/.codeium/windsurf/skills/` | | DeerFlow | 检测标记 `deer_flow` 在真实仓库里不存在,从没被自动检测到过 | | Qwen Code | 无 bootstrap(skill 是死重);文档还把它跟通义灵码搞混了 | | Claw Code | 无 bootstrap、且是 23 款里唯一没有安装文档的一款 | ## 其余 - CodeBuddy / CodeArts 拿到官方用户级路径出处,补 `--global`(全局支持 9 → 11 款) - 4 条死链,其中 2 条是编造出来的仓库地址(`anthropics/openclaw`、 `anthropics/antigravity` 都不存在) - 官网工具墙停在 20 款:Cline / Kilo Code / Crush 的用户在下拉里找不到自己的工具; skill 详情页 6 条死链;新增赞助商页 - 5 条新门禁,全部做过反向验证:全局落盘位置、外链验活、官网工具列表条目数、 官网全局清单覆盖、两条 shell 静默失效坑 ## 版本号 `v1.7.11 起…` 这句话此前散在 8 处文档里,而 package.json 还停在 1.7.10 —— 用户装到的版本里根本没有那些修复。7 个声明文件经 scripts/sync-plugin-version.js 同步到 1.7.11,两版 README 的更新亮点块换成本版内容。 ## 发版前全量验证(全绿) | 项 | 结果 | |---|---| | `scripts/audit.sh` | 170 pass / 0 warn / 0 fail | | `scripts/verify-release.sh` | 115 pass / 0 fail | | CI 等价检查(frontmatter / package.json / --help) | 20 skills 0 error,v1.7.11 | | tests/kimi · pi · opencode · brainstorm-server | 全 PASS(6 / 1 / 32 用例) | | 官网 66 页构建 + 全站链接扫描 | 站内死链 0,无效 `href="#"` 0 | | 官网给出的 23 条安装命令逐条实跑 | 19 款自动检测 + 4 款显式命令,各装 20 skills ✓ |
42 lines
3.3 KiB
JSON
42 lines
3.3 KiB
JSON
{
|
||
"name": "superpowers-zh",
|
||
"version": "1.7.11",
|
||
"description": "AI 编程超能力中文增强版:头脑风暴、subagent 驱动开发、规划、TDD、调试、代码审查、收尾工作流,附 4 个中文 skills 沉淀。",
|
||
"author": {
|
||
"name": "jnMetaCode",
|
||
"url": "https://github.com/jnMetaCode"
|
||
},
|
||
"homepage": "https://github.com/jnMetaCode/superpowers-zh",
|
||
"repository": "https://github.com/jnMetaCode/superpowers-zh",
|
||
"license": "MIT",
|
||
"keywords": [
|
||
"brainstorming",
|
||
"subagent-driven-development",
|
||
"skills",
|
||
"planning",
|
||
"tdd",
|
||
"debugging",
|
||
"code-review",
|
||
"workflow",
|
||
"chinese",
|
||
"中文"
|
||
],
|
||
"skills": "./skills/",
|
||
"sessionStart": {
|
||
"skill": "using-superpowers"
|
||
},
|
||
"skillInstructions": "Kimi Code tool mapping for Superpowers skills:\n\n- When a Superpowers skill says to ask the user, ask clarifying questions, ask one question at a time, present multiple-choice options, use the terminal for a question, or wait for the user's choice, call Kimi Code's `AskUserQuestion` tool. Do not render those choices as plain assistant text unless `AskUserQuestion` is unavailable or the session is in auto permission mode.\n- For `AskUserQuestion`, provide 1 question with 2-4 concrete options when possible. Put the recommended option first and suffix its label with `(Recommended)`.\n- When a Superpowers skill refers to `TodoWrite`, use Kimi Code's `TodoList` tool.\n- When a Superpowers skill says `Task tool (general-purpose)` or asks you to dispatch an implementer/reviewer subagent, use Kimi Code's `Agent` tool with a Kimi subagent type. Do not pass `general-purpose` as `subagent_type`.\n- For implementation, code review, spec review, quality review, and filled Superpowers subagent prompt templates, call `Agent` with `subagent_type: \"coder\"`, paste the fully filled prompt into `prompt`, and provide a short `description`.\n- For read-only codebase exploration that would take several searches, use `Agent` with `subagent_type: \"explore\"`.\n- For read-only planning or architecture design, use `Agent` with `subagent_type: \"plan\"`.\n- Keep dependent Superpowers subagent steps sequential. Use multiple `Agent` calls, or `run_in_background: true` only when the work is independent and background agents are available.\n- When a Superpowers skill refers to the `Skill` tool, use Kimi Code's native `Skill` tool.\n- Use Kimi Code's `Read`, `Write`, `Edit`, `Bash`, `Grep`, `Glob`, `FetchURL`, `WebSearch`, and MCP tools by their actual exposed names.\n- When a skill asks to search file contents, use `Grep`; when it asks to find files by path or pattern, use `Glob`; when it asks to fetch a URL, use `FetchURL`; when it asks to search the web, use `WebSearch`.",
|
||
"interface": {
|
||
"displayName": "Superpowers 中文版",
|
||
"shortDescription": "面向编程 agent 的规划、TDD、调试、交付工作流(中文增强版)",
|
||
"longDescription": "用 Superpowers 中文版引导 agent 完成头脑风暴、实现规划、测试驱动开发、系统化调试、并行执行、代码审查与分支收尾。在上游 obra/superpowers 之上叠加 4 个中国原创 skill 与多工具适配。",
|
||
"developerName": "jnMetaCode",
|
||
"capabilities": [
|
||
"Interactive",
|
||
"Read",
|
||
"Write"
|
||
],
|
||
"websiteURL": "https://github.com/jnMetaCode/superpowers-zh"
|
||
}
|
||
}
|