Agent-Skill-Kit

Next.js Architect

Expert scaffolding for Next.js 14+ (App Router) projects. Enforces the use of Server Components, Server Actions, and strict TypeScript patterns.

1. Environment & Stack Detection

CRITICAL: Before writing code, identify the project structure.

2. “The Golden Standard” Component Blueprint

When asked to create a page or component:

Step A: The Component Type

Step B: Data Fetching (App Router)

Step C: Server Actions (Mutations)

3. Routing & Navigation

4. Metadata & SEO

5. UI & Styling