Files
EapilSkillMarket/plugins/codex/plugins/next-skills/.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

42 lines
1.6 KiB
JSON

{
"name": "next-skills",
"version": "0.2.0",
"description": "Next.js Agent Skills 提供 Cache Components 迁移、优化和 dev loop 验证工作流。",
"author": {
"name": "Vercel",
"url": "https://github.com/vercel"
},
"homepage": "https://github.com/vercel/next.js/tree/canary/skills",
"repository": "https://github.com/vercel/next.js",
"license": "MIT",
"keywords": [
"nextjs",
"next-skills",
"vercel",
"react",
"cache-components",
"upgrade"
],
"skills": "./skills/",
"interface": {
"displayName": "Next.js Agent Skills",
"shortDescription": "Next.js Cache Components 迁移、优化和 dev loop 验证工作流。",
"longDescription": "Next.js Agent Skills 现在跟随 Next.js 仓库 canary/skills 版本,包含 next-cache-components-adoption、next-cache-components-optimizer 和 next-dev-loop 三个技能,覆盖 Cache Components 启用迁移、静态壳/即时导航优化,以及通过 Next.js dev MCP 与真实浏览器验证运行时行为。",
"developerName": "Vercel",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 Next.js Agent Skills 帮我启用或优化 Cache Components。",
"使用 Next.js Agent Skills 帮我通过 dev loop 验证 Next.js 运行时行为。"
],
"websiteURL": "https://github.com/vercel/next.js/tree/canary/skills",
"privacyPolicyURL": "https://github.com/vercel/next.js",
"termsOfServiceURL": "https://github.com/vercel/next.js",
"brandColor": "#000000",
"screenshots": []
}
}