data-table-filters: Skill for Claude Code

.agents/skills/shadcn/SKILL.md

shadcn is a skill for Claude Code, Codex from openstatusHQ/data-table-filters. It costs 90 tokens per session (3,970 once invoked), scanned A, a copy of shadcn, MIT.

A toolkit for adding and managing shadcn/ui interface components directly in a web project. It also provides project context, component documentation, and usage examples.

In plain words
What is it for?
Use it to add, search, style, compose, debug, and fix shadcn/ui components and projects, including projects with a components.json file.
Why use it?
It helps developers find and reuse existing components instead of building similar interface pieces from scratch. It also reduces guesswork when styling or fixing shadcn/ui components.

Skill for Claude CodeCodex

Written for Claude Code and Codex: user-invocable in frontmatter, but also agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is openstatusHQ/data-table-filters's own configuration. It tells Claude Code and Codex how to work on data-table-filters itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything data-table-filters configures →

Part of the data-table-filters plugin — 15 skills, 1 hook, 2 MCP servers shipped together

About the project

openstatusHQ/data-table-filters is a React toolkit for building data tables with filters, sorting, scrolling, and reusable table components. It helps developers create filterable tables using shadcn/ui and TanStack Table. The catalogue add-ons provide table blocks, state adapters, cell renderers, query integration, and other parts of its workflow.

openstatusHQ/data-table-filters · 2,225 stars · on GitHub · logs.run

Reuse

Borrowing it

Nothing to install: this file belongs to openstatusHQ/data-table-filters. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/openstatusHQ/data-table-filters/main/.agents/skills/shadcn/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/openstatusHQ/data-table-filters

Made for: Claude Code, Codex.

Or install data-table-filters, the plugin that ships this one along with the rest of its 15 skills, 1 hook, 2 MCP servers.

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 shadcn

README.md
[![agentmods](https://agentmods.dev/badge/skills/openstatushq/data-table-filters/shadcn.svg)](https://agentmods.dev/skills/openstatushq/data-table-filters/shadcn)
Your own site
<a href="https://agentmods.dev/skills/openstatushq/data-table-filters/shadcn"><img src="https://agentmods.dev/badge/skills/openstatushq/data-table-filters/shadcn.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,970 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 89% copy Near-identical to another mod 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.1 $0.00090 $0.03970
Opus 5 $0.00045 $0.01985
Sonnet 5 $0.00018 $0.00794
Haiku 4.5 $0.00009 $0.00397

Measured 7d ago against content hash cefd8f067461, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

shadcn 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 7d 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.

Origin

This is a copy

89% identical to shadcn — 59 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/shadcn/SKILL.md · 241 lines

How it starts

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

shadcn/ui

A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI.

IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest, pnpm dlx shadcn@latest, or bunx --bun shadcn@latest — based on the project's packageManager. Examples below use npx shadcn@latest but substitute the correct runner for the project.

Current Project Context

!`npx shadcn@latest info --json 2>/dev/null || echo '{"error": "No shadcn project found. Run shadcn init first."}'`

The JSON above contains the project config and installed components. Use npx shadcn@latest docs <component> to get documentation and example URLs for any component.

Principles

  1. Use existing components first. Use npx shadcn@latest search to check registries before writing custom UI. Check community registries too.
  2. Compose, don't reinvent. Settings page = Tabs + Card + form controls. Dashboard = Sidebar + Card + Chart + Table.
  3. Use built-in variants before custom styles. variant="outline", size="sm", etc.
  4. Use semantic colors. bg-primary, text-muted-foreground — never raw values like bg-blue-500.

Critical Rules

These rules are always enforced. Each links to a file with Incorrect/Correct code pairs.

Styling & Tailwind → styling.md

  • className for layout, not styling. Never override component colors or typography.
  • No space-x-* or space-y-*. Use flex with gap-*. For vertical stacks, flex flex-col gap-*.
  • Use size-* when width and height are equal. size-10 not w-10 h-10.
  • Use truncate shorthand. Not overflow-hidden text-ellipsis whitespace-nowrap.
  • No manual dark: color overrides. Use semantic tokens (bg-background, text-muted-foreground).
  • Use cn() for conditional classes. Don't write manual template literal ternaries.
  • No manual z-index on overlay components. Dialog, Sheet, Popover, etc. handle their own stacking.

Read the full file on GitHub · 241 lines

Files

What ships with it

12 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.

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. 7d ago First seen · 241 lines · 90 tokens per session scan A cefd8f067461

Subscribe to this mod's changes

shadcn is a skill published in the GitHub repository openstatusHQ/data-table-filters (2,225 stars, last pushed 2d ago), licensed MIT. It adds 90 tokens to every session and 3,970 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to shadcn, differing in 59 lines, and is treated as a copy.

Related

Other skills, from other repositories

coss

Helps implement coss UI components correctly. Use when building UIs with coss primitives and patterns (buttons, dialogs, selects, forms, menus, tabs, segmented controls, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior.…

cosscom/coss · 85 tokens

copilotkit-debug

Use when diagnosing CopilotKit issues -- runtime connectivity failures, agent not responding, streaming errors, tool execution problems, transcription failures, version mismatches, and AG-UI event tracing.

CopilotKit/CopilotKit · 42 tokens

copilotkit-agui

Use when building custom agent backends, implementing the AG-UI protocol, debugging streaming issues, or understanding how agents communicate with frontends. Covers event types, SSE transport, AbstractAgent/HttpAgent patterns, state synchronization, tool calls, and human-in-the-loop flows.

CopilotKit/CopilotKit · 61 tokens

inspector-workbench

Runs Inspector UI work on the standalone Threads state lab so the agent can see the overlay. Use when a CopilotKit employee asks an agent to fix, polish, add, or debug Inspector UI, chrome, panes, overlay actions, launcher, Home, Threads, Playground, Memory, or any visual behavior in @copilotkit/web-inspector. Don't…

CopilotKit/CopilotKit · 112 tokens

coss-particles

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

cosscom/coss · 46 tokens

capacitor-ios

Build and ship Three.js apps on Capacitor iOS with Vite and Swift Package Manager: GLTF loading, assetsindex animation UI, OrbitControls mouse/touch mappings, and iOS sync/run troubleshooting.

kyh/vibedgames · 46 tokens