Builds TanStack Table implementations with proper server-side patterns for Cloudflare Workers and D1. Covers all three rendering modes (client, server, virtualized) plus the gnarly bits like column pinning, row grouping with aggregations, and TanStack Query integration for coordinated state. The real value is in the error prevention: it explicitly guards against 12 documented footguns including infinite re-renders, React 19 Compiler incompatibility, and server-side row selection bugs. If you're wiring up data tables that need to handle serious scale or complex interactions without fighting the library, this gives you the setup and the guardrails.
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-table