Excalidraw
Portable, reusable skills for agents and everyday workflows. Clank responsibly.
npx -y skills add batteryshark/skill-tap --skill excalidrawAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create, patch, validate, and render Excalidraw diagrams through deterministic JSON and layout checks before delivery.
SKILL.md
0.9 KB, as published. Nobody here has run it
Build an Excalidraw Diagram
- Establish the audience, message, diagram type, required facts, output path, and readability target.
- Read references/excalidraw-format.md, then compose or patch
.excalidrawJSON with stable IDs and bound text. - Run
bin/excalidraw FILEto validate document shape, element bounds, overlaps, dangling bindings, and canvas extent. - Render with an available Excalidraw-compatible renderer, inspect the image, and revise spacing, hierarchy, color contrast, labels, and edge routing.
- Preserve editable JSON and deliver a rendered artifact. Never claim visual quality from schema validation alone.
Use agents/diagram-reviewer.md for an independent visual and semantic review.