admin-crud

Generate React admin dashboard scaffolding with data tables, filters, and bulk actions.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Mavrick91/tanstack-start-app --skill admin-crud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-crud
Source: https://github.com/Mavrick91/tanstack-start-app/tree/main/.claude/skills/admin-crud
Command: npx skills add https://github.com/Mavrick91/tanstack-start-app --skill admin-crud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create ready-to-use admin interfaces with consistent CRUD patterns, reducing boilerplate and accelerating frontend development.

Core Features & Use Cases

  • List and detail pages with data tables, filters, bulk actions, and dialogs.
  • Reusable components for resources, forms, and actions.
  • Use Case: Rapidly prototype admin panels for internal management tasks in existing apps.

Quick Start

Run the scaffold command to generate the admin CRUD pages in your project.

Frequently Asked Questions about admin-crud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a React admin dashboard with data tables and CRUD operations?

To generate a React admin dashboard with CRUD operations, run the scaffold command to produce a template-driven file structure with starter components for data tables, filters, and reusable UI. This ensures consistent admin interface patterns across your application.

What is the best way to reduce boilerplate when building admin interfaces?

The best way to reduce boilerplate when building admin interfaces is to use template-driven scaffolding that generates ready-to-use CRUD pages with reusable components for resources, forms, and bulk actions, accelerating frontend development.

Can I add bulk actions and filters to my React data tables?

Yes, you can add bulk actions and filters to your React data tables. The scaffolded admin dashboard includes built-in support for list pages with data tables, filters, bulk actions, and dialogs to manage your application data.

Does this admin CRUD scaffolding work for existing React apps?

Yes, this admin CRUD scaffolding works for existing React apps. It is designed to rapidly prototype admin panels for internal management tasks within your current project by applying consistent CRUD patterns and reusable components.

What components are included in the generated admin dashboard scaffolding?

The generated admin dashboard scaffolding includes reusable UI components for resources, forms, and actions, along with list and detail pages featuring data tables, filters, bulk actions, and dialogs for consistent frontend development.