⚙️
AutomationPython

JeecgBoot BPM

by jeecgboot

JeecgBoot BPM is an Automation skill for Claude Code, published by jeecgboot in skills.

225 stars67 forkson jeecgboot/skillsAdded 2026/09/03Repository updated 2026/07/27
aiclaudeclaude-codeclaude-code-hookclaude-code-skillclaude-code-skillsclicodexgeminijeecgjeecgbootlowskills
Install in seconds
Install JeecgBoot BPM
Copy JeecgBoot BPM into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jeecgboot/skills/tree/main/jeecg-bpmn ~/.claude/skills/jeecg-bpmn

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jeecgboot/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
jeecg-bpmn/SKILL.md in jeecgboot/skills
Installs to
~/.claude/skills/jeecg-bpmn
Collection
One of 14 skills cataloged from this repository
Category
Automation1754 skills

What JeecgBoot BPM does

JeecgBoot BPM generates Flowable BPMN 2.0 workflows from natural language and can create or edit processes in JeecgBoot. Use it for approval flows, OA forms with workflows, and changes to existing process nodes or listeners.

JeecgBoot BPM is cataloged under Automation on DirSkills. JeecgBoot BPM comes from a repository tagged ai, claude, claude-code, claude-code-hook and claude-code-skill.

Documentation

README

JeecgBoot BPM 流程自动生成器

将自然语言的流程描述转换为 Flowable BPMN 2.0 XML,并通过 API 在 JeecgBoot 系统中自动创建流程。

临时配置文件规则(强制)

所有传给脚本的 --config <xxx.json> 必须写到 {系统临时目录}/{SKILL_NAME}/ 下,由操作系统自动清理;skill 与脚本均不主动删除该目录或文件。

import tempfile, os, json

SKILL_NAME = "<SKILL_NAME>"               # 请替换为实际的技能名称
skill_dir = os.path.join(tempfile.gettempdir(), SKILL_NAME)
os.makedirs(skill_dir, exist_ok=True)          # 确保目录存在,不主动检查

config_path = os.path.join(skill_dir, 'sk_audit_create.json')   # 示例文件名
with open(config_path, 'w', encoding='utf-8') as f:
    json.dump(cfg, f, ensure_ascii=False, indent=2)

tempfile.gettempdir() 自动适配:Windows %TEMP%、Linux /tmp、macOS /var/folders/.../T(注意 macOS 并非 /tmp)。
文件名建议使用 <表名>_<步骤>.json(如 sk_audit_create.json),无需重复技能前缀,因路径已包含技能名称,便于排错。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about JeecgBoot BPM

  • What else does jeecgboot publish alongside JeecgBoot BPM?

    JeecgBoot BPM is one of 14 skills that DirSkills catalogs from jeecgboot/skills, the repository it ships in. Its siblings there include Jeecg AIFlow, Jeecg Code Generator and Jeecg Desform. Each one is a separate skill with its own page in this directory, installs the same way JeecgBoot BPM does, and is maintained by jeecgboot in that same repository. The rest of the collection is listed on the jeecgboot/skills page.

  • How does JeecgBoot BPM compare to other Automation skills?

    JeecgBoot BPM ranks #1584 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of JeecgBoot BPM against them. Open each page to compare what they document and how they install.

More from jeecgboot/skills

JeecgBoot BPM is one of 14 skills cataloged on DirSkills from jeecgboot/skills.

See all 14 skills
🤖
7h ago

Jeecg AIFlow

Jeecg AIFlow manages the full lifecycle of JeecgBoot AI orchestration flows from natural-language requests. Use it to create, edit, query, delete, debug, publish, or copy AIFlow workflows.
AI Engineering
22567
🛠️
7h ago

Jeecg Code Generator

Jeecg Code Generator turns natural-language requirements into JeecgBoot CRUD code, including Java backend, Vue3 frontend, and menu permission SQL. Use it for new modules, field changes, and other JeecgBoot code generation tasks.
AI Engineering
22567
📝
7h ago

Jeecg Desform

Jeecg Desform creates, updates, copies, deletes, and manages JeecgBoot desform forms through conversation. It is used for form design, field edits, CRUD data management, PC/mobile views, and OA approval apps with workflow and authorization.
Automation
22567
🧪
7h ago

Jeecg Dev

Jeecg Dev defines the required coding, logging, and database-change conventions for JeecgBoot work. Use it when editing JeecgBoot code, SQL, or related change logs under the /jeecg-dev command.
Quality
22567
🧩
7h ago

Jeecg Online Form

Jeecg Online Form converts natural-language form requirements into JeecgBoot Online 表单配置 and creates or edits database tables and form metadata through API. Use it for metadata-driven CRUD forms, sub-tables, tree tables, field changes, enhancements, permissions, and data management.
Automation
22567
⚙️
7h ago

JeecgBoot Code Generator

JeecgBoot Code Generator turns CRUD and module requests into Freemarker context JSON and runs the official templates to generate backend Java, Vue 3 pages, and menu SQL. Use it for new entities, modules, or field changes in JeecgBoot projects.
Automation
22567