Imported from kalpshah-simform/next-js-16-demo (AGENTS.md). Install upstream with npx skills add kalpshah-simform/next-js-16-demo. Copyright stays with the author.
Next.js: read docs before coding
This project uses Next.js 16.1.6 with the App Router.
Before doing any Next.js work:
If version-matched docs are bundled in node_modules/next/dist/docs, read the relevant doc there first.
Otherwise use the official Next.js docs and match APIs to the installed version in package.json.
Use the Next.js MCP server for runtime errors, logs, page metadata, and server-action inspection while the dev server is running.
Project Notes
App Router project
TypeScript
Tailwind CSS
npm is the package manager
cacheComponents is enabled
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/kalpshah-simform-next-js-16-demo-next-js-16-demo/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "kalpshah-simform-next-js-16-demo-next-js-16-demo",
"kind": "skill",
"name": "next-js-16-demo",
"description": "This project uses Next.js 16.1.6 with the App Router.",
"publisher": "kalpshah-simform",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project uses Next.js 16.1.6 with the App Router."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/kalpshah-simform/next-js-16-demo",
"path": "AGENTS.md",
"ref": "61b6a5dc3b84a529e77cbcba62c8324631b62e5f",
"url": "https://github.com/kalpshah-simform/next-js-16-demo/blob/61b6a5dc3b84a529e77cbcba62c8324631b62e5f/AGENTS.md",
"key": "kalpshah-simform/next-js-16-demo/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:nextjs-agent-rules -->\n# Next.js: read docs before coding\n\nThis project uses Next.js 16.1.6 with the App Router.\n\nBefore doing any Next.js work:\n1. If version-matched docs are bundled in `node_modules/next/dist/docs`, read the relevant doc there first.\n2. Otherwise use the official Next.js docs and match APIs to the installed version in `package.json`.\n3. Use the Next.js MCP server for runtime errors, logs, page metadata, and server-action inspection while the dev server is running.\n<!-- END:nextjs-agent-rules -->\n\n## Project Notes\n- App Router project\n- TypeScript\n- Tailwind CSS\n- ",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/kalpshah-simform-next-js-16-demo-next-js-16-demo/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.