What problem does it solve? AI models often recall outdated TanStack APIs for Router, Query, Table, Form, and other libraries. This Skill retrieves the current official documentation on demand using the TanStack docs CLI instead of relying on stale training data or generic web search. ## Core Features & Use Cases - Docs Search: Runs npx @tanstack/cli search-docs with --library and --framework flags to find relevant pages, returning machine-readable JSON results. - Page Fetching: Retrieves full doc pages with npx @tanstack/cli doc <library> <path>, deriving the correct path from search result URLs. - Version-Aware Lookup: Supports --docs-version to match the package version installed in the project. - Use Case: While building a route with TanStack Router, ask whether file-based routing still works a certain way; the Skill searches the live Router docs and returns the current API page content. ## Quick Start Ask the assistant to check the current TanStack Router docs for file-based routing and it will search and fetch the relevant page using the TanStack CLI.