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.
npx agentmods add skills/hackermanishackerman/claude-skills-vault/materialreacttable-masterynpx skills add hackermanishackerman/claude-skills-vault --skill materialreacttable-masterygit clone --depth 1 https://github.com/hackermanishackerman/claude-skills-vaultWrote 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.
[](https://agentmods.dev/skills/hackermanishackerman/claude-skills-vault/materialreacttable-mastery)<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>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.
| Model | Per session | Once 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 |
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.
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
What ships with it
13 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/advanced_features.md 19 KB
- references/column_definitions.md 26 KB
- references/customization.md 8.5 KB
- references/editing_crud.md 5.8 KB
- references/filtering_sorting.md 4.3 KB
- references/pagination_virtualization.md 4.5 KB
- references/row_selection.md 4.8 KB
- references/state_management_apis.md 24 KB
- references/tree_data.md 5.0 KB
- references/version_compatibility.md 20 KB
- templates/BasicTable.tsx 1.8 KB
- templates/EditableTable.tsx 5.5 KB
- templates/ServerSideTable.tsx 5.8 KB
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.
- 3d ago First seen · 316 lines · 42 tokens per session scan A a0b83d825046
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.
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.
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.
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…
veryfront
Build Veryfront apps. Use for real-time errors, route preview, HMR control, and scaffolding pages/APIs/components/AI tools.
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.
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.