mingrammer_diagrams

Generate cloud architecture diagrams for AWS, GCP, Azure, Kubernetes, and on-prem infrastructure.

2|1|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/neozenith/agentic-dotfiles --skill mingrammer-diagrams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mingrammer_diagrams
Source: https://github.com/neozenith/agentic-dotfiles/tree/main/skills/mingrammer_diagrams
Command: npx skills add https://github.com/neozenith/agentic-dotfiles --skill mingrammer-diagrams

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill generates production-quality cloud architecture diagrams using the Python diagrams library. It helps you create AWS, GCP, Azure, Kubernetes, and on-prem diagrams efficiently.

Core Features & Use Cases

  • Multi-Cloud Support: Create diagrams for AWS, GCP, Azure, Kubernetes, and on-prem infrastructure.
  • Layout Configuration: Choose from different layout configurations for optimal visualization.
  • Runnable Examples: Provides a gallery of runnable diagram examples to help you get started.
  • Quick Start: Use the skill to generate a 3-tier web service architecture diagram for AWS, GCP, or Azure.

Quick Start

/mingrammer_diagrams a 3-tier AWS web service: Cloud DNS -> Cloud CDN -> HTTPS LB -> GKE -> Cloud SQL + Memorystore

Frequently Asked Questions about mingrammer_diagrams

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

FAQPage Schema
How do I generate cloud architecture diagrams programmatically?

You can generate cloud architecture diagrams using the Python diagrams library, which supports AWS, GCP, Azure, Kubernetes, and on-prem infrastructure. It renders production-quality infrastructure visualizations by executing Python scripts.

Do I need Graphviz installed to render infrastructure diagrams?

Yes, Graphviz is required to render infrastructure diagrams. The Python diagrams library relies on Graphviz to process layout configurations and output the final architecture visualization files.

Can I create diagrams for multi-cloud infrastructure spanning AWS and Azure?

Yes, you can create multi-cloud infrastructure diagrams spanning AWS, GCP, Azure, Kubernetes, and on-prem infrastructure. The diagrams library provides specific nodes and components for each platform.

How do I visualize a 3-tier web service architecture on AWS?

To visualize a 3-tier AWS web service architecture, use the diagrams library to script component connections like Cloud DNS to Cloud CDN, HTTPS LB to GKE, and Cloud SQL to Memorystore.

What is the best way to configure layout options for cloud architecture diagrams?

The best way to configure layout options for cloud architecture diagrams is by selecting from the different layout configurations provided by the diagrams library to achieve optimal visualization.

Are there runnable examples available for creating Kubernetes infrastructure diagrams?

Yes, runnable examples are available for creating Kubernetes infrastructure diagrams. The feature provides a gallery of diagram scripts to help you get started quickly with various infrastructure setups.