mfish-nocode
Generate full-stack CRUD, workflow approvals, and auth code for mfish low-code platform
All Skills in This Repository (5)
Pure Emerald Level Indicatorscrud-generator
Generate six-layer CRUD scaffolding with MyBatis-Plus and Swagger annotations.
frontend-crud
Generate Vue 3 + TypeScript CRUD scaffolds with a six-file structure.
workflow-audit
Integrate Flowable workflow approvals into mfish-nocode projects with auditState callbacks.
crud-generator
Generates six-layer CRUD code for mfish-nocode Spring Boot modules.
workflow-audit
Integrates Flowable workflow approval into mfish-nocode business modules with code templates.
Frequently Asked Questions
FAQPage SchemaHow to install mfish-nocode skills?▼
Run `npx skills add mfish-qf/mfish-nocode --all -g -y` in your terminal to install all skills in this suite globally.
How to generate CRUD code for mfish-nocode?▼
Ask your AI agent to generate a CRUD module and the crud-generator skill produces the Entity, Mapper, Service, and Controller layers following the platform's MyBatis-Plus conventions.
Can AI generate Vue 3 frontend pages for this platform?▼
Yes. The frontend-crud skill creates the Model, API, table config, list page, and modal forms using Vue 3, TypeScript, and the mfish component library.
How to add approval workflows to a module?▼
The workflow-audit skill integrates Flowable approvals by registering flow keys, adding audit status fields, and wiring the approved, rejected, and canceled callbacks.
Do these skills work with Claude Code and Codex?▼
Yes. All skills follow the standard SKILL.md format and are mirrored under .claude, .codex, and .qoder directories for cross-agent compatibility.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core