What problem does it solve? Setting up a new TanStack Start application requires manually wiring together routing, authentication, databases, deployment targets, and developer tooling. This Skill guides project scaffolding through the TanStack CLI so projects are generated with consistent, pre-configured integrations instead of assembled by hand. ## Core Features & Use Cases - Guided Project Creation: Generate TanStack Start apps interactively or with an explicit --integrations flag covering 30+ options like Clerk, Drizzle, Neon, tRPC, and Vercel. - Custom Templates: Create and reuse team-standardized project templates from git repositories or local paths for consistent setups. - MCP Server for AI Agents: Expose documentation search, integration discovery, and scaffolding assistance to AI assistants via the Model Context Protocol. - Use Case: A developer needs a full-stack app with auth and a database. Run the CLI with clerk,drizzle,neon,vercel integrations to generate a configured project, then check .env.example for required environment variables. ## Quick Start Ask the assistant to create a new TanStack Start app named my-app with the tanstack-query, clerk, drizzle, and vercel integrations using the TanStack CLI.