This handles TanStack Router's file-based, type-safe routing for React SPAs with full TypeScript support. You get autocomplete on route paths, typed params in links, and route-level data loading that integrates cleanly with TanStack Query. The skill covers Vite plugin setup (order matters: TanStackRouterVite must come before react), common errors like devtools dependency issues, and Cloudflare Workers deployment patterns. If you're tired of stringly-typed navigation or want Next.js-style file routing without Next.js, this is the move. Tested with v1.134.13 and includes templates for loaders, nested routes, and Query integration.
npx skills add https://github.com/secondsky/claude-skills --skill tanstack-router