skills/skills.volces.com/lowcode-platform-development

lowcode-platform-development

Installation
SKILL.md

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:

  1. Create project roles (frontend engineer, backend engineer, devops, QA) and write brief role descriptions to docs/roles.md.
  2. Scaffold repository with a standard Maven + npm layout (frontend/, backend/).
  3. 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.
  4. Add essential configuration files (docker‑compose.yml, CI pipeline, security settings).
  5. Commit initial version to a local Git repository.
  6. Provide next‑step guidance for extending the platform.
Installs
4
First Seen
Apr 23, 2026
lowcode-platform-development from skills.volces.com