Back to Directory
automation

Excalidraw

Create Excalidraw flowcharts from descriptions. Use when user asks to "create a flowchart", "draw a diagram", "visualize a process", "make a flow diagram", "architecture diagram", or discusses workflow/process visualization. Supports DSL, DOT/Graphviz, and JSON formats.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

**v1.1.0: Adds DOT/Graphviz and images support, plus new example flowcharts.** - Added support for DOT/Graphviz and JSON formats, alongside the original DSL format. - Extended DSL with image nodes, positioned images, node decorations, stickers, and scatter images. - Introduced new DSL directives (e.g. @direction, @image, @decorate, @sticker, @scatter). - Updated documentation to describe new features and expanded CLI options. - Added example DSL files: api-flow.dsl, decision-tree.dsl, retry-pattern.dsl, and simple-flow.dsl.