recreate-scientific-figure-in-drawio
Installation
SKILL.md
Recreate Scientific Figures in draw.io
Use the plugin's live MCP tools whose names end in drawio_live_launch, drawio_live_status, drawio_live_screenshot, drawio_live_add_shape, drawio_live_add_edge, drawio_live_update_cell, drawio_live_draw_sequence, drawio_live_fit, drawio_live_inspect, and drawio_live_save_snapshot. Use file tools ending in drawio_validate and drawio_export only after the visible drawing has been saved.
Hard boundary
- Control only draw.io's internal graph/model API through the live MCP server.
- Never use operating-system mouse, keyboard, window, or full-screen automation for this workflow.
- Never pre-build XML and then open it as the drawing method. Serialize
.drawioonly after live shapes and edges already exist on the visible canvas. - Renderer screenshots are allowed only to inspect the draw.io canvas itself; they are not general computer-screen control.