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 instructions/openstatushq/data-table-filters/agents-mdgit clone --depth 1 https://github.com/openstatusHQ/data-table-filtersWhat 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.01211 | $0.01211 |
| Opus 5 | $0.00606 | $0.00606 |
| Sonnet 5 | $0.00242 | $0.00242 |
| Haiku 4.5 | $0.00121 | $0.00121 |
Grade A, and why
data-table-filters AGENTS.md 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 — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Two audiences. Pick the section that matches what you're doing.
A. Using data-table-filters in someone's project
What this is: a set of shadcn registry blocks — React components, a schema system, and server-side query helpers — that you copy into the user's repo with the shadcn CLI. It is not an npm dependency. There is nothing to wrap and nothing to eject from; after install, the code belongs to the user.
Stack: React 19+, TanStack Table v8, Tailwind CSS v4, shadcn/ui. Next.js App Router is first-class; the blocks work in any React app.
Load the full instructions before wiring anything up:
| Resource | What it gives you |
|---|---|
| https://data-table.openstatus.dev/api/mcp | These docs as an MCP server — see below |
| https://data-table.openstatus.dev/llms.txt | Index: blocks, install recipes, docs links |
| https://data-table.openstatus.dev/llms-full.txt | Every documentation page in one file |
| https://data-table.openstatus.dev/r/index.md | Block catalog with install commands and dependencies |
| https://data-table.openstatus.dev/docs/quick-start.md | Any docs page as raw markdown — append .md to the URL |
If you can use MCP, add the docs server and ask it instead of fetching
pages. Streamable HTTP, no auth, four read-only tools: get_install_plan (goal
→ the exact shadcn command, wiring notes, and what to read next), search_docs,
get_doc, list_blocks.
claude mcp add --transport http data-table-filters https://data-table.openstatus.dev/api/mcp
Claude Code users: install the skill instead of reading the docs each time.
/plugin marketplace add openstatushq/data-table-filters
/plugin install data-table-filters@openstatus
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 · 116 lines · 1,211 tokens per session scan A b32ce8a10cfa
data-table-filters AGENTS.md is an instructions file published in the GitHub repository openstatusHQ/data-table-filters (2,206 stars, last pushed 4d ago), licensed MIT. It adds 1,211 tokens to every session, about $0.0061 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-30.
Other instructions, from other repositories
rush AGENTS.md
Instructions for onurhan1337/rush, covering project rules for ikas app starter app (next.js), core principles, stack overview, mcp usage and graphql and api workflow.
coss AGENTS.md
AGENTS.md instructions for cosscom/coss, covering agents.md and main documentation.
rsc-boundary AGENTS.md
Instructions for foxted/rsc-boundary, covering agents.md — rsc boundary, purpose, layout, stack and commands (repo root).
mantine-analytics-dashboard CLAUDE.md
Instructions for design-sparx/mantine-analytics-dashboard, covering claude.md, project overview, essential development commands, development and storybook.
fe-rail CLAUDE.md
Claude Code instructions for sh5623/fe-rail, covering fe-rail — claude 에이전트 컨텍스트, 이 저장소의 목적, 하네스 구조 (harness layers), 레이어별 역할 and 훅 프로파일 · 회귀 eval.
MagicAIBuilder CLAUDE.md
Instructions for KaelSensei/MagicAIBuilder, covering magicaibuilder — project instructions, skills — load these for the right job, project-specific rules (not covered by any skill), branch flow — dev → staging → main and documentation discipline.