pure-admin-crud-generator
Installation
SKILL.md
Pure Admin Thin CRUD Generator
Overview
Generate runnable Vue pages under src/views/<module>/ and route modules under src/router/modules/ from local swagger-ts-api output in src/api/swagger/Api.ts and API wrapper behavior in src/api/api.ts.
This is an AI-first generator skill. Do not use external OpenAPI generators and do not add helper codegen scripts.
When to Use
ALWAYS use this skill when the user asks to scaffold or update pure-admin-thin admin pages, including:
- CRUD pages (
index.vue,edit.vue, optionaldetail.vue) - dashboard-first admin pages
- route module files under
src/router/modules - action buttons backed by non-CRUD APIs (retry/enable/disable/export etc.)
- ANY admin management interface in a pure-admin-thin project