tanstack-suite

Audit TanStack package versions and usage from package.json.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/AndyMarigoldLabs/continuous-funding --skill tanstack-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-suite
Source: https://github.com/AndyMarigoldLabs/continuous-funding/tree/main/.claude/skills/tanstack-suite-skill
Command: npx skills add https://github.com/AndyMarigoldLabs/continuous-funding --skill tanstack-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill consolidates TanStack best-practices into a unified toolkit to audit, align, and optimize usage across TanStack Start, Router, Query, Table, DB, Store, Virtual, Pacer, Form, AI, and Devtools within a React project.

Core Features & Use Cases

  • Unified auditing: scans package.json dependencies to identify installed TanStack packages and detect mismatches across families (Router/Start, Query/Devtools) and missing host devtools.
  • Usage insight: reports where TanStack packages are imported and used, helping teams align versions and avoid conflicts.
  • Remediation guidance: provides actionable recommendations and a ready JSON report for automation.

Quick Start

From the project root, run the audit and usage-report scripts to generate a clear view of TanStack usage and version alignment.

Frequently Asked Questions about tanstack-suite

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

FAQPage Schema
How do I audit TanStack package version alignment in a React project?

Audit TanStack package version alignment by running the Skill's scripts from your project root to scan package.json dependencies, detect version mismatches across Router and Query families, and output JSON remediation reports.

Why does my TanStack Devtools show a missing-host issue after updating packages?

TanStack Devtools shows a missing-host issue when required host configurations are absent or plugin settings are misaligned. The Skill detects these missing-host issues and plugin configurations, then suggests actionable fixes.

Can I check version mismatches across TanStack Start, Router, and Query using only package.json?

You can check version mismatches across TanStack Start, Router, and Query using only access to your repository's package.json and standard Node tooling. The Skill scans dependencies and identifies installed packages without deep code analysis.

What is the best way to find where TanStack packages are imported and used in my codebase?

The best way to find where TanStack packages are imported is by generating a usage report with the Skill, which scans your project to report import locations and helps teams align versions and avoid conflicts.

Does the TanStack audit support all TanStack families like Table, DB, Form, and Virtual?

The audit supports TanStack Table, DB, Store, Virtual, Pacer, Form, AI, and Devtools usage. It consolidates best-practices into a unified toolkit to audit, align, and optimize usage across all these families within a React project.

How do I get a JSON report of TanStack version issues for automation?

Get a JSON report of TanStack version issues by running the audit scripts from the project root. The Skill outputs both human-friendly reports and a ready JSON report to guide remediation and automation workflows.