drawio-aws
drawio-aws produces AWS architecture diagrams in draw.io format using a declarative layout engine that ensures correct icon placement, nesting hierarchy, and geometry validation. It delegates builds to the drawio-ai CLI, which handles icon lookup, layout rules, and automated vision checks before output.
drawio-aws creates validated AWS architecture diagrams with correct icons, nesting, and layout through the drawio-ai CLI.
AI-generated summary based on this skill's SKILL.md
Install
sparklabx/drawio-ai-kit/drawio-aws · repository language: JavaScript
git clone https://github.com/sparklabx/drawio-ai-kit
cp -r drawio-ai-kit/skills/drawio-aws ~/.claude/skills/drawio-awsFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does drawio-aws do?
drawio-aws produces AWS architecture diagrams in draw.io format using a declarative layout engine that ensures correct icon placement, nesting hierarchy, and geometry validation. It delegates builds to the drawio-ai CLI, which handles icon lookup, layout rules, and automated vision checks before output.
Can I draw VPC networking diagram with drawio-aws?
Yes. drawio-aws generates draw.io files for VPC, networking, and cloud infrastructure layouts. It validates subnet and security group nesting, applies correct AWS stencil colors, and ensures container hierarchy compliance before exporting your diagram.
How do I create AWS architecture diagram with drawio-aws?
drawio-aws creates and validates AWS architecture diagrams with correct icons and nesting through its declarative layout engine. You define your architecture, and drawio-aws handles icon placement, geometry validation, and compliance with AWS stencil rules automatically.
Does drawio-aws support serverless and event-driven architectures?
Yes. drawio-aws builds serverless and event-driven AWS pipeline diagrams, integrating services like Lambda, SQS, SNS, and DynamoDB with proper nesting and icon validation to ensure your pipeline architecture is visually accurate and compliant.
What export formats does drawio-aws support?
drawio-aws exports AWS diagrams to PNG or SVG with automated vision self-check. The export process validates your diagram against AWS icon standards and container nesting rules before finalizing output.
Is drawio-aws open source?
Yes. drawio-aws is released under the MIT license, making it free to use, modify, and distribute for both personal and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
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.
1. Delegate the build (preferred when your harness supports it)
If your harness can spawn autonomous subagents that run shell
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/drawio-aws/SKILL.md