infrastructure-diagrams

Generate Azure, on-premises, Kubernetes, and hybrid infrastructure diagrams as PNG, SVG, or PDF.

5|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/kroegha/infrastructure-diagrams --skill infrastructure-diagrams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-diagrams
Source: https://github.com/kroegha/infrastructure-diagrams/tree/main/packages/claude-code-windows/infrastructure-diagrams
Command: npx skills add https://github.com/kroegha/infrastructure-diagrams --skill infrastructure-diagrams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires diagrams, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the creation of cloud and on-prem infrastructure diagrams to visualize architectures quickly.

Core Features & Use Cases

  • Generates diagrams for Azure, on-premises, Kubernetes, and hybrid environments using Python's Diagrams library.
  • Outputs PNG, SVG, or PDF diagrams suitable for documentation, design reviews, and stakeholder communications.
  • Use Case: Quickly illustrate a proposed infrastructure design for a project kickoff or architecture review.

Quick Start

Run the diagram generator with a chosen type and output filename to create the requested diagram.

Frequently Asked Questions about infrastructure-diagrams

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

FAQPage Schema
How do I automate Azure infrastructure diagrams for documentation?

You can automate Azure infrastructure diagrams by defining your architecture in Python and rendering it to PNG, SVG, or PDF for documentation and stakeholder reviews. This requires Python 3.9+ and Graphviz to generate the visual outputs.

Can I generate hybrid infrastructure diagrams that include on-prem and Kubernetes?

Yes, you can generate hybrid infrastructure diagrams that visualize on-premises and Kubernetes environments alongside Azure. The tool renders these mixed architectures from Python definitions into shareable diagram files for design reviews.

Do I need Graphviz and Python to generate infrastructure diagrams?

Yes, generating infrastructure diagrams requires Python 3.9+ and Graphviz installed in your environment. You also need the Python diagrams library to parse your infrastructure definitions and render the visual outputs.

What is the best way to visualize a proposed cloud architecture for a design review?

Automating infrastructure diagram generation is an efficient way to visualize proposed cloud architectures for design reviews. By defining the infrastructure in Python, you can quickly output accurate PNG or SVG files to illustrate the architecture.

What output formats are supported for rendering hybrid infrastructure diagrams?

Infrastructure diagrams can be rendered as PNG, SVG, or PDF files. These formats are suitable for integrating into documentation, displaying during project kickoffs, or sharing with stakeholders during architecture reviews.