☁️
AutomationJavaScript

Draw.io AWS

by sparklabx

Draw.io AWS is an Automation 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 AWS
Copy Draw.io AWS 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-aws ~/.claude/skills/drawio-aws

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-aws/SKILL.md in sparklabx/drawio-ai-kit
Installs to
~/.claude/skills/drawio-aws
Collection
One of 6 skills cataloged from this repository
Category
Automation1523 skills

What Draw.io AWS does

Draw.io AWS produces AWS architecture diagrams in draw.io for VPC, networking, event-driven, landing zone, multi-AZ, and serverless pipeline designs. It validates AWS stencil use, nesting, colors, and geometry, then self-checks the render with vision.

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

Documentation

README

Draw.io AWS

Produce correct AWS 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 AWS

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

    Draw.io AWS 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 Azure and Draw.io BPMN. Each one is a separate skill with its own page in this directory, installs the same way Draw.io AWS 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 AWS compare to other Automation skills?

    Draw.io AWS ranks #1161 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 AWS against them. Open each page to compare what they document and how they install.