materialreacttable-mastery

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

Expert guidance for building data tables with Material React Table V3, a React table library styled with MUI. It covers tables that support operations such as filtering, sorting, editing, and pagination.

In plain words
What is it for?
Use it to create typed columns, server-side table operations, CRUD editing, virtualization, filters, exports, state handling, and accessibility features.
Why use it?
It helps organize the setup of complex tables and address version, styling, accessibility, and large-data concerns.

Skill for Claude CodeCodex

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.

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

Made for: Claude Code, Codex.

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/hackermanishackerman/claude-skills-vault/materialreacttable-mastery.svg)](https://agentmods.dev/skills/hackermanishackerman/claude-skills-vault/materialreacttable-mastery)
Your own site
<a href="https://agentmods.dev/skills/hackermanishackerman/claude-skills-vault/materialreacttable-mastery"><img src="https://agentmods.dev/badge/skills/hackermanishackerman/claude-skills-vault/materialreacttable-mastery.svg" alt="Measured on agentmods" 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,678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.02678
Opus 5 $0.00021 $0.01339
Sonnet 5 $0.00008 $0.00536
Haiku 4.5 $0.00004 $0.00268

Measured 3d ago against content hash a0b83d825046, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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.

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

How it starts

The opening of the file, as written. The whole thing — 316 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).

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

Core Tenets

1. TanStack Table Foundation

Read the full file on GitHub · 316 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. 3d ago First seen · 316 lines · 42 tokens per session scan A a0b83d825046

Subscribe to this mod's changes

materialreacttable-mastery is a skill published in the GitHub repository hackermanishackerman/claude-skills-vault (2 stars, last pushed 5d ago), licensed MIT. It adds 42 tokens to every session and 2,678 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-08-31.

Related

Other skills, from other repositories

tauri-django-react

Agents should invoke this skill for Tauri + Django + React desktop apps, especially backend lifecycle, CORS/auth, frontend integration, mandatory light/dark theming, German/English i18n, build packaging, dual desktop/web deployment, Rust commands, and platform-specific gotchas.

Firstp1ck/pi-coding-agent-forge · 63 tokens

mandu-composition

React composition patterns for Mandu applications. Use when designing Island components, managing shared state, or building reusable component APIs. Triggers on compound components, context providers, boolean props, or component architecture tasks.

konamgil/mandu · 48 tokens

diceui

Build complex, accessible UI components using DiceUI — combobox, tags-input, sortable, kanban, data-table, file-upload, color-picker, and 40+ more. Use when the user wants to add any DiceUI component, mentions @diceui packages, asks for complex interactive components like combobox, sortable lists, kanban boards…

vobase/vobase · 116 tokens

veryfront

Build Veryfront apps. Use for real-time errors, route preview, HMR control, and scaffolding pages/APIs/components/AI tools.

veryfront/veryfront-code · 32 tokens

tanstack-query-best-practices

TanStack Query (React Query) best practices for data fetching, caching, mutations, and server state management. Activate when building data-driven React applications with server state.

vobase/vobase · 41 tokens

tanstack-router-best-practices

TanStack Router best practices for type-safe routing, data loading, search params, and navigation. Activate when building React applications with complex routing needs.

vobase/vobase · 37 tokens