What problem does it solve?
This Skill eliminates the tedious, error-prone work of manually writing CRUD modules for Forge Admin projects, removing the need to re-learn project-specific coding conventions, SQL seed rules, and API contracts for every new business module.
Core Features & Use Cases
- Multi-pattern CRUD generation: Supports single-table, master-detail, and left-tree-right-table page patterns, covering all standard CRUD operations including list, detail, add, update, delete, batch delete, import/export, and dictionary translation.
- Full artifact coverage: Generates complete backend Java code (entities, DTOs, mappers, services, controllers), frontend Vue pages using AiCrudPage, Flyway migration SQL, dictionary and Excel configuration seeds, and system menu/permission resources.
- Strict rule enforcement: Automatically applies Forge's non-negotiable standards including POST-safe CRUD endpoints, tenant isolation, API encryption/decryption patterns, and proper resource seeding.
- Use case: Ideal for Forge Admin developers building business management modules, SaaS admin pages, or workflow-related CRUD interfaces, cutting development time from hours to minutes while ensuring full compliance with project standards.
Quick Start
Use this skill to generate a complete Forge-compliant single-table CRUD module for your new business entity, and it will produce all required backend code, frontend page, database migrations, dictionary seeds, and permission resources following project rules.