catch-admin
Generate complete Laravel admin modules from simple table definitions
All Skills in This Repository (10)
Pure Emerald Level Indicatorsrequest
Generate Laravel FormRequest validators for CatchAdmin module controllers.
controller
Generate a CRUD controller scaffold for a CatchAdmin Laravel module.
migration
Generate Laravel-compatible database migration files for CatchAdmin modules.
import
Generate Excel import classes for CatchAdmin modules with template-based row mapping.
routes
Generate Laravel route configurations for CatchAdmin modules with CRUD and auxiliary routes.
curd
Generates a complete CRUD module from a database table definition for CatchAdmin.
vue-pages
Generate Vue list and form pages for CatchAdmin modules with catch-table configurations.
parse-table
Parse table definitions to extract module, model, table, and field metadata.
export
Generate Excel export classes for Laravel-based CatchAdmin modules.
model
Generate Eloquent model classes for CatchAdmin modules with CatchModel features.
Frequently Asked Questions
FAQPage SchemaHow to install CatchAdmin skills?▼
Run `npx skills add JaguarJack/catch-admin --all -g -y` in your terminal to install all skills in this suite globally.
How to generate a CRUD module with AI?▼
Provide a simple table definition with field names and types, and the curd skill orchestrates nine sub-skills to produce the migration, model, controller, routes, and Vue pages automatically.
What is CatchAdmin used for?▼
CatchAdmin is a Laravel and Vue based admin framework with built-in permissions, menus, and code generation for quickly building CMS, CRM, and OA systems.
Does CatchAdmin work with Claude Code and Cursor?▼
Yes. The skills follow the universal SKILL.md standard and the AGENTS.md file lets AI coding assistants understand the project structure and conventions automatically.
Can I generate Excel import and export features?▼
Yes. Dedicated skills generate import and export classes for each module, wired directly into the controller and Vue table component.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core