概要
This skill provides specialized knowledge and implementation patterns for Next.js 16, specifically tailored for projects using the App Router and modern React conventions. It guides the creation of complex role-based routing structures, helps implement type-safe Server Actions with Zod validation, and manages data fetching using a hybrid approach of Server Components and SWR. By enforcing specific conventions such as directory-based organization and manual cache management, it ensures that your application remains performant, scalable, and consistent with professional development standards.