research-tanstack-query
Research Tanstack Query (React Query) patterns for server state management using Exa code search and Ref documentation
npx skills add majiayu000/claude-skill-registry --skill research-tanstack-query --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Tanstack Query Patterns Use this skill when you need to: - Learn client-side data fetching patterns - Understand caching and invalidation strategies - Research mutations and optimistic updates - Find pagination and infinite scroll patterns - Learn about prefetching and SSR integration ## Process 1. **Identify Data Fetching Need** - Queries (GET), mutations (POST/PUT/DELETE)? - Caching strategy needed? - Optimistic updates required? - Pagination or infinite scroll? 2. **Search Documentation (Ref)** ``` Query patterns: - "Tanstack Query React Query [feature]" - "React Query useQuery caching" - "React Query useMutation optimistic updates" - "React Query Next.js integration" ``` 3. **Find Real Implementations (Exa)** ``` Query patterns: - "Tanstack Query useQuery TypeScript example" - "React Query useMutation optimistic update implementation" - "React Query pagination infinite scroll example" - "React Query Next.js SSR prefetch example" ``` 4. **Consider Integration** - How does this work with Next.js Server Components? - Client Component boundaries? - Type safety with API responses? ## Common Research Topics ### Basic Queries ```typescript // Documentation Query: "Tanstack
- Process
- Common Research Topics
- Basic Queries
- Mutations
- Optimistic Updates
- Pagination
- Infinite Scroll
- Prefetching
- Next.js Integration
- With Server Components
- With Server Actions
- SSR and Hydration
- Advanced Patterns
- Dependent Queries
What does the research-tanstack-query skill do?
Research Tanstack Query (React Query) patterns for server state management using Exa code search and Ref documentation
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill research-tanstack-query --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
