Skip to content

Agent skill ​

Teach Cursor, Claude Code, Codex, and other Agent Skills–compatible tools how to use tanstack-fetch correctly (shared client, Query signal, typed path params, SSE, SSR, plugins).

Install (one command) ​

Pick your runner — same skill either way:

Global (all projects on this machine):

From this docs site (direct skill URL):

What you get ​

Skill folder: .agents/skills/tanstack-fetch

  • SKILL.md — install, entry points, shared client, Query, errors, SSE, SSR, upload, tRPC
  • references/ — entry sizes + status-handler map

After install, invoke with /tanstack-fetch or let the agent pick it up when you work on HTTP / Query / SSE.

Manual install ​

bash
mkdir -p .agents/skills
curl -fsSL https://codeload.github.com/mohamadgarmabi/tanstack-fetch/tar.gz/main \
  | tar -xz --strip-components=3 -C .agents/skills \
    '*/.agents/skills/tanstack-fetch'

Or copy from the repo:

bash
cp -R path/to/tanstack-fetch/.agents/skills/tanstack-fetch .agents/skills/

Cursor also discovers .cursor/skills/, ~/.agents/skills/, and ~/.cursor/skills/.

Verify ​

bash
npx skills list
bash
pnpm dlx skills list
bash
yarn dlx skills list
bash
bunx skills list

You should see tanstack-fetch. Open Customize → Skills in Cursor to confirm.

MIT Licensed · Created by Mohammad Garmabi · Not an official TanStack package