Files
superpowers-zh/.cursor-plugin/plugin.json
AI不止语 9a8d4e471e docs(meta): 修 "6 中国原创" 文案漂移,准确反映 14+4+2 拆分 (#27)
* docs(meta): 修 "6 中国原创" 文案漂移,准确反映 14+4+2 拆分

5 处描述把 skill 数量写成 "14 翻译 + 6 中国原创",但实际只有 4 个 chinese-*
(chinese-code-review / chinese-commit-conventions / chinese-documentation /
chinese-git-workflow)是中国原创;另外 2 个(mcp-builder / workflow-runner)
是上游 v5.0+ 已删除但本 fork 保留的 skill,不是中国原创。

- 结构化描述(3 个 plugin/marketplace JSON):拆为 "14 翻译 + 4 中国原创 + 2 上游历史保留"
- 散文(README + package.json):改 "完整汉化 + 4 个中国原创 skills"
  (mcp-builder/workflow-runner 实质上是汉化版,归入"完整汉化"语义)

数学:14 + 4 + 2 = 20,与 .codex-plugin/plugin.json 已有的 "4 个中文 skills 沉淀" 对齐。

* docs(readme): 补漏 L61 "6 国产原创" 同性质漂移

跟前一 commit 同性质——"国产原创" 语义明确指 chinese-original,
mcp-builder/workflow-runner 是上游翻译版不是国产原创。

剩余 L44/46/L122/L133/L134 用的是 "中国特色"(china-specific)
框架,可以包含 fork-specific 历史保留,留给跟进 PR 单独处理。
2026-05-12 18:36:07 +08:00

17 lines
691 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "superpowers-zh",
"displayName": "Superpowers 中文版",
"description": "AI 编程超能力中文增强版20 个 skills14 翻译 + 4 中国原创 + 2 上游历史保留),支持 Cursor / Claude Code / Hermes Agent / Claw Code 等 17 款工具",
"version": "1.4.0",
"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": ["skills", "tdd", "debugging", "chinese", "中文", "best-practices", "workflows"],
"skills": "./skills/",
"hooks": "./hooks/hooks-cursor.json"
}