nextjs-project-manager
Originally fromeddiebe147/claude-settings
Installation
SKILL.md
Next.js Project Manager Skill
Overview
This skill helps you build production-ready Next.js 14+ applications using the App Router. Use this when working on routing, components, server actions, data fetching, or any Next.js-specific patterns.
Core Principles
1. App Router First
- All routes in
src/app/directory - Use
page.tsxfor routes,layout.tsxfor shared layouts - Server Components by default, Client Components when needed
- Route groups with
(group)for organization