By deckardger
AI skill providing best practices and guidelines for TanStack Start framework integration and optimization.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin deckardger-tanstack-agent-skillsBest practices for integrating TanStack Query with TanStack Router and TanStack Start. Patterns for full-stack data flow, SSR, and caching coordination.
TanStack Query (React Query) best practices for data fetching, caching, mutations, and server state management. Activate when building data-driven React applications with server state.
TanStack Router best practices for type-safe routing, data loading, search params, and navigation. Activate when building React applications with complex routing needs.
TanStack Start best practices for full-stack React applications. Server functions, middleware, SSR, authentication, and deployment patterns. Activate when building full-stack apps with TanStack Start.
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
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.