TanStackTanStackOfficialยท31 Agent Skills Included

router

Build type-safe React, Solid, and Vue apps with routing and SSR

Guides AI agents to build and migrate type-safe web apps with TanStack Router and TanStack Start. Covers routing, search params, data loading, auth guards, server functions, SSR, and deployment without wrong-framework mistakes. Prevents common errors like broken type inference, unprotected endpoints, and failed code splitting.
npx skills add TanStack/router --all -g -y
Available:

Gives AI agents the monorepo layout, Nx testing commands, and execution guardrails needed to safely modify and verify TanStack Router packages.

All Skills in This Repository (31)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
TanStackTanStack

start-server-core

Provide a server-side runtime for TanStack Start with request handling and session management.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

virtual-file-routes

Build explicit route trees for TanStack Router projects.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core

Define type-safe route trees, loaders, and context for TanStack Router across React, Solid, and SSR.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/data-loading

Implement TanStack Router data-loading patterns with loaders, loaderDeps, and deferred loading.

Official
Intermediate
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/type-safety

Configure fully inferred types for TanStack Router applications without casts.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/not-found-and-errors

Configure notFound() and errorComponent for TanStack Router routes.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/navigation

Implement type-safe navigation with TanStack Router Link, useNavigate, and Navigate.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/auth-and-guards

Protect routes with beforeLoad guards and RBAC in TanStack Router.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/search-params

Validate TanStack Router search params with type-safe schemas and middlewares.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/ssr

Configure non-streaming and streaming SSR for TanStack Router applications.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/path-params

Parse dynamic, splat, and optional path params in TanStack Router routes.

Official
Advanced
๐Ÿ“ฆ In Repo
TanStackTanStack

router-core/code-splitting

Automate route code-splitting for TanStack Router with .lazy.tsx files.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install TanStack Router skills?โ–ผ

Run `npx skills add TanStack/router --all -g -y` in your terminal to install the full skill suite globally.

What do these TanStack Router skills do?โ–ผ

They teach your AI agent the correct patterns for routing, search params, data loading, auth, server functions, SSR, and deployment in TanStack Router and Start apps.

Can AI migrate my app from Next.js or React Router?โ–ผ

Yes. Dedicated migration skills walk the agent step by step through converting routes, links, loaders, and server actions to TanStack equivalents.

Do these skills work with React, Solid, and Vue?โ–ผ

Yes. The suite includes framework-specific skills for React, Solid, and Vue bindings of both Router and Start.

How do the skills prevent wrong-framework code?โ–ผ

Each skill lists critical mistakes and wrong imports, so the agent avoids generating Next.js, Remix, or react-router-dom patterns that break TanStack apps.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’