一键导入
catchadmin-upload
Use when implementing file/image upload, local upload, cloud upload, chunk upload, or attachment picker flows in CatchAdmin Vue code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when implementing file/image upload, local upload, cloud upload, chunk upload, or attachment picker flows in CatchAdmin Vue code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when installing or troubleshooting a CatchAdmin Pro project, including database setup, Laravel initialization, module setup, frontend env configuration, and project startup.
Use when creating or modifying CatchAdmin backend modules, controllers, models, migrations, enums, routes, services, or other PHP/Laravel code under `modules/`.
Use when generating CatchAdmin CRUD code from SQL or table definitions inside an existing module, producing backend files, Vue views, routes, and menus.
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.
Use when creating or editing CatchAdmin Vue pages, catch-table lists, dialog forms, search forms, or view-layer CRUD flows under `web/src/views/`.
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/`.
| name | catchadmin-upload |
| description | Use when implementing file/image upload, local upload, cloud upload, chunk upload, or attachment picker flows in CatchAdmin Vue code. |
Use the current upload component in web/src/components/admin/upload/ that matches the storage path and model shape.
UploadImage, UploadFile, UploadFiles, UploadAttach, index.vueOssUpload, CosUpload, QiniuUploadChunkUploadAttachUploadPrefer useUpload.ts for local and cloud-adjacent upload flows, and useChunkUpload.ts for resumable chunk workflows.
See references/upload-paths.md for the current component matrix, prop notes, and backend endpoint shape.