Sync third-party and MCP marketplace plugins

Constraint: Public skills are published only by explicit administrator action unless they are tracked third-party market sources.
Confidence: high
Scope-risk: narrow
Directive: Keep private/internal skills out of the public marketplace and preserve normal incremental market Git history.
Tested: Marketplace validation passed.
This commit is contained in:
KeyInfo Bot
2026-06-24 11:57:13 +08:00
parent 0f46963526
commit 0d5600791f
41 changed files with 830 additions and 4102 deletions
+20 -20
View File
@@ -409,8 +409,8 @@
},
{
"id": "next-skills",
"repo": "https://github.com/vercel-labs/next-skills.git",
"ref": "main",
"repo": "https://github.com/vercel/next.js.git",
"ref": "canary",
"adapter": "skill-collection",
"pluginName": "next-skills",
"category": "开发工具",
@@ -420,15 +420,15 @@
],
"brandColor": "#000000",
"manifestOverrides": {
"version": "0.1.0",
"description": "Next.js Agent Skills 提供 Next.js 最佳实践、版本升级和 Cache Components 工作流。",
"version": "0.2.0",
"description": "Next.js Agent Skills 提供 Cache Components 迁移、优化和 dev loop 验证工作流。",
"author": {
"name": "Vercel Labs",
"url": "https://github.com/vercel-labs"
"name": "Vercel",
"url": "https://github.com/vercel"
},
"homepage": "https://github.com/vercel-labs/next-skills",
"repository": "https://github.com/vercel-labs/next-skills",
"license": "UNKNOWN",
"homepage": "https://github.com/vercel/next.js/tree/canary/skills",
"repository": "https://github.com/vercel/next.js",
"license": "MIT",
"keywords": [
"nextjs",
"next-skills",
@@ -439,28 +439,28 @@
],
"interface": {
"displayName": "Next.js Agent Skills",
"shortDescription": "Next.js 最佳实践、升级和 Cache Components 工作流。",
"longDescription": "Next.js Agent Skills 包含 next-best-practices、next-upgrade 和 next-cache-components 三个技能,覆盖 App Router 文件约定、RSC 边界、数据模式、异步 API、metadata、route handlers、图片/字体优化、打包、调试、Next.js 版本升级以及 Next.js 16 Cache Components。",
"developerName": "Vercel Labs",
"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": "开发工具",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 Next.js Agent Skills 帮我检查这个 Next.js 项目。",
"使用 Next.js Agent Skills 帮我升级 Next.js 或处理 Cache Components。"
"使用 Next.js Agent Skills 帮我启用或优化 Cache Components。",
"使用 Next.js Agent Skills 帮我通过 dev loop 验证 Next.js 运行时行为。"
],
"websiteURL": "https://github.com/vercel-labs/next-skills",
"privacyPolicyURL": "https://github.com/vercel-labs/next-skills",
"termsOfServiceURL": "https://github.com/vercel-labs/next-skills",
"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"
}
},
"skillDescriptions": {
"next-best-practices": "Next.js 最佳实践背景知识,覆盖文件约定、RSC 边界、数据模式、异步 API、metadata、route handlers、图片/字体优化、打包和调试。",
"next-cache-components": "Next.js 16 Cache Components、PPR、use cache、cacheLife、cacheTag 和 updateTag 工作流。",
"next-upgrade": "按照官方迁移指南和 codemods 升级 Next.js 项目。"
"next-cache-components-adoption": "启用 Next.js Cache Components 并修复阻塞路由。",
"next-cache-components-optimizer": "优化 Next.js Cache Components 页面静态壳和导航体验。",
"next-dev-loop": "通过 Next.js dev MCP 与真实浏览器验证运行时行为。"
}
}
]