What problem does it solve?
This Skill solves the problem of standing up a consistent TanStack Start project structure with the full Better-T-Stack kit, so you can move from a blank repo to a wired frontend/backend/auth/database setup without manually stitching conventions together.
Core Features & Use Cases
- End-to-end project bootstrapping: Installs runtime and dev dependencies, generates the key config and source tree wiring, and prepares the app to boot under the conventions in CLAUDE.md.
- Drizzle + better-auth + tRPC integration: Creates the initial Drizzle schema, sets up better-auth server/client pieces, generates auth schema/migrations, and wires tRPC routing and request handling.
- Safe, repeatable setup flow: Includes preflight checks, stops if src/ already exists to avoid overwriting, and enforces guardrails around .env and generated files.
Quick Start
Run the setup skill to create the full source tree from scratch and get the app ready for typecheck and local development.