nextjs
Installation
SKILL.md
Non-negotiable rules:
- Read
references/stack.mdfirst. - Read the repository's
AGENTS.md,CLAUDE.md, and closest module map when present. They define the real route families, localization, design/theme, auth, transport, and test contracts. - Read the application
package.json, resolved lockfile, and the installed version-matched Next.js docs under that package'snode_modules/next/dist/docs/before applying version-specific guidance. - Follow the installed version unless the user explicitly requests an upgrade. Never upgrade, downgrade, or switch release channels during unrelated work.
- Then load only the references needed for the actual task.
- Keep user-visible text translated and all backend traffic in the project's shared API transport.
- Keep the heavy Next.js guidance in
references/, not inline here.