nextjs-best-practices
Installation
SKILL.md
Next.js Best Practices
Apply these rules when writing or reviewing Next.js code.
Note: Next.js 16 renamed
middleware.tstoproxy.ts. Verifyproxy.tssupport in your version;middleware.tsremains the stable API.
File Conventions
See file-conventions.md for:
- Project structure and special files
- Route segments (dynamic, catch-all, groups)
- Parallel and intercepting routes
- Middleware rename in v16 (middleware → proxy)