Parse table definition to extract module name, model name, table name, and field definitions. First step of CRUD generation.
Source text: Chinese
Menu
SkillsMP has collected 10 skills from JaguarJack/catch-admin. Open a skill to review its source and details.
Showing 10 of 10 collected skills.
Parse table definition to extract module name, model name, table name, and field definitions. First step of CRUD generation.
Source text: Chinese
Generate database migration file for CatchAdmin module.
Source text: Chinese
Generate Eloquent model for CatchAdmin module with full CatchModel features.
Generate CRUD controller for CatchAdmin module.
Generate form request validation for CatchAdmin module.
Source text: Undetermined
Generate route configuration for CatchAdmin module.
Source text: Undetermined
Generate Excel export class for CatchAdmin module.
Generate Excel import class for CatchAdmin module.
Source text: Undetermined
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.
Source text: Mixed languages