Publish Next.js Agent Skills
Constraint: Upstream next-skills is a multi-skill collection under skills/*/SKILL.md.\nRejected: Copy upstream README badge/install docs | marketplace README stays install-focused and plugin content avoids nonessential images.\nConfidence: high\nScope-risk: moderate\nDirective: Use skill-collection with skillsPath for repositories organized as direct child skill directories.\nTested: python scripts/validate_marketplace.py; python /Users/eapil/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/codex/plugins/next-skills; temp CODEX_HOME codex plugin marketplace add/list/add plus debug prompt-input.\nNot-tested: scripts/sync_external_plugins.ps1 execution because pwsh/powershell is not installed.
This commit is contained in:
@@ -406,6 +406,62 @@
|
||||
"quality": 90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "next-skills",
|
||||
"repo": "https://github.com/vercel-labs/next-skills.git",
|
||||
"ref": "main",
|
||||
"adapter": "skill-collection",
|
||||
"pluginName": "next-skills",
|
||||
"category": "开发工具",
|
||||
"skillsPath": "skills",
|
||||
"sparseCheckout": [
|
||||
"skills"
|
||||
],
|
||||
"brandColor": "#000000",
|
||||
"manifestOverrides": {
|
||||
"version": "0.1.0",
|
||||
"description": "Next.js Agent Skills 提供 Next.js 最佳实践、版本升级和 Cache Components 工作流。",
|
||||
"author": {
|
||||
"name": "Vercel Labs",
|
||||
"url": "https://github.com/vercel-labs"
|
||||
},
|
||||
"homepage": "https://github.com/vercel-labs/next-skills",
|
||||
"repository": "https://github.com/vercel-labs/next-skills",
|
||||
"license": "UNKNOWN",
|
||||
"keywords": [
|
||||
"nextjs",
|
||||
"next-skills",
|
||||
"vercel",
|
||||
"react",
|
||||
"cache-components",
|
||||
"upgrade"
|
||||
],
|
||||
"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",
|
||||
"category": "开发工具",
|
||||
"capabilities": [
|
||||
"Read",
|
||||
"Write"
|
||||
],
|
||||
"defaultPrompt": [
|
||||
"使用 Next.js Agent Skills 帮我检查这个 Next.js 项目。",
|
||||
"使用 Next.js Agent Skills 帮我升级 Next.js 或处理 Cache Components。"
|
||||
],
|
||||
"websiteURL": "https://github.com/vercel-labs/next-skills",
|
||||
"privacyPolicyURL": "https://github.com/vercel-labs/next-skills",
|
||||
"termsOfServiceURL": "https://github.com/vercel-labs/next-skills",
|
||||
"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 项目。"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -71,6 +71,15 @@
|
||||
"adapter": "claude-skill",
|
||||
"commit": "34d1f0057d51ff2cc15bcbbec071ef35f6fc1ae1",
|
||||
"syncedAt": "2026-06-14T16:00:01Z"
|
||||
},
|
||||
{
|
||||
"id": "next-skills",
|
||||
"pluginName": "next-skills",
|
||||
"repo": "https://github.com/vercel-labs/next-skills.git",
|
||||
"ref": "main",
|
||||
"adapter": "skill-collection",
|
||||
"commit": "dc1de9caf7612d73f56a8dec3cb1bd6c9ec096b9",
|
||||
"syncedAt": "2026-06-15T08:24:34Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user