What problem does it solve?
This Skill consolidates disparate TanStack library devtools into a single panel to reduce context switching and simplify debugging of queries, routing, and AI workflows in front-end applications.
Core Features & Use Cases
- Unified Panel: Central interface for inspecting TanStack Query caches, router state, and AI conversation metadata in real time.
- Plugin Architecture: Extensible system for built-in and custom plugins such as Query, Router, AI, state inspectors, and network loggers.
- Framework & Tooling Support: Type-safe plugin definitions, optional Vite integration, and recommendations for conditional inclusion or lazy loading in development builds.
- Use Cases: Diagnose slow or stale queries, trace router navigation issues, debug AI tool calls and token usage, and build domain-specific inspection panels for app state.
Quick Start
Enable the TanStack Devtools in your development build and register the React Query and Router plugins to inspect queries, routing, and AI messages live.