mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-03 07:23:56 +08:00
多项目用户此前需逐个项目 npx 安装。新增 --global:一次装到工具的 用户级目录(如 ~/.claude/skills),所有项目共享,更新只需重装一次。 项目级(默认)优先、全局兜底,二者可共存。 - 支持全局的 7 款工具,均逐一核对各工具 docs 声明的真实加载路径, 不臆造无效路径;其余工具明确报错并引导项目级安装 - Codex 全局装到 ~/.agents/skills(docs 确认其启动扫描该目录, 而非 ~/.codex/skills) - Gemini / Antigravity 有意不纳入通用 --global(各有专属全局方式), 报错指向对应 docs,避免「装了不生效」的假功能 - 对称的 --global --uninstall,按哨兵精确清理,保全用户既有内容 - home 护栏:项目级仍拒绝在 ~ 裸装并引导 --global,全局模式跳过 - 版本 1.6.1 → 1.7.0,同步 6 个 plugin manifest - 顺带修 package.json description 残留的 159k+ → 250k+ 隔离自动化测试 50/50 通过:项目级回归、7 款全局工具装卸、数据保全 (含全局 CLAUDE.md 保留用户个人指令)、幂等性、非全局工具拒绝并 指向 docs、自动检测、home 护栏、参数健壮性。
85 lines
2.0 KiB
JSON
85 lines
2.0 KiB
JSON
{
|
||
"name": "superpowers-zh",
|
||
"version": "1.7.0",
|
||
"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 等 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"
|
||
}
|