Adds exgram to Development & Code Tools, linking to the maintained repo (same convention as Chrome Relay, lean-ctx, and D3.js Visualization).
Getting a real, editable diagram out of an agent usually means a separate web app, an editor plugin, or settling for a static image. exgram turns a natural-language prompt — or a screenshot of an existing diagram — into a live Excalidraw board that opens in the browser and re-renders in place as you refine it by chatting. The result is a real canvas you can hand-edit and export to .excalidraw, PNG, or SVG, not a flat picture. Runs entirely on the agent with no API key.
Developers and teams sketching architecture, infra, database/ER schemas, flowcharts, state machines, sequence diagrams, and mind maps — or turning a whiteboard photo into something they can keep editing.
Install: npx skills add mamadoudicko/exgram --agent claude-code
Then just ask:
"Diagram our auth flow." "Draw the orders database schema." "Turn this screenshot into an editable diagram." (attach an image)
exgram draws a first version, opens a live board, and keeps re-rendering in place (preserving zoom/pan) as you ask for changes. Several boards can be live at once.
node_modules, no build step. Pulls Excalidraw from a CDN on first load.@excalidraw/excalidraw package; not affiliated with Excalidraw.