소개
This skill serves as a technical governance layer for Next.js App Router projects, providing Claude with clear logic for choosing between Server Actions and Route Handlers. It enforces best practices such as file-level 'use server' declarations, Zod-based input validation, and standardized file naming conventions. By prioritizing security, the skill ensures that all server-side operations include mandatory authentication checks and respect read-only 'view mode' restrictions, preventing common anti-patterns and vulnerabilities in modern web applications.