🧭
AutomationJavaScript

Draw.io BPMN

by sparklabx

Draw.io BPMN is an Automation skill for Claude Code, published by sparklabx in drawio-ai-kit.

633 stars111 forkson sparklabx/drawio-ai-kitAdded 2026/08/24Repository updated 2026/08/11
agent-skillsai-agentsarchitecture-diagramsawsazurebpmnclaude-codeclidatabricksdiagramsdrawiogcp
Install in seconds
Install Draw.io BPMN
Copy Draw.io BPMN 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/sparklabx/drawio-ai-kit/tree/main/skills/drawio-bpmn ~/.claude/skills/drawio-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/sparklabx/drawio-ai-kit.git

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

In this catalog

Source file
skills/drawio-bpmn/SKILL.md in sparklabx/drawio-ai-kit
Installs to
~/.claude/skills/drawio-bpmn
Collection
One of 6 skills cataloged from this repository
Category
Automation1523 skills

What Draw.io BPMN does

Draw.io BPMN produces BPMN swimlane diagrams in draw.io for business processes, workflows, and role-based phase maps. It uses the declarative layout engine, validates BPMN rules and geometry, and runs a render-based vision check.

Draw.io BPMN is cataloged under Automation on DirSkills. Draw.io BPMN comes from a repository tagged agent-skills, ai-agents, architecture-diagrams, aws and azure.

Documentation

README

Draw.io BPMN

Produce correct BPMN (Business Process Model and Notation) swimlane diagrams in draw.io. This skill is a thin frontend; the deterministic engine, validator, and rules live in the drawio-ai-kit package, reached via the drawio-ai CLI.

0. Preflight — the CLI must be installed

command -v drawio-ai >/dev/null 2>&1 || echo "Install the Kit first:  npm i -g github:sparklabx/drawio-ai-kit"

If drawio-ai is not on PATH, stop and tell the user to run npm i -g github:sparklabx/drawio-ai-kit. Never run npm i -g yourself — nothing mutates the user's global environment without their say-so.

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

Frequently asked about Draw.io BPMN

  • What else does sparklabx publish alongside Draw.io BPMN?

    Draw.io BPMN is one of 6 skills that DirSkills catalogs from sparklabx/drawio-ai-kit, the repository it ships in. Its siblings there include Adding A Domain, Draw.io AWS and Draw.io Azure. Each one is a separate skill with its own page in this directory, installs the same way Draw.io BPMN does, and is maintained by sparklabx in that same repository. The rest of the collection is listed on the sparklabx/drawio-ai-kit page.

  • How does Draw.io BPMN compare to other Automation skills?

    Draw.io BPMN ranks #1162 by stars among the 1523 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 Draw.io BPMN against them. Open each page to compare what they document and how they install.