Agent skill · Frontend

research-tanstack-query

Research Tanstack Query (React Query) patterns for server state management using Exa code search and Ref documentation

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/research-tanstack-query/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Process
  2. Common Research Topics
  3. Basic Queries
  4. Mutations
  5. Optimistic Updates
  6. Pagination
  7. Infinite Scroll
  8. Prefetching
  9. Next.js Integration
  10. With Server Components
  11. With Server Actions
  12. SSR and Hydration
  13. Advanced Patterns
  14. Dependent Queries
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going