☁️
AI EngineeringJavaScript

Draw.io Azure

by sparklabx

Draw.io Azure is an AI Engineering skill for Claude Code, published by sparklabx in drawio-ai-kit.

633 stars111 forkson sparklabx/drawio-ai-kitAdded 2026/08/24Repository updated 2026/08/11
agent-skillsai-agentsarchitecture-diagramsawsazurebpmnclaude-codeclidatabricksdiagramsdrawiogcp
Install in seconds
Install Draw.io Azure
Copy Draw.io Azure into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sparklabx/drawio-ai-kit/tree/main/skills/drawio-azure ~/.claude/skills/drawio-azure

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sparklabx/drawio-ai-kit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/drawio-azure/SKILL.md in sparklabx/drawio-ai-kit
Installs to
~/.claude/skills/drawio-azure
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering2451 skills

What Draw.io Azure does

Draw.io Azure produces Azure architecture diagrams in draw.io for VNet, App Service, AKS, landing zone, and multi-region designs. It uses Azure stencils, validates layout and icon usage, and renders a visual self-check before outputting .drawio by default.

Draw.io Azure is cataloged under AI Engineering on DirSkills. Draw.io Azure comes from a repository tagged agent-skills, ai-agents, architecture-diagrams, aws and azure.

Documentation

README

Draw.io Azure

Produce correct Azure architecture diagrams in draw.io. This skill is a thin frontend; the deterministic engine, validator, and rules live in the drawio-ai-kit package, reached via the drawio-ai CLI.

0. Preflight — the CLI must be installed

command -v drawio-ai >/dev/null 2>&1 || echo "Install the Kit first:  npm i -g github:sparklabx/drawio-ai-kit"

If drawio-ai is not on PATH, stop and tell the user to run npm i -g github:sparklabx/drawio-ai-kit. Never run npm i -g yourself — nothing mutates the user's global environment without their say-so.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Draw.io Azure

  • What else does sparklabx publish alongside Draw.io Azure?

    Draw.io Azure is one of 6 skills that DirSkills catalogs from sparklabx/drawio-ai-kit, the repository it ships in. Its siblings there include Adding A Domain, Draw.io AWS and Draw.io BPMN. Each one is a separate skill with its own page in this directory, installs the same way Draw.io Azure does, and is maintained by sparklabx in that same repository. The rest of the collection is listed on the sparklabx/drawio-ai-kit page.

  • How does Draw.io Azure compare to other AI Engineering skills?

    Draw.io Azure ranks #1875 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Draw.io Azure against them. Open each page to compare what they document and how they install.