Agent SkillsAgent Skills
olorehq

olore-tanstack-query-4

@olorehq/olore-tanstack-query-4
olorehq
64
4 forks
Updated 3/31/2026
View on GitHub

Local TanStack Query documentation reference (v4). Use for server state management, data fetching, caching, queries, mutations, and React/Vue/Solid/Angular query integration.

Installation

$npx agent-skills-cli install @olorehq/olore-tanstack-query-4
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositoryolorehq/olore
Pathvault/packages/tanstack-query/4/SKILL.md
Branchmain
Scoped Name@olorehq/olore-tanstack-query-4

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: olore-tanstack-query-4 description: Local TanStack Query documentation reference (v4). Use for server state management, data fetching, caching, queries, mutations, and React/Vue/Solid/Angular query integration.

TanStack Query v4 Documentation

TanStack Query (formerly React Query) is a powerful library for server state management. This documentation covers v4 features including data fetching, caching, synchronization, queries, mutations, and framework integrations for React, Vue, Svelte, and Solid.

Quick Reference

TaskEntry Point
Getting started with Reactcontents/framework/react/quick-start.md
Getting started with Vuecontents/framework/vue/quick-start.md
Core concepts (queries)contents/framework/react/guides/queries.md
Mutationscontents/framework/react/guides/mutations.md
Caching strategiescontents/framework/react/guides/caching.md
TypeScript usagecontents/framework/react/typescript.md
API reference (React)contents/framework/react/reference/
Core classescontents/reference/QueryClient.md
Migration to v4contents/framework/react/guides/migrating-to-react-query-4.md

When to use

Use this skill when the user asks about:

  • TanStack Query v4, React Query v4, Vue Query v4
  • Server state management and data fetching
  • Queries, mutations, and query invalidation
  • Caching, background refetching, and cache updates
  • Infinite scroll and paginated queries
  • Optimistic updates and error handling
  • SSR (Server-Side Rendering) with queries
  • TypeScript types for queries and mutations
  • Framework integration (React, Vue, Svelte, Solid)
  • Query devtools and debugging
  • Persistence plugins and cache persistence
  • ESLint rules for TanStack Query

How to find information

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify the framework (React, Vue, Svelte, Solid) or core concept
  3. Navigate to the appropriate section:
    • framework/{framework}/guides/ - Core concepts and patterns
    • framework/{framework}/reference/ - API reference
    • reference/ - Core framework-agnostic classes
    • eslint/ - ESLint plugin rules
  4. Read specific files for details

TOC.md contains all files organized by directory - always check it first.