mirror of
https://github.com/laguagu/claude-code-nextjs-skills.git
synced 2026-09-14 20:16:51 +08:00
81525c391b
The skills/ layout already matched the spec, so this only adds the two manifests: plugin.json at the root and mcp.json mirroring .mcp.json with explicit stdio transports. Both validate against the published schemas. .mcp.json stays for Claude Code — the migration is additive, not a move. README: document plugin installation, and add ai-sdk-7 and hetzner-cloud, which shipped without a table entry.
23 lines
687 B
JSON
23 lines
687 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "claude-code-nextjs-skills",
|
|
"version": "1.0.0",
|
|
"description": "Agent skills for building Next.js + AI SDK applications: app scaffolding, shadcn/ui, RSC and caching, pgvector search, SEO, and browser verification.",
|
|
"author": {
|
|
"name": "laguagu",
|
|
"url": "https://github.com/laguagu"
|
|
},
|
|
"homepage": "https://github.com/laguagu/claude-code-nextjs-skills#readme",
|
|
"repository": "https://github.com/laguagu/claude-code-nextjs-skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"nextjs",
|
|
"react",
|
|
"ai-sdk",
|
|
"shadcn",
|
|
"postgres",
|
|
"pgvector",
|
|
"agent-skills"
|
|
]
|
|
}
|