TanStackTanStackOfficialยท9 Agent Skills Included

devtools

Unified debugging panels, plugins, and event tooling for web apps

Adds a unified debugging panel to React, Vue, Solid, Preact, and Angular apps for inspecting state and behavior in real time. Configures the Vite plugin for source inspection, console piping, enhanced logs, and automatic production stripping. Builds custom plugin panels with typed event clients, two-way app communication, and marketplace publishing. Eliminates manual wiring, version mismatches, and silent setup failures.
npx skills add TanStack/devtools --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install TanStack Devtools?โ–ผ

Run `npx skills add TanStack/devtools --all -g -y` in your terminal to install all skills in this suite globally.

What does TanStack Devtools do?โ–ผ

It adds a unified debugging panel to your web app for inspecting state, queries, and routing in real time. It works with React, Vue, Solid, Preact, Angular, and Svelte.

How do I keep devtools out of production builds?โ–ผ

The Vite plugin strips all devtools code automatically during production builds by default. For non-Vite projects, use conditional imports or the NoOp plugin variants for tree-shaking.

Can I build custom devtools plugins?โ–ผ

Yes. The skills cover building custom panels with typed event clients, two-way app communication, and publishing your plugin to the built-in marketplace.

Does it work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’