Files
EapilSkillMarket/plugins/codex/plugins/shadcn/.codex-plugin/plugin.json
T
KeyInfo Bot 93eeb27a5c Align marketplace categories with Codex taxonomy
Constraint: Keep one EAPIL marketplace while using official Codex category metadata and stable plugin IDs.

Rejected: One marketplace per category | Codex groups the UI by marketplace source, which would require users to add multiple markets and change install selectors.

Confidence: high

Scope-risk: moderate

Directive: Keep localized plugins in the same functional category and distinguish them with a language suffix such as -zh.

Tested: Marketplace validation, all manifest/category consistency checks, KeyInfo market tests, frontend lint and production build.
2026-07-14 10:48:25 +08:00

44 lines
1.5 KiB
JSON

{
"name": "shadcn",
"version": "0.1.0",
"description": "面向 shadcn/ui 项目的组件安装、组件查询、文档检索、预设处理和实现规范工作流。",
"author": {
"name": "shadcn",
"url": "https://github.com/shadcn-ui"
},
"homepage": "https://ui.shadcn.com",
"repository": "https://github.com/shadcn-ui/ui",
"license": "MIT",
"keywords": [
"shadcn",
"shadcn-ui",
"components",
"design-system",
"react",
"tailwind"
],
"skills": "./skills/",
"interface": {
"displayName": "shadcn/ui",
"shortDescription": "shadcn/ui 项目、组件、注册表和预设的开发工作流。",
"longDescription": "shadcn/ui skill 提供项目上下文读取、组件搜索、组件文档检索、CLI 操作约束、注册表组件接入、预设处理以及常见组件实现规范,适合在 React、Next.js、Tailwind 和 shadcn/ui 项目中使用。",
"developerName": "shadcn",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 shadcn/ui 帮我添加或修复组件。",
"使用 shadcn/ui 帮我检查这个项目的组件实现规范。"
],
"websiteURL": "https://ui.shadcn.com",
"privacyPolicyURL": "https://github.com/shadcn-ui/ui",
"termsOfServiceURL": "https://github.com/shadcn-ui/ui",
"brandColor": "#09090B",
"screenshots": [],
"composerIcon": "./skills/shadcn/assets/shadcn-small.png",
"logo": "./skills/shadcn/assets/shadcn.png"
}
}