SusieCmySusieCmyCommunityยท1 Agent Skills Included

vben-skills

Generate complete CRUD modules for Vue Vben Admin

Generates complete CRUD modules for Vue Vben Admin projects, including pages, forms, tables, API interfaces, and routes. Eliminates repetitive boilerplate coding and manual component documentation lookups with ready-made templates and references. Validates output with automated TypeScript and import-path checks so generated modules work correctly the first time.
npx skills add SusieCmy/vben-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install vben-skills?โ–ผ

Run `npx skills add SusieCmy/vben-skills --all -g -y` in your terminal to install the skill globally.

What does the Vue Vben CRUD skill generate?โ–ผ

It generates a full CRUD module: API types and methods, route config, a main table page, search form config, and a modal or drawer form component.

How do I trigger CRUD generation?โ–ผ

Just say phrases like "generate CRUD", "create module", or "create user management", and the agent will ask for your module name and fields before generating code.

Does it support TypeScript and type safety?โ–ผ

Yes. All generated code follows TypeScript strict mode, and an automated check script validates types, required files, and import paths.

Can I generate a module from backend API docs?โ–ผ

Yes. Paste your API documentation into a markdown file and the agent reads the request and response fields to generate the matching module automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’