Skip to main content
Back to registry

draw-io

davila7/claude-code-templates

Installs405
Install command
npx skills add https://github.com/davila7/claude-code-templates --skill draw-io
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
For diagrams used in Quarto slides, specify defaultFontFamily in mxGraphModel tag: Also explicitly specify fontFamily in each text element's style attribute: See conversion script at scripts/convert-drawio-to-png.sh . Internal command used: Separate complex systems into staged diagrams: Include title, description, last updated, author, and version in diagrams. For text elements, exitX/exitY don't work, so use explicit coordinates: Adjust offset attribute to distance arrow labels from arrows: When placing elements inside background frames (grouping boxes), ensure sufficient margin. Coordinate calculation verification: Bad example (may overflow): Good example (sufficient margin): AWS icon search examples: Add auto-stretch: false to YAML header: This ensures correct image display on mobile devices. - Edit only .drawio files - Do not directly edit .drawio.png files - Use auto-generated .drawio.png by pre-commit hook in slides - Open .drawio file in text editor (plain XML format) - Find mxCell for element to adjust (search by value attribute for text) - Adjust coordinates in mxGeometry tag - x : Position from left - y : Position from top - width : Width - height : Height - Run conversion and verify - Element center coordinate = y + (height / 2) - To align multiple elements, calculate and match center coordinates - Clarity: Create simple, visually clean diagrams - Consistency: Unify...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does draw-io do?

draw-io is listed in SkillJury, but the source summary is still sparse.

Is draw-io good?

draw-io does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does draw-io work with?

draw-io currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to draw-io?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install draw-io?

npx skills add https://github.com/davila7/claude-code-templates --skill draw-io

Related skills

More from davila7/claude-code-templates

Related skills

Alternatives in Software Engineering