materialreacttable-mastery

materialreacttable-mastery is a skill for Claude Code from georgekhananaev/claude-skills-vault. It costs 42 tokens per session (2,758 once invoked), scanned A, original, MIT.

A guide for building feature-rich data tables with Material React Table, a React table library styled with Material UI. It covers editing, filtering, sorting, pagination, and handling large datasets.

In plain words
What is it for?
It helps create typed table columns, CRUD editing, server-side pagination and filtering, virtualization, state persistence, exports, and version migrations.
Why use it?
It helps avoid designing table behavior from scratch and addresses common issues with server-side data and large result sets.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It helps create typed table columns, CRUD editing, server-side pagination and filtering, virtualization, state persistence, exports, and version migrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add georgekhananaev/claude-skills-vault --skill materialreacttable-mastery
Clone the repo
git clone --depth 1 https://github.com/georgekhananaev/claude-skills-vault

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for materialreacttable-mastery

README.md
[![agentmods](https://agentmods.dev/badge/skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery/github.svg)](https://agentmods.dev/skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery)
Your own site
<a href="https://agentmods.dev/skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery"><img src="https://agentmods.dev/badge/skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for materialreacttable-mastery

Your own site · 80×15
<a href="https://agentmods.dev/skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery"><img src="https://agentmods.dev/badge/skills/georgekhananaev/claude-skills-vault/materialreacttable-mastery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,758 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.02758
Opus 5 $0.00021 $0.01379
Sonnet 5 $0.00008 $0.00552
Haiku 4.5 $0.00004 $0.00276

Measured 9d ago against content hash e5ed1800265e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

materialreacttable-mastery scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/materialreacttable-mastery/SKILL.md · 322 lines

How it starts

The opening of the file, as written. The whole thing — 322 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Material React Table Mastery

Build production-grade data tables w/ MRT V3 (TanStack Table V8 + MUI).

Maintenance status (June 2026): MRT V3 is still the latest major, but the last npm release (3.2.1) shipped March 2025 — the project is effectively dormant. MUI is now at v9 (latest-v7 = 7.3.x) while MRT officially pairs w/ MUI v6; v7+ support is tracked in open issue #1401 (no resolution). For NEW projects, weigh this lock-in; for existing ones, pin @mui/[email protected].

When to Use

  • Building data tables with MUI styling
  • Server-side pagination/filtering/sorting
  • CRUD editing (inline, modal, cell, table)
  • Large dataset virtualization (10k+ rows)
  • Complex filtering (date range, multi-select, faceted)
  • Migrating between MRT versions (V1→V2→V3)
  • MUI v7 compatibility issues

Triggers

  • /mrt-init - Initialize MRT setup w/ dependencies
  • /mrt-column - Generate typed column definitions
  • /mrt-crud - Add CRUD editing capabilities
  • /mrt-server - Configure server-side pagination/filtering/sorting
  • /mrt-migrate - Migrate between MRT versions (V1→V2→V3)
  • /mrt-state - State management, persistence, controlled state
  • /mrt-export - Data export (CSV, Excel, PDF)
  • /mrt-a11y - Accessibility & keyboard navigation setup

Reference Files

Category Reference When to Load
Columns references/column_definitions.md Accessors, formatters, grouping, aggregation, V1→V2→V3 migration
Filtering references/filtering_sorting.md Filter variants, global search, faceted
Pagination references/pagination_virtualization.md Server-side, infinite scroll, virtualization
Editing references/editing_crud.md Inline, modal, row, cell, validation
Selection references/row_selection.md Multi-select, actions, bulk ops
Tree references/tree_data.md Hierarchical data, expand/collapse
Custom references/customization.md Toolbar, styling, mrtTheme, localization, z-index
State references/state_management_apis.md Table/row/cell APIs, state persistence, events
Advanced references/advanced_features.md A11y, export, drag & drop, click-to-copy
Versions references/version_compatibility.md Version matrix, migrations, prop renames

Read the full file on GitHub · 322 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 322 lines · 42 tokens per session scan A e5ed1800265e

Subscribe to this mod's changes

materialreacttable-mastery is a skill published in the GitHub repository georgekhananaev/claude-skills-vault (28 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 2,758 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

react-expert

Use when building React 18+ applications in .jsx or .tsx files, Next.js App Router projects, or create-react-app setups. Creates components, implements custom hooks, debugs rendering issues, migrates class components to functional, and implements state management. Invoke for Server Components, Suspense boundaries…

Jeffallan/claude-skills · 79 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

electron-dev

Electron desktop apps with React, TypeScript, and Vite. Use for IPC, window/tray, PTY terminals, WebRTC, and packaging.

jamditis/claude-skills-journalism · 34 tokens

tanstack-start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 +…

jezweb/claude-skills · 115 tokens

tailwind-theme-builder

Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever the user mentions Tailwind v4, setting up Tailwind theming, shadcn/ui colours, dark mode, or troubleshooting colours not working, tw-animate-css errors, @theme…

jezweb/claude-skills · 98 tokens