openstatusHQopenstatusHQOfficialยท15 Agent Skills Included

data-table-filters

Build filterable React data tables with sorting, infinite scroll, and AI filters

Installs ready-made React data table blocks with faceted filters, sorting, infinite scroll, and virtualization via the shadcn CLI. Eliminates hand-building table state, filter UIs, and server-side query logic for large SQL-backed datasets. Includes schema generation, Drizzle ORM helpers, cell renderers, and AI natural-language filtering so agents wire up full tables from one request.
npx skills add openstatusHQ/data-table-filters --all -g -y
Available:

Tells the AI agent how to install the right registry blocks for a user's goal, which docs and MCP tools to consult, and which common wiring mistakes to avoid.

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

data-table-filters

Automate React data-table setup with faceted filters and BYOS state adapters.

Official
Intermediate
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

web-design-guidelines

Audit HTML, CSS, and component files against Web Interface Guidelines.

Official
Intermediate
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

game-changing-features

Identify and prioritize 10x product opportunities using a structured 5-step workflow.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

shadcn

Manage shadcn/ui components and project contexts via registries and presets.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

improve-codebase-architecture

Identify architectural friction and generate RFCs for module-deepening refactors.

Official
Intermediate
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

skill-creator

Generate and package Claude skills with standardized templates and scripts.

Official
Intermediate
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

next-best-practices

Consolidate Next.js best practices into a single actionable guide.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

frontend-design

Design production-grade frontend interfaces from requirements across React, Vue, or HTML/CSS.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

vercel-react-best-practices

Apply React and Next.js performance patterns to code reviews and refactors.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

emil-design-eng

Encode Emil Kowalski's UI design philosophy into actionable interface guidelines.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

vercel-composition-patterns

Implement scalable React composition patterns with explicit variants and context providers.

Official
Advanced
๐Ÿ“ฆ In Repo
openstatusHQopenstatusHQ

mcp-builder

Build MCP servers in Python or TypeScript with validated tool schemas.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install data-table-filters?โ–ผ

Run `npx skills add openstatusHQ/data-table-filters --all -g -y` in your terminal to install all skills in this suite globally.

How to add a filterable data table in React?โ–ผ

Ask your AI agent to add a filterable data table and it detects your stack, installs the right shadcn registry blocks, generates a schema, and wires everything up automatically.

Can it filter millions of rows server-side?โ–ผ

Yes. The Drizzle ORM helpers run filtering, faceted counts, sorting, and cursor pagination directly in SQL, so table size is bounded by your database, not the browser.

Does it support natural language filters?โ–ผ

Yes. The AI filter block turns plain-English queries into structured table filters using any LLM provider you connect through the Vercel AI SDK.

Does it work with Claude Code and other AI agents?โ–ผ

Yes. It ships a SKILL.md for agent-driven installs plus an MCP docs server, so Claude Code, Cursor, and other agents can plan and execute the setup.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’