frontend-nextjs
Installation
SKILL.md
Frontend Next.js Conventions
This skill provides specific conventions for Next.js frontend development.
When to Use
- Use this skill when working on Next.js projects
- Use this skill when creating new pages, components, or API routes
- This skill builds upon
project-standardsskill
Instructions
1. App Router Strategy
Default to Server Components
All components in app/ are Server Components by default. Only add "use client" when interactivity is strictly needed.