git log --oneline --stat
HEAD
- Stars
- 3.5k
- Forks
- 135
- Updated
- May 23, 2026
repo --stat
stars
3.5k
forks
135
last update
May 23, 2026
license
MITv2.3.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add t3-stack-builder - Invoke
// Run from any project directory
$ claude --skill t3-stack-builder "scaffold a typed REST endpoint" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill t3-stack-builder "now refactor it"
t3-stack-builder/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- T3 Stack Builder
- slug:
- t3-stack-builder
- version:
- v2.3.0
- license:
- MIT
- author:
- @t3-friends
- categories:
- tags:
- #t3#nextjs#trpc#prisma#nextauth
- description:
Next.js + tRPC + Prisma + NextAuth + Tailwind — end-to-end type safety from DB to UI.
features.md
5 capabilities
// What you can do with it
- Runs create-t3-app style scaffolding with sensible defaults: App Router or Pages Router, @trpc/server/@trpc/react-query, Prisma client singleton, and Tailwind preflight.
- Generates tRPC routers using createTRPCRouter, publicProcedure, and protectedProcedure, with Zod input validation on each procedure.
- Writes Prisma models into schema.prisma and reminds you to run prisma migrate dev / prisma generate.
- Configures NextAuth providers and the Prisma adapter in src/server/auth.ts, including session callbacks that attach user.id.
- Keeps the RouterInputs / RouterOutputs inference helpers intact so the frontend stays fully typed.
README.md
t3-stack-builder/README.md
7 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…