tanstack-intent
Installation
SKILL.md
Ask Intent for installed-package docs before answering, planning, reviewing, or editing any TanStack work.
Load
- Identify relevant
@tanstack/*packages from request, imports, nearestpackage.json; never assume version. - At package root run:
bunx @tanstack/intent@latest list --json
- Match
skills[].packageName,description, anduse; load each exact id:
bunx @tanstack/intent@latest load "$use_id"
- Load its
requires; compositions load every owner, such as Router+Query or Table+Query.