🤖
AI EngineeringPython

Jeecg AIFlow

by jeecgboot

Jeecg AIFlow is an AI Engineering 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 Jeecg AIFlow
Copy Jeecg AIFlow 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-aiflow ~/.claude/skills/jeecg-aiflow

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-aiflow/SKILL.md in jeecgboot/skills
Installs to
~/.claude/skills/jeecg-aiflow
Collection
One of 14 skills cataloged from this repository
Category
AI Engineering2793 skills

What Jeecg AIFlow does

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.

Jeecg AIFlow is cataloged under AI Engineering on DirSkills. Jeecg AIFlow comes from a repository tagged ai, claude, claude-code, claude-code-hook and claude-code-skill.

Documentation

README

JeecgBoot AIFlow — AI 编排流程管理

设计原则

本 skill 的核心架构是模板驱动:AI 不直接生成节点 JSON,而是选择节点类型后由脚本从权威模板生成完整结构,AI 只负责填写业务配置。这样做的原因是 AIFlow 的节点配置字段非常多且结构严格,让 AI 从零生成容易产生格式错误。chain(LiteFlow EL 表达式)也由 Python 脚本自动生成,AI 不需要关心。

修改已有流程时,先查询再修改——因为流程的 design JSON 包含所有节点状态,凭记忆操作容易丢失配置。

前置条件

用户需提供两个信息:

  1. API 地址(默认 http://localhost:3100/jeecgboot
  2. X-Access-Token(从浏览器 F12 → Network → Request Headers 复制)

工作目录机制

所有操作基于「工作目录」。首先通过 init-work 创建工作目录,后续所有命令只需传 -w,脚本自动从工作目录中的 meta.json 读取 API 凭证和流程信息,design.json 也存放在工作目录中。

工作目录结构:
  {临时目录}/jeecg-aiflow/{workId}/
    ├── meta.json      ← name, descr, apiBase, token, flowId
    └── design.json    ← 节点和连线的完整 JSON

创建流程(核心流程)

1. 初始化工作目录

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

Frequently asked about Jeecg AIFlow

  • What else does jeecgboot publish alongside Jeecg AIFlow?

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

  • How does Jeecg AIFlow compare to other AI Engineering skills?

    Jeecg AIFlow ranks #2532 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 Jeecg AIFlow against them. Open each page to compare what they document and how they install.

More from jeecgboot/skills

Jeecg AIFlow is one of 14 skills cataloged on DirSkills from jeecgboot/skills.

See all 14 skills
🛠️
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 BPM

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.
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