with one click
catch-admin
catch-admin contains 10 collected skills from JaguarJack, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Parse table definition to extract module name, model name, table name, and field definitions. First step of CRUD generation.
Generate database migration file for CatchAdmin module.
Generate Eloquent model for CatchAdmin module with full CatchModel features.
Generate CRUD controller for CatchAdmin module.
Generate form request validation for CatchAdmin module.
Generate route configuration for CatchAdmin module.
Generate Excel export class for CatchAdmin module.
Generate Excel import class for CatchAdmin module.
Generate Vue frontend pages using catch-table for CatchAdmin module with full component features.
Generates complete CRUD module from database table definition. Orchestrates 9 sub-skills. Use when user says "create CRUD", "generate module from table", or provides a table structure.