mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-02 22:54:06 +08:00
- 确认 6 个核心技能文件已与上游对齐(审查迭代上限 3 次、整体计划审查、执行交接用户选择) - 新增 CODE_OF_CONDUCT.md 中文版(贡献者公约 v2.0) - 版本号升至 1.1.1
52 lines
1016 B
JSON
52 lines
1016 B
JSON
{
|
|
"name": "superpowers-zh",
|
|
"version": "1.1.1",
|
|
"description": "AI 编程超能力中文版 — 14 个翻译 + 5 个中国特色原创 skills",
|
|
"type": "module",
|
|
"main": ".opencode/plugins/superpowers.js",
|
|
"bin": {
|
|
"superpowers-zh": "bin/superpowers-zh.js"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"skills/",
|
|
"agents/",
|
|
"commands/",
|
|
"hooks/",
|
|
".claude-plugin/",
|
|
".cursor-plugin/",
|
|
".codex/",
|
|
".opencode/",
|
|
"GEMINI.md",
|
|
"gemini-extension.json",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"superpowers",
|
|
"claude-code",
|
|
"cursor",
|
|
"codex",
|
|
"gemini",
|
|
"kiro",
|
|
"trae",
|
|
"antigravity",
|
|
"vscode",
|
|
"copilot",
|
|
"ai-coding",
|
|
"skills",
|
|
"chinese",
|
|
"中文",
|
|
"tdd",
|
|
"debugging",
|
|
"code-review"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jnMetaCode/superpowers-zh.git"
|
|
},
|
|
"homepage": "https://github.com/jnMetaCode/superpowers-zh",
|
|
"author": "jnMetaCode",
|
|
"license": "MIT"
|
|
}
|