jezweb / tanstack-table
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/tanstack-table && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2222" && unzip -o skill.zip -d .claude/skills/tanstack-table && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/tanstack-table/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build headless data tables with TanStack Table v8. Server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1. Prevents 12 documented errors. Use when building tables with large datasets, coordinating with TanStack Query, or fixing state management, performance, or React 19+ compatibility issues.