/create
Create a new BPMN 2.0 diagram from a text description
$ npx -y skills add architawr/claude-bpmn-skill --agent claude-codeShips with bpmn. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create
Context preview
What this command does when you run it.
Create a new BPMN 2.0 diagram from a text description
A Claude Code plugin that lets Claude work with BPMN 2.0 process diagrams (.bpmn XML): read and explain them in plain language, and create or edit them so they come out valid and visually clean in any modeler (Camunda Modeler, bpmn.io, Cawemo…).
Repo: architawr/claude-bpmn-skill
Other commands on bpmn.
- /diff
Compare two BPMN files - what was added, removed, renamed, rewired
Open command - /edit
Edit an existing BPMN diagram, then re-layout, validate and lint
Open command - /explain
Read a BPMN 2.0 .bpmn file and explain it in plain language
Open command - /validate
Validate a BPMN file - structural checks plus control-flow lint
Open command

