data-table-filters
Build filterable React data tables with sorting, infinite scroll, and AI filters
All Skills in This Repository (15)
Pure Emerald Level Indicatorsdata-table-filters
Automate React data-table setup with faceted filters and BYOS state adapters.
web-design-guidelines
Audit HTML, CSS, and component files against Web Interface Guidelines.
game-changing-features
Identify and prioritize 10x product opportunities using a structured 5-step workflow.
shadcn
Manage shadcn/ui components and project contexts via registries and presets.
improve-codebase-architecture
Identify architectural friction and generate RFCs for module-deepening refactors.
skill-creator
Generate and package Claude skills with standardized templates and scripts.
next-best-practices
Consolidate Next.js best practices into a single actionable guide.
frontend-design
Design production-grade frontend interfaces from requirements across React, Vue, or HTML/CSS.
vercel-react-best-practices
Apply React and Next.js performance patterns to code reviews and refactors.
emil-design-eng
Encode Emil Kowalski's UI design philosophy into actionable interface guidelines.
vercel-composition-patterns
Implement scalable React composition patterns with explicit variants and context providers.
mcp-builder
Build MCP servers in Python or TypeScript with validated tool schemas.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core