toolchains/nextjs/v16/SKILL.md
Next.js 16 migration guide (async request APIs, "use cache", Turbopack)
npx skillsauth add bobmatnyc/claude-mpm-skills nextjs-v16Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
params/cookies/headers; opt-in caching via "use cache"; Turbopack default.Anti-patterns:
await params, cookies(), and headers().middleware.ts; ✅ use proxy.ts and export function proxy.revalidateTag("posts"); ✅ revalidateTag("posts", "max") or { expire: ... }.References: references/migration-checklist.md, references/cache-components.md, references/turbopack.md
development
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
development
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
development
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
development
Visual verification workflow for UI changes to accelerate code review and catch ...