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:

  1. Create src/common/ with utilities, components, hooks, services
  2. Create src/features/ with example feature module
  3. Set up proper TypeScript path aliases
  4. Create global styles with CSS variables for theming
  5. Generate example API routes
Related skills

More from azure12355/weilan-skills

Installs
2
GitHub Stars
1
First Seen
Mar 9, 2026