| Skill | Added | Review |
|---|---|---|
with-tanstack-virtual packages/preact-table/skills/with-tanstack-virtual/SKILL.md Apply TanStack Virtual rendering to the final Preact Table row or column model through React compatibility or virtual-core. Load for adapter selection, reactive counts, scroll targets, stable keys, measurements, spacer geometry, sticky layout, sizing CSS, or overscan. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-query packages/preact-table/skills/with-tanstack-query/SKILL.md Compose native Preact Table v9 with @tanstack/preact-query using table state in query keys, manual server filtering/sorting/pagination, server counts, and stable query-result data. Load when React Query examples or manual* expectations are wrong for Preact. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/preact-table/skills/table-state/SKILL.md Read and own Preact Table v9 state with useTable selectors, selected table.state, table.Subscribe, table.atoms/store, controlled slices, and external Preact Store atoms. Load for snapshot-versus-subscription bugs or state render tuning. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
migrate-v8-to-v9 packages/preact-table/skills/migrate-v8-to-v9/SKILL.md Perform a complete Preact TanStack Table v8-to-v9 migration: remove React-through-preact/compat usage, adopt the native adapter, explicit features and row-model slots, Preact state and atoms, rendering, composition, types, and every shared API rename and semantic change. Use for migration plans, implementation, or audits. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/preact-table/skills/getting-started/SKILL.md Create a native @tanstack/preact-table v9 table with useTable, tableFeatures, stable inputs, row/header models, and Preact FlexRender helpers. Load when starting a Preact table or replacing @tanstack/react-table through preact/compat. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/preact-table/skills/create-table-hook/SKILL.md Create reusable Preact table infrastructure with createTableHook, useAppTable, createAppColumnHelper, shared options/features, optional component registries, App wrappers, and typed context hooks. Load for recurring conventions, scoped contexts, or prop drilling. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
devtools packages/preact-table-devtools/skills/devtools/SKILL.md Connect native Preact Table v9 instances to Devtools with tableDevtoolsPlugin and useTanStackTableDevtools. Load for React-package mixups, missing targets, required options.key, enabled state, cleanup, or development gating. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
fuzzy-ranking packages/match-sorter-utils/skills/fuzzy-ranking/SKILL.md Rank fuzzy matches with rankItem, filter with RankingInfo.passed, compare saved ranking metadata with compareItems, and configure rankings, thresholds, accessors, min/max bounds, or diacritics. Load for @tanstack/match-sorter-utils itself or fuzzy Table filterMeta wiring. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-virtual packages/lit-table/skills/with-tanstack-virtual/SKILL.md Virtualize Lit Table final row or column models with @tanstack/lit-virtual VirtualizerController, host lifecycle-aware counts, scroll refs, stable keys, dynamic measurement, sticky CSS, grid/flex sizing, and infinite data. Load for large rendered tables; Virtual is renderer composition, not tableFeatures. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/lit-table/skills/table-state/SKILL.md Use TableController-selected table.state, table.atoms/store, stable table.subscribe selectors, controlled reactive properties plus on*Change, and external TanStack Store atoms. Load when Lit state appears stale, host updates are too broad, or table state must be shared outside the element. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
migrate-v8-to-v9 packages/lit-table/skills/migrate-v8-to-v9/SKILL.md Complete Lit v8-to-v9 migration reference: TableController construction, explicit features and row-model slots, selected/atom state, FlexRender, createTableHook, type generics, prototype methods, sorting, sizing, selection, and logical pinning. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/lit-table/skills/getting-started/SKILL.md Create a TanStack Lit Table v9 table with a stable TableController host field, explicit tableFeatures, controller.table(options, selector) during render, and headless Lit templates. Load for first-table setup, TableController lifecycle, FlexRender, or adapting a React example to Lit. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/lit-table/skills/create-table-hook/SKILL.md Create a reusable Lit useAppTable/createAppColumnHelper layer with host-backed controllers, shared features/defaults, typed cell/header renderers, App wrappers, and useTableContext for custom-element controls. Load when multiple Lit tables share infrastructure or prop drilling obscures table context. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/ember-table/skills/table-state/SKILL.md Read, track, initialize, control, and reset TanStack Ember Table v9 state through Glimmer-reactive table APIs, baseAtoms, atoms, store, Ember createAtom, or @tracked state plus on*Change. Load for ownership precedence, updater callbacks, stale template state, options-thunk reactivity, or incorrect table.Subscribe/store.subscribe usage. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/ember-table/skills/getting-started/SKILL.md Create a TanStack Ember Table v9 table with useTable, a tracked options thunk, stable tableFeatures and columns, .gts templates, FlexRenderCell/Header/Footer, and correctly bound template helpers. Load for first-table setup, Glimmer reactivity, component cell renderers, or adapting another framework's example to Ember. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/ember-table/skills/create-table-hook/SKILL.md Share TanStack Ember Table v9 features, row-model slots, defaults, and inferred column helpers with createTableHook, createAppTable, createAppColumnHelper, and appFeatures. Load for recurring Ember table conventions, per-table overrides, or confusion with component/context registries from other adapters. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-virtual packages/angular-table/skills/with-tanstack-virtual/SKILL.md Virtualize Angular Table final row or column models inside the correct injection and reactive lifecycle with signal counts, scroll elements, keys, measurement, transforms, sticky regions, grid/flex sizing, and infinite data. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
with-tanstack-query packages/angular-table/skills/with-tanstack-query/SKILL.md Compose Angular Query with signal-owned Table filtering, sorting, and pagination state using reactive query options, manual row-model boundaries, direct query data, server counts, and valid injection context. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/angular-table/skills/table-state/SKILL.md Use Angular-signal-backed table.atoms, direct template reads, computed selectors, controlled signals, value-or-updater callbacks, and external Angular Store atoms while accounting for injectTable initializer reruns. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
migrate-v8-to-v9 packages/angular-table/skills/migrate-v8-to-v9/SKILL.md Complete Angular v8-to-v9 migration reference: injectTable and injection context, explicit features and row-model slots, signal/atom state, FlexRender directives, type generics, prototype methods, sorting, sizing, selection, and logical pinning. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/angular-table/skills/getting-started/SKILL.md Create an Angular TanStack Table v9 table with injectTable inside injection context, explicit stable tableFeatures and columns, signal-backed data, and FlexRender structural directives or helpers. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
create-table-hook packages/angular-table/skills/create-table-hook/SKILL.md Create an Angular injectAppTable/createAppColumnHelper abstraction with shared features/defaults, registered components, injectTableContext/injectTableCellContext/injectTableHeaderContext, and correct FlexRender component-versus-function handling. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
devtools packages/angular-table-devtools/skills/devtools/SKILL.md Register Angular Table v9 instances with injectTanStackTableDevtools inside injection context. Load for reactive table registration, required options.key, enabled or undefined tables, cleanup, Angular isDevMode gating, or explicit production exports. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
table-state packages/alpine-table/skills/table-state/SKILL.md Read automatically reactive Alpine table APIs in bindings and own slices with Alpine.reactive getters plus on*Change or external TanStack Store atoms. Load for controlled state, updater callbacks, selector gating, atom precedence, or code incorrectly adding table.Subscribe. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc | |
getting-started packages/alpine-table/skills/getting-started/SKILL.md Create an Alpine TanStack Table v9 table with createTable, explicit tableFeatures, Alpine.reactive data getters, x-for rendering, and FlexRender through x-html. Load for first-table setup, reactive options, or when nested Alpine directives rendered by x-html do not initialize. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9e523bc |