| Skill | Added | Review |
|---|---|---|
column-filtering packages/table-core/skills/column-filtering/SKILL.md Filter columns with columnFilteringFeature, filteredRowModel, filterFns, filterMeta, nested-row direction, and manualFiltering. Load for accessor compatibility, controlled filter updaters, fuzzy metadata, or client/server ownership. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
column-faceting packages/table-core/skills/column-faceting/SKILL.md Build faceted filter UIs with columnFacetingFeature, facetedRowModel, facetedUniqueValues, and facetedMinMaxValues. Load for facet counts, numeric ranges, own-filter exclusion, or server-page facet completeness. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
client-vs-server packages/table-core/skills/client-vs-server/SKILL.md Choose client or server ownership for filtering, grouping, sorting, expanding, and pagination in TanStack Table v9. Load for manual* flags, mixed pipelines, server counts, or deciding which dataset each row-model stage receives. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
api-not-found packages/table-core/skills/api-not-found/SKILL.md Diagnose missing TanStack Table v9 exports, options, state slices, and instance methods. Load before inventing an API when code sees a type error, undefined feature method, absent object key, adapter mismatch, or v8-shaped example. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
aggregation packages/table-core/skills/aggregation/SKILL.md Aggregate TanStack Table columns independently of grouping, including grand totals, caller-selected row totals, multiple keyed aggregations, custom context-based definitions, grouped merges, manual values, and worker constraints. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-virtual packages/svelte-table/skills/with-tanstack-virtual/SKILL.md Virtualize Svelte Table final row or column models with reactive counts and scroll targets, stable keys, dynamic measurement, absolute transforms, sticky regions, grid/flex sizing, and infinite data. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-query packages/svelte-table/skills/with-tanstack-query/SKILL.md Compose Svelte Query with Svelte Table manual filtering, sorting, and pagination using reactive query inputs, query-result data getters, server counts, and a single source of server-data truth. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/svelte-table/skills/table-state/SKILL.md Use Svelte 5 rune-aware table atoms and stores, $derived projections, reactive option getters, controlled $state or createTableState slices, external atoms, and auto-reset behavior without broad invalidation or snapshot mismatches. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
migrate-v8-to-v9 packages/svelte-table/skills/migrate-v8-to-v9/SKILL.md Complete Svelte v8-to-v9 migration reference: Svelte 5, createTable, beta.59 selector removal, explicit features and row-model slots, atom/rune state, rendering helpers, prototype methods, type generics, sorting, sizing, selection, and logical pinning. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/svelte-table/skills/getting-started/SKILL.md Create a Svelte 5 TanStack Table v9 table with createTable, explicit tableFeatures, rune-backed data getters, stable static inputs, FlexRender, and headless markup. Load when replacing createSvelteTable or pre-rune patterns. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/svelte-table/skills/create-table-hook/SKILL.md Define a Svelte createAppTable/createAppColumnHelper using the adapter's rune-capable createTableHook implementation, shared features/defaults, reactive per-table getters, optional App component registries, and typed table/cell/header context hooks. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-virtual packages/solid-table/skills/with-tanstack-virtual/SKILL.md Virtualize Solid Table row/column models and infinite Query data with createVirtualizer, reactive counts, scroll targets, stable keys, dynamic measurement, transforms, sticky regions, and grid/flex sizing. Load for Solid tracking or layout bugs. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-query packages/solid-table/skills/with-tanstack-query/SKILL.md Compose Solid Query reactive options with Solid Table manual server processing. Load for tracked query-key signals, query result getters, server row counts, keepPreviousData, and avoiding React Query patterns or duplicated data state. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/solid-table/skills/table-state/SKILL.md Read Solid-backed table atoms inside JSX, createMemo, createEffect, or table.Subscribe; own slices with Solid signals or external TanStack Store atoms; and apply value-or-updater callbacks correctly. Load for Solid tracking and controlled-state bugs. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
migrate-v8-to-v9 packages/solid-table/skills/migrate-v8-to-v9/SKILL.md Perform a complete @tanstack/solid-table v8-to-v9 migration: createTable, explicit features and row-model slots, getter-based Solid reactivity, atom state, rendering, composable tables, type helpers, and every shared API rename and semantic change. Use for migration plans, implementation, or audits. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/solid-table/skills/getting-started/SKILL.md Create a Solid Table v9 table with createTable, explicit tableFeatures, reactive data getters, stable static inputs, and Solid JSX/FlexRender. Load when starting a Solid table, replacing createSolidTable, or adapting React examples. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/solid-table/skills/create-table-hook/SKILL.md Create reusable Solid table infrastructure with createTableHook, createAppTable, createAppColumnHelper, shared features/defaults, component registries, App wrappers, and typed context hooks. Load for recurring app conventions, reactive per-table getters, or prop drilling. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
devtools packages/solid-table-devtools/skills/devtools/SKILL.md Connect Solid Table v9 instances to Devtools with tableDevtoolsPlugin and useTanStackTableDevtools in the proper reactive owner. Load for missing targets, required options.key, enabled state, cleanup, or development versus explicit production exports. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-virtual packages/react-table/skills/with-tanstack-virtual/SKILL.md Virtualize final React Table row or column models with TanStack Virtual. Load for useVirtualizer counts, scroll elements, stable keys, data-index measurement, dynamic heights, sticky headers/columns, grid/flex geometry, or infinite fetching; Virtual is renderer composition, not a Table feature. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-query packages/react-table/skills/with-tanstack-query/SKILL.md Compose React Table v9 with TanStack Query for server filtering, sorting, pagination, and infinite data. Load for query-key table state, manual* processing boundaries, server rowCount, keepPreviousData, or avoiding duplicated query-result state. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/react-table/skills/table-state/SKILL.md Read, select, subscribe to, and control React Table v9 state with useTable selectors, table.state, table.Subscribe, table.atoms, table.store, and external TanStack Store atoms. Load for controlled state, render performance, or React Compiler builder-method subscription problems. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
migrate-v8-to-v9 packages/react-table/skills/migrate-v8-to-v9/SKILL.md Perform a complete @tanstack/react-table v8-to-v9 migration: hook and feature architecture, row-model slots, React state and subscriptions, rendering, composable tables, type helpers, and every shared API rename and semantic change. Use for migration plans, implementation, or audits. Treat useLegacyTable only as a deprecated temporary bridge. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/react-table/skills/getting-started/SKILL.md Create and render a TanStack React Table v9 table with useTable, tableFeatures, stable data and columns, row/header models, and table.FlexRender. Load for a first React table, headless rendering, or when v8 useReactTable examples are producing the wrong setup. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/react-table/skills/create-table-hook/SKILL.md Build reusable React table infrastructure with createTableHook, useAppTable, createAppColumnHelper, shared features/defaults, component registries, AppTable/AppCell/AppHeader wrappers, and typed context hooks. Load for recurring application table conventions, scoped contexts, HMR cycles, or table prop drilling. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
devtools packages/react-table-devtools/skills/devtools/SKILL.md Connect React Table v9 instances to Devtools with tableDevtoolsPlugin and useTanStackTableDevtools. Load for missing Table panels, registration lifecycle, required options.key, enabled state, or development versus explicit production exports. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc |