🧩
AutomationShell

Workflow Creation

by chengrouter

Workflow Creation is an Automation skill for Claude Code, published by chengrouter in chengos.

220 stars4 forkson chengrouter/chengosAdded 2026/09/04+4% in starsRepository updated 2026/08/23
aiai-agentai-agentsai-toolschengosclaude-codeclicodedeepseekkimiminimax
Install in seconds
Install Workflow Creation
Copy Workflow Creation 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/chengrouter/chengos/tree/main/deploy/skills/skill-importer/references ~/.claude/skills/references

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/chengrouter/chengos.git

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

In this catalog

Source file
deploy/skills/skill-importer/references/workflow-creation-skill.md in chengrouter/chengos
Installs to
~/.claude/skills/references
Collection
One of 5 skills cataloged from this repository
Category
Automation1860 skills

What Workflow Creation does

Workflow Creation turns a user request into a runnable ChengOS workflow by checking node schemas, validating ports, and importing the graph. Use it when you need to design or adapt multi-node automation flows.

Workflow Creation is cataloged under Automation on DirSkills. Workflow Creation comes from a repository tagged ai, ai-agent, ai-agents, ai-tools and chengos.

Documentation

README

工作流创建技能(Workflow Creation Skill)

把「用户一句话需求」变成「可运行的 ChengOS 工作流」的标准操作流程(SOP)。 按这个流程做,可以避开端口名错配、节点类型拼错、连线断开等常见坑。


适用场景

  • 用户说「帮我创建一个 XX 工作流」时
  • 需要编排多个节点完成一个自动化流程时
  • 参考模板工作流改造为新工作流时

标准操作流程(SOP)

① 理解需求 → ② 查模板 → ③ 查节点 schema → ④ 设计架构
→ ⑤ 验证草稿图 → ⑥ 结构化创建并导入 → ⑦ 解释确认

重要变化:不再手写 workflow.json 再导入。改用 tools_import_workflow结构化创建模式:你只提供节点(每个带唯一 keynodeType)和连线(sourceKey/sourcePort/targetKey/ targetPort),工具会对照实时节点 schema 校验、自动生成所有 UUID, 只有校验通过才写入。手写规范 JSON(content)仍作为高级回退保留。


步骤 ①:理解用户需求

从用户的一句话中提取:

要素 示例(翻译工作流)
核心任务 翻译文本
输入 用户在聊天中输入的文本
输出 翻译后的文本,显示在聊天中
特殊要求 无(或:支持多语言、保留格式等)

输出:一句话概括这个工作流要做什么。


步骤 ②:查模板工作流(如果有提供模板 ID)

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

Frequently asked about Workflow Creation

  • What else does chengrouter publish alongside Workflow Creation?

    Workflow Creation is one of 5 skills that DirSkills catalogs from chengrouter/chengos, the repository it ships in. Its siblings there include Meeting Reminder Email, Skill Importer and Workflow Helper. Each one is a separate skill with its own page in this directory, installs the same way Workflow Creation does, and is maintained by chengrouter in that same repository. The rest of the collection is listed on the chengrouter/chengos page.

  • How does Workflow Creation compare to other Automation skills?

    Workflow Creation ranks #1626 by stars among the 1860 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 Workflow Creation against them. Open each page to compare what they document and how they install.