Generates a complete, production-ready admin management interface including API services, validation models, and UI components.
The Admin CRUD Scaffold skill streamlines the development of administrative dashboards by generating a comprehensive suite of approximately 15 coordinated files. It automates the creation of API services, Yup validation schemas, filterable tables with infinite scroll, and multi-state forms for adding and editing resources. By strictly following established project patterns and naming conventions, it ensures that new entities—such as products, users, or articles—are integrated into the system with consistent architecture and UI styling in a fraction of the time it would take to build manually.
Key Features
01Creates robust API services using Axios with built-in authentication handling