A comprehensive rulebook for Next.js 16 App Router that covers the new caching model (explicit 'use cache' instead of implicit fetch caching), proxy.ts instead of middleware, and 45 rules across 9 categories from build optimization to caching strategy to codebase hygiene. The standout feature is the structured review algorithm for whole-repo audits: it forces you to sweep category by category (not file by file) and includes a dedicated category for codebase-level problems like duplicated server fetchers, dead routes, and unnecessary 'use client' propagation that single-file rules miss. Use it when writing new App Router code, migrating from 15 to 16, or running a serious audit. The rules include "shapes to recognize" sections that teach pattern detection beyond grep-friendly cases.
npx -y skills add pproenca/dot-skills --skill nextjs --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar