This is the skill you want when you're building data tables that need to handle real backend data at scale. It covers TanStack Table v8 patterns for server-side pagination, filtering, and sorting, with specific focus on Cloudflare Workers and D1 integration. You get seven production templates including virtualization for massive datasets, TanStack Query coordination to avoid double-fetching headaches, and URL state sync. The skill explicitly documents the gotchas that trip people up: manual pagination state management, query key coordination, and the columnSizingInfo performance trap. If you're doing anything beyond a simple client-side table or migrating from an older React Table version, this has the patterns you need without the usual trial and error.
npx skills add https://github.com/secondsky/claude-skills --skill tanstack-table