Configure project setup
configurar-projetocommandsetup L1★2
hmaurus/nextjs-ai-starterkit ↗What it does
configure Next.js AI starterkit project with GitHub repo and env setup
Best for
Post-clone setup for multi-instance Next.js+AI projects with automated port assignment and GitHub integration.
Inputs
- · project name, description, APP_SLOT
- · starterkit CLAUDE.md
- · .env.example
- · package.json template
Outputs
- · .env with calculated ports
- · CLAUDE.md configured
- · README.md replaced
- · GitHub repo created
Requires
- · bash
- · gh CLI
- · git
- · npm
Preconditions
- · gh auth logged in
- · starterkit cloned to target directory
Failure modes
- · gh auth not set up
- · project name validation fails
- · port collision with APP_SLOT formula
- · CLAUDE.md template missing
Trust signals
- · validates project name format (lowercase, hyphens)
- · offers 3 CLAUDE.md configuration modes
- · auto-calculates ports from slot number
- · commits and pushes to GitHub