This generates a complete TanStack Start app on Cloudflare Workers from scratch, no template cloning. Claude writes every file: React 19 routes with SSR and file-based routing, D1 database with Drizzle ORM, better-auth handling Google OAuth and email login, Tailwind v4 with shadcn/ui components. The workflow walks through project setup, wrangler config (where plugin order matters), schema design for D1's quirks (integer timestamps, text primary keys), and getting auth working with Cloudflare's environment bindings. Use this when you want a real full-stack SSR app on Workers instead of just API routes, or when someone asks for a dashboard with actual server functions and database persistence.
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-start