What problem does it solve?
Scaffold a complete admin CRUD feature with all required files: API service, validation models, table columns, admin pages (list/add/edit), admin components (header, table, filters, actions cell), and form components (shared form, add form, edit form). Use this skill whenever the user wants to add a new admin section, create CRUD pages, scaffold entity management, add an admin table, build admin forms for a new resource, or mentions "scaffold", "generate", "create admin pages for", "add management for", or "CRUD for [entity]". This is the most common development pattern in the project — trigger it proactively when the user describes any new entity that needs admin management.
Core Features & Use Cases
- Generates API service, validation models, and filters for a new admin resource.
- Creates admin pages (list, add, edit), admin components (header, table, filters, actions cell), and shared form components.
- Applies a standardized pattern across multiple entities to accelerate development and data management.
Quick Start
Provide the entity name and required fields, then run the scaffold to generate a complete admin CRUD setup.