What problem does it solve?
BladeX development often requires repeating the same backend, frontend, and database scaffolding across many modules. This Skill removes that manual boilerplate by turning a module name, entity, and field list into production-ready code that matches team conventions.
Core Features & Use Cases
- Full-stack code generation: Produces Entity, DTO, VO, Mapper, Service, Controller, Wrapper, frontend API files, Vue pages, and SQL scripts.
- Boot and Cloud support: Adapts output for monolithic Boot projects and split Cloud microservice architectures.
- Multi-database coverage: Generates compatible schema for MySQL, PostgreSQL, Oracle, SQL Server, Dameng, Kingbase, and Yashan.
- Workflow guidance: Supports code generation, planning, auditing, synchronization, and standardized team commands for BladeX-based delivery.
- Use Case: A developer describes an order management module and field list, and the Skill returns a complete CRUD implementation with routing, permissions, validation, and database tables aligned to BladeX standards.
Quick Start
Ask the skill to generate a BladeX CRUD module for your feature by providing the module name, entity name, Chinese description, and fields.