What problem does it solve?
This Skill helps developers adopt and implement Next.js 16 App Router, Server Components, caching with "use cache", and the proxy.ts migration pattern, reducing migration friction and improving reliability.
Core Features & Use Cases
- App Router Mastery: Implement Next.js 16 App Router with Server Components/Actions and caching.
- Proxy Migration: Replace middleware.ts with proxy.ts and align config.matcher usage.
- Parallel Routes: Ensure default.tsx exists for every parallel route to enable safe soft navigation.
- Route Handlers & API: Build and migrate to route handlers (GET/POST/DELETE) with async route params and headers.
- Performance & Tooling: Leverage Turbopack defaults and React 19.2 features to optimize builds and UX.
- Templates & Guides: Provides templates (e.g., proxy migration, parallel routes, route handlers) for quick start.
Quick Start
Create a minimal Next.js 16 App Router project skeleton and a sample route that demonstrates async params and proxy.ts usage.