tanstack
v0.2.0Version-aware skills for the TanStack ecosystem (Query, Router, Start, Table, Form, DB, Virtual, Store, Pacer, AI). Uses the official @tanstack/intent CLI to load skills shipped inside the installed npm packages.
By TanStackLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tanstack for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add tanstack@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “tanstack” remain stable.
- Codex:
tanstack@agent-plugin-marketplace→tanstack@pleaseai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tanstack/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/use-tanstack/SKILL.md
Included Skills1
Answer questions and write code for TanStack libraries using version-accurate, officially shipped Agent Skills instead of training data. Use when working with any @tanstack/* package or TanStack library: Query (react-query, solid-query, vue-query — useQuery, useMutation, QueryClient, queryOptions, invalidation, optimistic updates), Router (@tanstack/react-router — createFileRoute, loaders, search params, path params, type-safe navigation), Start (full-stack framework — server functions, SSR, streaming), Table (headless tables — useReactTable, columns, sorting, filtering, pagination), Form (useForm, field validation), DB (createCollection, live queries, optimistic mutations, sync adapters), Virtual (useVirtualizer, list/grid virtualization), Store, Pacer (debounce/throttle/queue), AI, Devtools, Config, or CLI. Also use when the user mentions tanstack.com docs or the @tanstack/intent CLI.
Plugin manifests2
{
"name": "tanstack",
"version": "0.2.0",
"description": "Version-aware skills for the TanStack ecosystem (Query, Router, Start, Table, Form, DB, Virtual, Store, Pacer, AI). Uses the official @tanstack/intent CLI to load skills shipped inside the installed npm packages.",
"author": {
"name": "TanStack",
"url": "https://tanstack.com"
},
"interface": {
"displayName": "Tanstack",
"shortDescription": "Version-aware skills for the TanStack ecosystem (Query, Router, Start, Table, Form, DB, Virtual, Store, Pacer, AI)",
"longDescription": "Version-aware skills for the TanStack ecosystem (Query, Router, Start, Table, Form, DB, Virtual, Store, Pacer, AI). Uses the official @tanstack/intent CLI to load skills shipped inside the installed npm packages.",
"developerName": "TanStack",
"category": "Framework",
"capabilities": [
"Skill"
],
"defaultPrompt": [
"Help me use Tanstack for my current task."
],
"websiteURL": "https://tanstack.com/intent"
},
"homepage": "https://tanstack.com/intent",
"repository": "https://github.com/TanStack/intent",
"license": "MIT",
"keywords": [
"tanstack",
"query",
"router",
"start",
"table",
"form",
"db",
"virtual",
"intent"
],
"skills": "./skills/"
}{
"name": "tanstack",
"version": "0.2.0",
"description": "Version-aware skills for the TanStack ecosystem (Query, Router, Start, Table, Form, DB, Virtual, Store, Pacer, AI). Uses the official @tanstack/intent CLI to load skills shipped inside the installed npm packages.",
"author": {
"name": "TanStack",
"url": "https://tanstack.com"
},
"homepage": "https://tanstack.com/intent",
"repository": "https://github.com/TanStack/intent",
"license": "MIT",
"keywords": [
"tanstack",
"query",
"router",
"start",
"table",
"form",
"db",
"virtual",
"intent"
],
"skills": [
"./skills/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tanstack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tanstack)