tanstack-table
Installation
SKILL.md
TanStack Table Skill
When to use
- Admin dashboards with complex tables (sorting/filtering/pagination/column visibility).
Workflow checklist
- Keep column definitions typed and stable (memoize columns and data).
- Prefer simple lists when the UX doesn’t need a full table engine.
- Ensure accessibility: keyboard nav, focus styles, headers/aria.
Tooling
- Use TanStack MCP for table API patterns and performance guidance.
- Use shadcn MCP for table UI primitives and variants.