From fuse-nextjs
Acts as master reference combining Next.js 16, Prisma 7, Better Auth, shadcn/ui, TanStack Form, and Zustand for full-stack development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-nextjs:nextjs-stackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Master skill combining all framework documentation for modern Next.js development.
Master skill combining all framework documentation for modern Next.js development.
Before ANY implementation, use TeamCreate to spawn 3 agents:
After implementation, run fuse-ai-pilot:sniper for validation.
| Layer | Technology | Skill Reference |
|---|---|---|
| Framework | Next.js 16 (App Router) | nextjs-16 |
| Database ORM | Prisma 7 | prisma-7 |
| Authentication | Better Auth 1.2 | better-auth |
| UI Components | shadcn/ui 3.8.0 | nextjs-shadcn |
| Forms | TanStack Form | nextjs-tanstack-form |
| State | Zustand | nextjs-zustand |
| Styling | Tailwind CSS 4 | tailwindcss |
| i18n | next-intl 4.0 | nextjs-i18n |
Detailed guidance lives in references/ to keep this file scannable — load only what the task needs:
| File | Load when… |
|---|---|
| references/stack-decisions.md | Justifying a technology choice (Better Auth vs NextAuth, Prisma vs Drizzle, TanStack Form vs RHF, Zustand vs Redux, shadcn/ui vs MUI) |
| references/solid-architecture.md | Setting up or reviewing the project's module/folder structure |
| references/integration-points.md | Wiring two parts of the stack together (auth+DB, forms+UI, state+RSC, i18n+routing) |
| references/quick-reference.md | Looking up which sub-skill file covers a specific feature (App Router, Prisma schema, Better Auth OAuth, …) |
| references/best-practices.md | Doing a final review pass before shipping |
| references/getting-started.md | Bootstrapping a brand-new project step by step |
For framework-specific detail, go directly to the sub-skill: nextjs-16, prisma-7, better-auth, nextjs-shadcn, nextjs-tanstack-form, nextjs-zustand, nextjs-i18n, solid-nextjs.
npx claudepluginhub fusengine/agents --plugin fuse-nextjsGuided full-stack Next.js project scaffolding with Biome, Tailwind v4, shadcn/ui, better-auth, and Vercel deployment. Six interactive steps using agent teams for parallel execution.
Integration patterns for Next.js + Tailwind CSS + Prisma + Auth.js — the seams between frameworks
Creates a new Next.js 15 project with domain templates (Todo, Blog, Dashboard, E-commerce) and configurable stack presets including App Router, ShadCN, Zustand, and Tanstack Query.