scaffold-nextjs
Installation
SKILL.md
Scaffold Next.js
Scaffold a Next.js turborepo with full tooling, GitHub, and Vercel deployment.
- IS: bootstrapping a brand-new Next.js turborepo end to end: app creation, Blode UI, Ultracite tooling, turborepo conversion, GitHub, and Vercel.
- IS NOT: scaffolding a TypeScript CLI or npm package (use
scaffold-cli), designing folder structure or module contracts for an existing app (usedefine-architecture), building a page inside an existing app, or choosing visual direction and palettes (useui-design).
Low-freedom workflow. The reference files are the single source of truth for commands: run them as written, in phase order. Do not reconstruct commands from memory.
Reference Files
| File | Read When |
|---|---|
references/app-setup.md |
Phase 2: create-next-app flags, shadcn + Blode registry, Agentation, Ultracite, move into apps/web/ |
references/turbo-configs.md |
Phase 6: root package.json, turbo.json, .gitignore, knip.json, workspace scripts, next.config.ts |
references/deploy-and-launch.md |
Phase 7: GitHub, Vercel, favicon, OG images, validation checklist |