mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-03 07:23:56 +08:00
对齐上游中与我们架构相关的部分:
- using-superpowers/SKILL.md:翻译合并上游更精简的每会话 bootstrap
重写(去掉 dot 流程图与重复章节),保留我们 fork 特有的中国特色
技能路由和已删档上游文档的平台适配指引(Copilot/Hermes/Qoder 等)
- .codex-plugin/plugin.json:补 "hooks": {} 阻止 Codex 在清单缺少
hooks 字段时 fallback 扫描到我们仓库里 Claude 专用的
hooks/hooks.json,误给 Codex 用户弹注册信任提示;category 改为
上游修正后的 "Developer Tools"
- references/codex-tools.md:修正过期工具名 wait -> wait_agent,
补充子 agent 用完应 close_agent 的提示
- 版本 1.6.0 -> 1.6.1
Gemini CLI 移除(上游这两版改动面最大的一项)评估后判定为独立决策,
牵涉我们自己的"18 款工具"宣传口径和安装器逻辑,本次不包含。
pi-tools.md 的裁剪经测试验证会复现上游自己的一个测试回归(其
tests/pi/test-pi-extension.mjs 断言的字符串被裁掉),本次不跟进。
详见 RELEASE-NOTES.zh.md v1.6.1 条目。
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
||
"name": "superpowers-zh",
|
||
"version": "1.6.1",
|
||
"engines": {
|
||
"node": ">=20.0.0"
|
||
},
|
||
"description": "AI 编程超能力中文增强版 — superpowers(159k+ ⭐)完整汉化 + 4 个中国原创 skills,支持 Claude Code / Copilot CLI / Hermes Agent / Cursor / Claw Code / Windsurf / Kiro / Gemini CLI / Qoder 等 18 款工具",
|
||
"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",
|
||
"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"
|
||
}
|