tanstack-query-advanced
✓Advanced TanStack Query v5 patterns for infinite queries, optimistic updates, prefetching, gcTime, and queryOptions. Use when building data fetching, caching, or optimistic updates.
Installation
SKILL.md
Production patterns for TanStack Query v5 - server state management done right.
| Decision | Option A | Option B | Recommendation |
| Query key structure | String | Array | Array - supports hierarchy and serialization | | Cache timing | staleTime | gcTime | Both - staleTime for freshness, gcTime for memory | | Loading state | isLoading | isPending | isPending (v5) - isLoading includes background refetches |
Advanced TanStack Query v5 patterns for infinite queries, optimistic updates, prefetching, gcTime, and queryOptions. Use when building data fetching, caching, or optimistic updates. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill tanstack-query-advanced- Source
- yonatangross/orchestkit
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tanstack-query-advanced?
Advanced TanStack Query v5 patterns for infinite queries, optimistic updates, prefetching, gcTime, and queryOptions. Use when building data fetching, caching, or optimistic updates. Source: yonatangross/orchestkit.
How do I install tanstack-query-advanced?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill tanstack-query-advanced Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01