data-table-filters AGENTS.md

A set of project instructions for using and contributing to data-table-filters, a collection of React table components and server-side query helpers that are copied into a project rather than installed as a package.

In plain words
What is it for?
Adding data tables to a React or Next.js project, finding the right blocks and dependencies, and contributing changes to the data-table-filters repository.
Why use it?
It gives coding agents the setup steps, documentation links, installation recipes, and warnings needed to add the components correctly.

Instructions file for CodexOpenCode

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 instructions/openstatushq/data-table-filters/agents-md
Clone the repo
git clone --depth 1 https://github.com/openstatusHQ/data-table-filters

Made for: Codex, OpenCode.

Per session 1,211 This file is loaded in full into every session.
When invoked 1,211 The same file — it is already loaded in full.
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.01211 $0.01211
Opus 5 $0.00606 $0.00606
Sonnet 5 $0.00242 $0.00242
Haiku 4.5 $0.00121 $0.00121

Measured 3d ago against content hash b32ce8a10cfa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 116 lines

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

Read the full file on GitHub · 116 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 · 116 lines · 1,211 tokens per session scan A b32ce8a10cfa

Subscribe to this mod's changes

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.