Files
laguagu 81525c391b Package the repo as an Agent Plugin (v1.0.0)
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.
2026-08-10 20:30:41 +03:00

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"
]
}