Add Superpowers Chinese marketplace plugin

Constraint: Keep the official Superpowers plugin available under its existing ID while publishing the localized fork with a distinct ASCII ID.

Rejected: Reusing the upstream superpowers manifest name | It collides with the official marketplace entry.

Confidence: high

Scope-risk: narrow

Directive: Continue syncing this plugin from AreChen/superpowers-zh and preserve hooks: {}.

Tested: Marketplace validator, Codex local install/list/remove, KeyInfo adapter tests, upstream Codex manifest and package checks except its platform-specific tar epoch assertion.
This commit is contained in:
KeyInfo Bot
2026-07-14 10:30:23 +08:00
parent 658b4f3f5d
commit 59c6b9f6cb
60 changed files with 9751 additions and 0 deletions
+24
View File
@@ -46,6 +46,30 @@
"writing-skills": "创建、修改或验证 Agent skill 时使用,确保 skill 可触发、可维护、可测试。"
}
},
{
"id": "superpowers-zh",
"repo": "https://github.com/AreChen/superpowers-zh.git",
"ref": "main",
"adapter": "codex-plugin",
"pluginName": "superpowers-zh",
"category": "开发工具",
"sourcePath": ".",
"include": [
".codex-plugin",
"skills",
"assets",
"README.md",
"LICENSE",
"CODE_OF_CONDUCT.md"
],
"manifestOverrides": {
"name": "superpowers-zh",
"interface": {
"developerName": "AreChen / Jesse Vincent",
"category": "开发工具"
}
}
},
{
"id": "oh-my-codex",
"repo": "https://github.com/Yeachan-Heo/oh-my-codex.git",