nextjs-practices
Installation
SKILL.md
Next.js Practices
Rules for keeping App Router files focused on framework boundaries while feature modules own product logic.
When to Apply
- Work with App Router routes, layouts, route handlers, or Server Components.
- Organize feature modules, access boundaries, or shared UI in a Next.js application.
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | App Router | HIGH | app- |
| 2 | Feature architecture | HIGH | feature- |
| 3 | UI composition | HIGH | ui- |