tanstack-query-overview-and-setup
TanStack Query Overview and Setup
Use this skill when the task is about TanStack Query itself, its package surfaces, or how to get the right adapter online before feature work begins.
Scope
- TanStack Query docs topology and pack routing
- package and adapter selection
- baseline
QueryClientandQueryClientProvidersetup - stable release checks and adapter skew awareness
- React Query naming and migration framing at a high level
Routing cues
- "what is TanStack Query", "React Query", "which package do I install", "which adapter do I need", "how do I set up QueryClient", or "where do these docs live" -> this skill
useQuery,useQueries,useInfiniteQuery, query keys, cache defaults, invalidation, retries, or cancellation ->tanstack-query-fetching-and-cacheuseMutation, optimistic updates, offline mutations, persistence, broadcast sync, or devtools ->tanstack-query-mutations-and-sync- SSR, hydration,
dehydrate,HydrationBoundary, Next.js App Router, streaming, or router prefetching ->tanstack-query-integration-and-rendering queryOptions,skipToken, key registration, tests, or@tanstack/eslint-plugin-query->tanstack-query-typescript-and-tooling
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4