If you're building a React SPA and want type safety all the way through your routing layer, this is the TanStack Router skill. It covers file-based routing with auto-generated types, route loaders that integrate with TanStack Query, and Zod adapters for search param validation. The real value is in the error prevention catalog: 20 documented gotchas including Vite plugin ordering, devtools resolution issues, SSR streaming crashes, and Docker prerender hangs. Use it when you're setting up a new router or migrating from React Router and want to avoid the sharp edges. The skill also handles virtual file routes for when the file-based conventions don't fit your project structure.
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-router