nextjs-enterprise-init
Installation
SKILL.md
Next.js Enterprise Project Initialization
Initialize Next.js projects with enterprise-grade architecture and conventions.
Quick Start
To initialize a Next.js project with enterprise structure:
python3 scripts/init_nextjs_structure.py /path/to/project
The script will:
- Create
src/common/with utilities, components, hooks, services - Create
src/features/with example feature module - Set up proper TypeScript path aliases
- Create global styles with CSS variables for theming
- Generate example API routes