Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "nextjs",
"description": "Official Claude Code plugin marketplace for Next.js, serving the skills that ship in the vercel/next.js repository.",
"owner": {
"name": "Vercel",
"url": "https://vercel.com"
},
"plugins": [
{
"name": "nextjs",
"source": "./skills",
"description": "Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server."
}
]
}
21 changes: 21 additions & 0 deletions skills/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "nextjs",
"version": "0.1.0",
"description": "Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.",
"author": {
"name": "Next.js Team",
"url": "https://nextjs.org"
},
"homepage": "https://nextjs.org/docs",
"repository": "https://github.com/vercel/next.js",
"license": "MIT",
"keywords": [
"nextjs",
"react",
"cache-components",
"partial-prerendering",
"partial-prefetching",
"skills"
],
"skills": ["./"]
}
Loading