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, tRPCreferences/— 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 listbash
pnpm dlx skills listbash
yarn dlx skills listbash
bunx skills listYou should see tanstack-fetch. Open Customize → Skills in Cursor to confirm.
