mirror of
https://github.com/jnMetaCode/superpowers-zh.git
synced 2026-09-02 22:54:06 +08:00
- Add OpenClaw target in installer (detect .openclaw/, install to skills/) - Add OpenClaw to README supported tools list, manual install, config table - Add docs/README.openclaw.md installation guide - Add openclaw keyword to package.json
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"name": "superpowers-zh",
|
|
"version": "1.1.1",
|
|
"description": "AI 编程超能力中文版 — 14 个翻译 + 6 个中国特色原创 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",
|
|
"deerflow",
|
|
"trae",
|
|
"antigravity",
|
|
"openclaw",
|
|
"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"
|
|
}
|