tanstack-devtools

Consolidate TanStack debugging into a single extensible panel.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/iEnergyy/opsflow --skill tanstack-devtools-ienergyy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tanstack-devtools
Source: https://github.com/iEnergyy/opsflow/tree/main/.agents/skills/tanstack-devtools
Command: npx skills add https://github.com/iEnergyy/opsflow --skill tanstack-devtools-ienergyy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TanStack Devtools addresses the fragmentation of debugging tools by providing a single, extensible panel that unifies TanStack Query, Router, and related libraries.

Core Features & Use Cases

  • Unified panel for multiple TanStack devtools
  • Real-time state inspection and plugin support
  • Framework-agnostic core with a lightweight implementation

Quick Start

Install the package and wrap your app with TanStackDevtools to begin inspecting queries and routes.

Frequently Asked Questions about tanstack-devtools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug TanStack Query and Router state in a single panel?▼

A unified devtools panel consolidates TanStack Query and Router debugging into a single interface for real-time state inspection. You wrap your application with the provider to inspect queries and routes simultaneously during development.

What is the best way to inspect TanStack queries across different frameworks?▼

A framework-agnostic devtools core provides the best way to inspect TanStack queries across different frameworks. Its lightweight implementation unifies debugging without locking you into a specific framework environment.

Can I extend React devtools with custom plugins for TanStack state inspection?▼

You can extend React devtools with custom plugins for TanStack state inspection through the built-in plugin architecture. This extensible design allows adding custom panels and rendering devtools inside your application.

Does the TanStack devtools panel work without additional dependencies?▼

The TanStack devtools panel works without additional dependencies, featuring an empty dependency list. Its lightweight implementation ensures a framework-agnostic core that integrates smoothly into existing development workflows.

How do I add a devtools panel inside my React application?▼

To add a devtools panel inside your React application, install the package and wrap your app with the TanStackDevtools component. This renders optional built-in panels for real-time state inspection during development.

Why should I use a unified devtools panel instead of separate debugging tools?▼

You should use a unified devtools panel to solve the fragmentation of debugging tools across TanStack libraries. It streamlines dev workflows by providing a single, extensible interface instead of managing multiple separate debugging tools.