Skip to main content
Run any Skill in Manus
with one click
GitHub repository

core

core contains 9 collected skills from catch-admin, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
5
updated
2026-04-25
Forks
8
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

catchadmin-install
software-developers

Use when installing or troubleshooting a CatchAdmin Pro project, including database setup, Laravel initialization, module setup, frontend env configuration, and project startup.

2026-04-25
catchadmin-backend
software-developers

Use when creating or modifying CatchAdmin backend modules, controllers, models, migrations, enums, routes, services, or other PHP/Laravel code under `modules/`.

2026-04-25
catchadmin-codegen
software-developers

Use when generating CatchAdmin CRUD code from SQL or table definitions inside an existing module, producing backend files, Vue views, routes, and menus.

2026-04-25
catchadmin-export
software-developers

Use when adding or modifying CatchAdmin export classes, controller export actions, export button wiring, Excel or CSV engine choice, or async export flow inside an existing module.

2026-04-25
catchadmin-frontend
web-developers

Use when creating or editing CatchAdmin Vue pages, catch-table lists, dialog forms, search forms, or view-layer CRUD flows under `web/src/views/`.

2026-04-25
catchadmin-frontend-utils
web-developers

Use when making custom HTTP requests, handling blob downloads, managing auth tokens or cache, showing messages or confirms, reading env vars, building URLs, formatting dates, loading module routes, or writing other shared frontend logic under `web/src/support/`.

2026-04-25
catchadmin-import
software-developers

Use when implementing Excel/CSV import classes, controller import endpoints, column-index validation, async import dispatch, or visual import flows under `modules/**/Excel/Import/`.

2026-04-25
catchadmin-module
software-developers

Use when creating a new module, scaffolding a module skeleton, setting up Installer or ServiceProvider files, registering a module, or adding the initial route placeholder.

2026-04-25
catchadmin-upload
software-developers

Use when implementing file/image upload, local upload, cloud upload, chunk upload, or attachment picker flows in CatchAdmin Vue code.

2026-04-25