nextjs-fullstack-scaffold
SKILL.md
Next.js Full-Stack Scaffold
To scaffold a production-grade Next.js 16 full-stack application with modern tooling and best practices, follow these steps systematically.
Prerequisites Check
Before scaffolding, verify the target directory:
- Confirm the current working directory is where files should be generated
- Check if directory is empty or if user wants to override existing files
- Confirm user wants to proceed with scaffold generation
Step 1: Gather Project Information
Prompt the user for the following details using the AskUserQuestion tool:
- Project name (for package.json)
- Project description
- Author name
Use sensible defaults if user prefers to skip.