data-table-filters CLAUDE.md

data-table-filters CLAUDE.md is an instructions file for coding agents from openstatusHQ/data-table-filters. It costs 1,088 tokens per session, scanned A, original, MIT.

Project-specific instructions for working on a React data-table system in a monorepo, a repository containing several related projects. They document the project structure, commands, and database setup using pnpm, Turborepo, Drizzle, and Postgres.

In plain words
What is it for?
Use them when developing, testing, linting, building, formatting, migrating the database, or adding registry components in this project.
Why use it?
They reduce the time spent discovering how the repository is organised, how to run checks, and how database-dependent tests behave without a database connection.

Instructions file

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

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 data-table-filters CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/openstatushq/data-table-filters/claude-md.svg)](https://agentmods.dev/instructions/openstatushq/data-table-filters/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/openstatushq/data-table-filters/claude-md"><img src="https://agentmods.dev/badge/instructions/openstatushq/data-table-filters/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,088 This file is loaded in full into every session.
When invoked 1,088 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.01088 $0.01088
Opus 5 $0.00544 $0.00544
Sonnet 5 $0.00218 $0.00218
Haiku 4.5 $0.00109 $0.00109

Measured 4d ago against content hash 98f2c53e7aa2, 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 CLAUDE.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 4d 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.md · 111 lines

How it starts

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

CLAUDE.md

Project overview

data-table-filters — a React data table system with faceted filters, sorting, infinite scroll, and virtualization. Delivered as shadcn registry blocks installable via npx shadcn@latest add.

Monorepo structure (pnpm + turborepo)

  • apps/web — Next.js app (docs site + demo). Uses App Router.
  • packages/registry — the shadcn registry source (components, utilities, Drizzle helpers)
  • packages/tsconfig — shared TS configs

Key commands

pnpm dev              # start all workspaces
pnpm build            # turbo build (includes registry:build)
pnpm lint             # turbo lint (eslint across workspaces)
pnpm typecheck        # tsc --noEmit across workspaces
pnpm test             # turbo test (vitest across workspaces)
pnpm format           # prettier --write .
pnpm registry:build   # build shadcn registry artifacts

Database

  • Drizzle ORM with Postgres (Supabase)
  • DB-dependent tests run in CI only (Postgres service container in GitHub Actions)
  • Tests use describe.skipIf(!hasDatabase) — they skip gracefully without DATABASE_URL
  • Migrations: pnpm --filter web db:drizzle:migrate
  • Seed test data: pnpm --filter web db:drizzle:seed-test

Coding standards

Before every commit, run local checks

The pre-commit hook (.claude/hooks/pre-commit-checks.sh) runs automatically before git commit. It enforces:

  1. pnpm prettier --check . — format check (fix with pnpm format if needed)
  2. pnpm turbo lint — eslint
  3. pnpm turbo typecheck — tsc --noEmit
  4. DATABASE_URL= pnpm turbo test — vitest (non-DB tests only)

If any step fails, fix it before committing. Do not use --no-verify or skip hooks.

After pushing, verify CI

DB-dependent tests (Drizzle integration tests) only run in GitHub Actions CI where Postgres is available. After pushing a branch or opening a PR, check CI status with gh run list or gh pr checks. If DB tests fail in CI, fix locally and push again.

Testing policy

Read the full file on GitHub · 111 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. 4d ago First seen · 111 lines · 1,088 tokens per session scan A 98f2c53e7aa2

Subscribe to this mod's changes

data-table-filters CLAUDE.md is an instructions file published in the GitHub repository openstatusHQ/data-table-filters (2,213 stars, last pushed today), licensed MIT. It adds 1,088 tokens to every session, about $0.0054 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.