smithery/olorehq

olore-tanstack-query-latest

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

Installation

$ npx skills add smithery/olorehq --skill olore-tanstack-query-latest

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/olorehq · top by installs.

npx skills add smithery/olorehq

Browse all from smithery/olorehq

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,946 B
  • docs SUMMARY.md 213 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

TanStack Query Documentation

TanStack Query (React Query) is a powerful server-state management library for React, Vue, Angular, Solid, Svelte, Lit, and Preact. It handles fetching, caching, synchronizing, and updating server data with minimal configuration.

Quick Reference

Task Entry Point
React quick start contents/framework/react/quick-start.md
Vue quick start contents/framework/vue/quick-start.md
Angular quick start contents/framework/angular/quick-start.md
Queries guide contents/framework/react/guides/queries.md
Mutations guide contents/framework/react/guides/mutations.md
SSR / Next.js contents/framework/react/guides/ssr.md
useQuery API contents/framework/react/reference/useQuery.md
QueryClient API contents/reference/QueryClient.md
ESLint plugin contents/eslint/eslint-plugin-query.md

When to use

Use this skill when the user asks about:

  • Fetching, caching, and synchronizing server data
  • useQuery, useMutation, useInfiniteQuery hooks
  • React Query, Vue Query, Angular Query, Solid Query, Svelte Query
  • QueryClient configuration and cache management
  • Stale time, refetching, invalidation strategies
  • SSR/hydration with Next.js or other frameworks
  • Infinite scroll and paginated queries
  • Optimistic updates and mutations
  • TanStack Query ESLint plugin rules

How to find information

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify relevant section based on user's question
  3. Read specific files for details

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