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 ✓ |
87 lines
2.0 KiB
JSON
87 lines
2.0 KiB
JSON
{
|
||
"name": "superpowers-zh",
|
||
"version": "1.7.11",
|
||
"engines": {
|
||
"node": ">=20.0.0"
|
||
},
|
||
"description": "AI 编程超能力中文增强版 — superpowers(250k+ ⭐)完整汉化 + 4 个中国原创 skills,支持 Claude Code / Copilot CLI / Hermes Agent / Cursor / Claw Code / Windsurf / Kiro / Gemini CLI / Qoder 等 23 款工具",
|
||
"type": "module",
|
||
"main": ".opencode/plugins/superpowers.js",
|
||
"bin": {
|
||
"superpowers-zh": "bin/superpowers-zh.js"
|
||
},
|
||
"scripts": {
|
||
"site": "node site/build.mjs",
|
||
"site:deploy": "node site/build.mjs && wrangler pages deploy site/dist --project-name=superpowers-zh-site",
|
||
"version": "node scripts/sync-plugin-version.js && git add .claude-plugin/plugin.json .claude-plugin/marketplace.json .cursor-plugin/plugin.json .codex-plugin/plugin.json gemini-extension.json"
|
||
},
|
||
"files": [
|
||
"bin/",
|
||
"skills/",
|
||
"hooks/",
|
||
"assets/",
|
||
".claude-plugin/",
|
||
".cursor-plugin/",
|
||
".codex/INSTALL.md",
|
||
".codex-plugin/",
|
||
".opencode/INSTALL.md",
|
||
".opencode/plugins/",
|
||
".pi/extensions/",
|
||
"CLAUDE.md",
|
||
"GEMINI.md",
|
||
"RELEASE-NOTES.md",
|
||
"RELEASE-NOTES.zh.md",
|
||
"gemini-extension.json",
|
||
"docs/",
|
||
"README.md",
|
||
"LICENSE"
|
||
],
|
||
"keywords": [
|
||
"superpowers",
|
||
"claude-code",
|
||
"cursor",
|
||
"codex",
|
||
"gemini",
|
||
"kiro",
|
||
"deerflow",
|
||
"trae",
|
||
"antigravity",
|
||
"openclaw",
|
||
"windsurf",
|
||
"aider",
|
||
"opencode",
|
||
"qwen",
|
||
"vscode",
|
||
"copilot",
|
||
"hermes",
|
||
"hermes-agent",
|
||
"claw-code",
|
||
"qoder",
|
||
"codebuddy",
|
||
"codearts",
|
||
"ai-coding",
|
||
"skills",
|
||
"chinese",
|
||
"中文",
|
||
"tdd",
|
||
"debugging",
|
||
"code-review",
|
||
"pi-package"
|
||
],
|
||
"pi": {
|
||
"skills": [
|
||
"./skills"
|
||
],
|
||
"extensions": [
|
||
"./.pi/extensions/superpowers.ts"
|
||
]
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/jnMetaCode/superpowers-zh.git"
|
||
},
|
||
"homepage": "https://github.com/jnMetaCode/superpowers-zh",
|
||
"author": "jnMetaCode",
|
||
"license": "MIT"
|
||
}
|