scaffold-nextjs-app
Installation
SKILL.md
Scaffold Next.js App
Create a new Next.js application with App Router, TypeScript, and production-ready defaults.
When to Use
- Starting a new web application project
- Creating a React-based frontend with server-side rendering
- Building a full-stack application with API routes
- Setting up a TypeScript web project
Inputs
- Required: Application name
- Required: Package manager preference (npm, yarn, pnpm)
- Optional: Whether to include Tailwind CSS (default: yes)
- Optional: Whether to include ESLint (default: yes)
- Optional: src/ directory structure (default: yes)
Related skills