drawio-academic-skills
Installation
SKILL.md
Draw.io Academic Skill
Create, edit, replicate, validate, and export publication-ready draw.io figures.
This skill merges two workflows:
- The upstream pure
drawio-skillworkflow: direct.drawioXML generation, Desktop export, self-check, style presets, diagrams.net URL fallback, and diagram-type presets. - This repository's
skills/drawioworkflow: YAML-first authoring, offline sidecars, academic quality gates, formula handling, and SVG conversion.
Non-Negotiable Contract
- Keep this fork academic-first and offline-first.
- Never create, require, or route through
.mcp.jsonor an MCP backend. - Treat the YAML spec plus
.drawio,.arch.json, and.svgoutputs as the normal editable bundle. - Use draw.io Desktop only as an optional export enhancer for PNG/PDF/JPG or embedded
.drawio.svg. - When a requested export cannot be produced locally, still deliver the editable bundle and report the unavailable export clearly.
Runtime Decision
Related skills