azure-diagrams

Routes diagram generation requests to specialized drawio, python-diagrams, or mermaid skills.

Updated May 12, 2026
One-click install
npx skills add https://github.com/sohamda/apex-try-out-demo-repo --skill azure-diagrams-sohamda
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azure-diagrams
Source: https://github.com/sohamda/apex-try-out-demo-repo/tree/main/.archive/_archived_skills/azure-diagrams
Command: npx skills add https://github.com/sohamda/apex-try-out-demo-repo --skill azure-diagrams-sohamda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a diagram but do not know which generation tool fits the request, this Skill removes the guesswork by routing each diagram type to the correct specialized skill. ## Core Features & Use Cases - Routing Table: Maps diagram types such as architecture, dependency, WAF charts, cost charts, swimlane, ERD, and inline markdown diagrams to the right target skill. - Output Format Guidance: Indicates the expected output for each route, including .drawio files, Python-generated PNG charts, and mermaid fenced code blocks. - Use Case: You ask for an Azure architecture diagram with Front Door, AKS, and Cosmos DB; the router identifies it as an architecture diagram and directs the workflow to the drawio skill. ## Quick Start Ask the agent to create an Azure architecture diagram and let it route the request to the appropriate specialized diagram skill.

Frequently Asked Questions about azure-diagrams

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

FAQPage Schema
How do I choose the right tool for Azure architecture diagrams?▼

Architecture, dependency, and as-built diagrams route to the drawio skill, which produces .drawio files. Identify the diagram type from your request, then follow the target skill's generation workflow.

What tool should I use for WAF or cost charts?▼

WAF bar charts, cost donut or projection charts, and compliance gap charts route to the python-diagrams skill. It generates Python scripts that output PNG chart images.

When should I use mermaid instead of drawio for diagrams?▼

Use mermaid for inline markdown diagrams such as flowcharts and sequence diagrams that render as fenced code blocks. Use drawio for standalone architecture, dependency, or as-built diagram files.

Does this routing skill generate diagrams itself?▼

No, it is a router only. It identifies the diagram type and directs you to load the target skill's SKILL.md, which contains the actual generation workflow and guardrails.

Which AI tools are compatible with this diagram routing skill?▼

It works with VS Code Copilot, Claude Code, Cursor, and other MCP-compatible tools. It is built on the Agent Skills open standard and is MIT licensed.