draw-architecture

Generate AWS architecture diagrams as PNGs using Python's diagrams library.

97|2|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/minorun365/my-claude-code-settings --skill draw-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: draw-architecture
Source: https://github.com/minorun365/my-claude-code-settings/tree/main/claude/skills/draw-architecture
Command: npx skills add https://github.com/minorun365/my-claude-code-settings --skill draw-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS architecture diagram generation can be tedious and error-prone when manually sketching cloud components; this skill automates diagram creation using the Python diagrams library with custom icons to produce PNG outputs.

Core Features & Use Cases

  • Automated AWS diagram generation using diagrams library.
  • Includes a set of custom icons for common AWS services and workflow elements.
  • Suitable for documenting cloud architectures, onboarding new engineers, and proposal visuals.

Quick Start

Run a simple script to generate your first AWS diagram using the included icons.

Frequently Asked Questions about draw-architecture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AWS architecture diagrams automatically with Python?

You can generate AWS architecture diagrams automatically by running a Python script using the diagrams library. The skill utilizes custom icons to produce shareable PNG outputs of your cloud deployments.

What is the best way to document cloud deployments for onboarding engineers?

Documenting cloud deployments is best handled by automating AWS diagram generation. This approach uses Python to create quick, accurate visual outputs of cloud components, reducing manual sketching errors.

Do I need to install Python and the diagrams library to create AWS diagrams?

Yes, you need Python and the diagrams library installed to create AWS diagrams. You also need access to the local icon assets directory included with the skill to render custom AWS service icons.

Can I use custom icons for AWS services in my architecture diagrams?

Yes, you can use custom icons for AWS services in your architecture diagrams. The skill includes a set of custom icons for common AWS services and workflow elements to visualize cloud architectures.

Why does manual AWS architecture diagram creation become error-prone?

Manual AWS architecture diagram creation becomes error-prone due to tedious sketching of complex cloud components. Automating diagram creation with Python prevents these manual errors and ensures accurate visuals.

What output format does the Python diagrams library produce for AWS architectures?

The Python diagrams library produces PNG outputs for AWS architectures. This allows software engineers and architects to quickly generate shareable visual files of cloud deployments.