azure-diagrams

Generate Azure architecture diagrams, WAF charts, and cost charts as Python and PNG artifacts.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/batuhanysv/sdx-agentic-infraops --skill azure-diagrams-batuhanysv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-diagrams
Source: https://github.com/batuhanysv/sdx-agentic-infraops/tree/main/.github/skills/azure-diagrams
Command: npx skills add https://github.com/batuhanysv/sdx-agentic-infraops --skill azure-diagrams-batuhanysv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill generates professional Azure architecture diagrams, WAF radar charts, and cost charts directly from Python code, eliminating the need for manual diagramming tools and ensuring diagrams stay synchronized with infrastructure.

Core Features & Use Cases

  • Diagram Generation: Create detailed Azure architecture diagrams using the Python diagrams library.
  • Data Visualization: Produce WAF pillar score bar charts and cost distribution/projection charts using matplotlib.
  • Use Case: Automatically generate an architecture diagram for a new AKS deployment based on Bicep code, and create a WAF assessment chart to visualize compliance scores.

Quick Start

Use the azure-diagrams skill to create an architecture diagram for a web application pattern.

Frequently Asked Questions about azure-diagrams

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

FAQPage Schema
How do I generate Azure architecture diagrams from code?

You can generate Azure architecture diagrams by writing Python code with the diagrams library, which produces PNG artifacts. This approach keeps your architecture visuals synchronized directly with your infrastructure code.

Can I visualize Azure WAF pillar scores and cost projections using Python?

Yes, you can visualize Azure WAF assessment scores and cost projections using Python. The Skill uses matplotlib to generate WAF pillar bar charts and cost distribution charts, turning raw assessment data into clear visual artifacts.

Does generating Azure architecture diagrams require installing the graphviz system package?

Yes, generating Azure architecture diagrams requires the graphviz system package and the Python diagrams library. These dependencies are necessary to programmatically render the infrastructure components into PNG files.

What is the best way to visualize an AKS deployment from Bicep code?

The best way to visualize an AKS deployment from Bicep code is to use a Python diagramming approach. By generating architecture diagrams from code, you ensure your infrastructure visuals stay synchronized with your Bicep definitions.

Are code-generated architecture diagrams compatible with Claude Code CLI and GitHub Copilot?

Yes, code-generated architecture diagrams are compatible with Claude Code CLI, GitHub Copilot, and VS Code. This integration allows you to generate Python and PNG artifacts directly within your preferred AI-assisted development environment.