Automates the creation of required development roles, scaffolds the project structure, and generates code for a low‑code development platform with Vue2 + Ele...
自动化创建开发角色、搭建项目结构,为Vue2 + Ele...低代码开发平台生成代码
mmyg11
未分类clawhubv1.0.01 版本100000Key: 无需
★ 0
Stars
📥 704
下载
💾 1
安装
1
版本
#latest
概述
Low‑Code Platform Development Skill
When to use
User asks to build a low‑code development platform using Vue2 + ElementUI for UI and Java (Spring Boot) for the back‑end.
User wants the assistant to create development roles (frontend, backend, devops, QA) and set up the repository structure automatically.
User expects the platform to include page editor, component library, data model manager, workflow engine as described in the architecture overview.
Overview
This skill automates the end‑to‑end setup of the platform:
Create project roles (frontend engineer, backend engineer, devops, QA) and write brief role descriptions to docs/roles.md.
Scaffold repository with a standard Maven + npm layout (frontend/, backend/).
Generate base code:
Vue2 project using ElementUI, with a drag‑and‑drop editor skeleton.
Spring Boot project with JPA entities for data models, Camunda workflow engine integration, and REST API boilerplate.
Add essential configuration files (docker‑compose.yml, CI pipeline, security settings).
Commit initial version to a local Git repository.
Provide next‑step guidance for extending the platform.
Resources
references/architecture.md – Detailed architecture diagram and component responsibilities.
scripts/generate_project.ps1 – PowerShell script that runs the scaffold commands.