mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-03 07:23:56 +08:00
- Unify all descriptions: GitHub repo, package.json, plugin configs - Put OpenClaw first in all tool listings (high demand from community) - Fix skills count: 5 -> 6 Chinese-original (was missing workflow-runner) - Fix version: 1.0.0 -> 1.1.1 in claude-plugin and cursor-plugin configs - Reorder tool support table by popularity - Update README tagline to match GitHub repo description
14 lines
545 B
JSON
14 lines
545 B
JSON
{
|
||
"name": "superpowers-zh",
|
||
"description": "AI 编程超能力中文增强版:20 个 skills(14 翻译 + 6 中国原创),支持 OpenClaw / Claude Code / Cursor 等 14 款工具",
|
||
"version": "1.1.1",
|
||
"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"]
|
||
}
|