TanStack Agent Skills: Best practices for TanStack Query, Router, and Start for AI coding agents
npx skills add https://github.com/deckardger/tanstack-agent-skills --skill tanstack-start-best-practicesInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Comprehensive best practices for building applications with the TanStack ecosystem. These skills provide AI coding agents with structured guidelines for TanStack Query, TanStack Router, and TanStack Start.
Skills follow the Agent Skills format.
Best practices for data fetching, caching, mutations, and server state management with TanStack Query (React Query).
Use when:
useQuery or useMutation32+ rules across 8 categories:
Best practices for type-safe routing, data loading, search params, and navigation with TanStack Router.
Use when:
30+ rules across 8 categories:
Best practices for full-stack React applications with TanStack Start, including server functions, middleware, SSR, and authentication.
Use when:
29+ rules across 8 categories:
Best practices for integrating TanStack Query with TanStack Router and TanStack Start together.
Use when:
13 rules across 4 categories:
npx skills add DeckardGer/tanstack-agent-skills
Or manually add to your project's .cursor/ or Claude Code configuration.
Skills are automatically available once installed. The agent will use them when relevant tasks are detected.
Each skill follows the Agent Skills standard:
skills/
├── tanstack-query/
│ ├── SKILL.md # Main skill instructions
│ └── rules/ # Individual rule files
│ ├── qk-array-structure.md
│ ├── cache-stale-time.md
│ └── ...
├── tanstack-router/
│ ├── SKILL.md
│ └── rules/
├── tanstack-start/
│ ├── SKILL.md
│ └── rules/
└── tanstack-integration/
├── SKILL.md
└── rules/
Each rule file contains:
Contributions welcome! Please ensure:
Works with any AI coding agent that supports AGENTS.md, including Claude Code, Codex, Opencode, and others.
MIT