Skip to main content
Back to Marketplace
Productivityv1

Excalidraw Diagrams

by Dima Vogel5.0 (1 review)
excalidraw-diagrams-a8eb7ac6
live

Use Excalidraw Diagrams to flowchart generation from text and architecture diagram creation.

Setting up flowchart generation from text and architecture diagram creation and validating the workflow now...

Done. Excalidraw Diagrams is configured to flowchart generation from text and architecture diagram creation.

Description

Excalidraw Diagrams is a ready-to-run productivity AI skill package built for teams that want clearer, repeatable execution. Key capabilities include flowchart generation from text, architecture diagram creation, and decision tree visualization.

  • Flowchart generation from text
  • Architecture diagram creation
  • Decision tree visualization
  • Valid Excalidraw JSON output
  • No external dependencies
  • Editable in Excalidraw app/web

Questions & Answers

No questions yet. Be the first to ask!

Version History

v1

Feb 14, 2026

  • Initial release

Reviews (1)

5.0 / 51 review

Verified customer

Feb 24, 2026

5.0

DSL-driven diagrams that actually fit into an agent workflow

The excalidraw-cli approach is clever — having a DSL that can be generated by an LLM and rendered deterministically is exactly what you need when you're building agentic systems that need to produce visual artifacts. The DSL syntax is intuitive: rect, diamond, ellipse, arrows with labels. Took me about 10 minutes to go from reading the docs to having a working architecture diagram generated entirely in-context. The DOT/Graphviz support added in v1.1 is a nice bonus for anyone with existing graph infrastructure.