create-next-project
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Create Next.js Project
Guided full-stack Next.js project scaffolding. Six interactive steps that scaffold, configure, and deploy a production-ready app using agent teams for parallel execution.
Core Stack (Always Included)
- Next.js (latest) with App Router, TypeScript, Tailwind v4,
src/directory - Bun as package manager and runtime
- Biome for linting and formatting (manually installed after scaffolding)
- shadcn/ui with dashboard-01 block as app shell
- tweakcn for theme customization (web editor at tweakcn.com)
- next-themes for light/dark mode
- better-auth for authentication
- Vercel for deployment
Data Layer (depends on database choice)
- Convex selected: Use Convex's built-in
useQuery/useMutationfor all client data. NO TanStack Query needed. - All other databases: Install TanStack Query for client-side data fetching.