excalidrawer
Installation
SKILL.md
Excalidrawer
A diagram generation tool with built-in templates and a CLI. For supported diagram types, just provide JSON data and run the CLI. For custom diagrams, write a short JS script using the library API.
Prerequisites
No install needed for template-based workflows — npx handles everything automatically.
Only install the npm package if you need the library API for custom scripts:
npm install excalidrawer
Workflow: Template-Based (Preferred)
For supported diagram types (timeline, etc.), use the CLI directly — no script needed.