bfe3275e21
Constraint: Chinese users need localized plugin and skill descriptions while third-party sources must remain syncable from upstream. Rejected: Editing third-party generated files by hand | Sync would overwrite them and make localization drift from config. Rejected: One plugin per Three.js skill | Users should install one domain package while Codex can still select individual skills inside it. Confidence: high Scope-risk: moderate Directive: Keep plugin IDs and skill names in English kebab-case; put user-facing Chinese text in manifest fields, SKILL.md descriptions, or external-source overrides. Tested: Codex manual confirms duplicate skills are not merged; powershell sync_external_plugins.ps1 with proxy; python scripts\\validate_marketplace.py; validate_plugin.py for all plugins; codex plugin list local marketplace; codex plugin add/remove eapil-threejs. Not-tested: Codex Desktop visual refresh after pulling the updated remote marketplace.
50 lines
2.4 KiB
JSON
50 lines
2.4 KiB
JSON
{
|
|
"name": "superpowers",
|
|
"version": "5.1.0",
|
|
"description": "面向编码 Agent 的规划、TDD、调试、代码评审和交付工作流集合。",
|
|
"author": {
|
|
"name": "Jesse Vincent",
|
|
"email": "jesse@fsck.com",
|
|
"url": "https://github.com/obra"
|
|
},
|
|
"homepage": "https://github.com/obra/superpowers",
|
|
"repository": "https://github.com/obra/superpowers",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"brainstorming",
|
|
"subagent-driven-development",
|
|
"skills",
|
|
"planning",
|
|
"tdd",
|
|
"debugging",
|
|
"code-review",
|
|
"workflow"
|
|
],
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "Superpowers",
|
|
"shortDescription": "规划、TDD、调试、代码评审和交付工作流。",
|
|
"longDescription": "Superpowers 提供面向编码 Agent 的结构化工作流,覆盖需求澄清、计划编写、测试驱动开发、系统化调试、并行执行、代码评审和交付收尾。",
|
|
"developerName": "Jesse Vincent",
|
|
"category": "开发工具",
|
|
"capabilities": [
|
|
"Interactive",
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"defaultPrompt": [
|
|
"使用 Superpowers 帮我规划这个开发任务。",
|
|
"使用 Superpowers 帮我系统调试这个问题。"
|
|
],
|
|
"websiteURL": "https://github.com/obra/superpowers",
|
|
"privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
|
|
"termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
|
|
"brandColor": "#F59E0B",
|
|
"composerIcon": "./assets/superpowers-small.svg",
|
|
"logo": "./assets/app-icon.png",
|
|
"screenshots": [
|
|
|
|
]
|
|
}
|
|
}
|