Azure Diagrams — Routing Skill
This skill routes diagram requests to the appropriate specialized skill. Do NOT load this skill's references directly — load the target skill instead.
Routing Table
| Diagram type | Target skill | Output format |
|---|---|---|
| Architecture diagrams (default) | drawio |
.drawio |
| Dependency / runtime diagrams | drawio |
.drawio |
| As-built diagrams | drawio |
.drawio |
| WAF bar charts | python-diagrams |
.py + .png |
| Cost donut / projection charts | python-diagrams |
.py + .png |
| Compliance gap charts | python-diagrams |
.py + .png |
| Python architecture diagrams (diagrams lib) | python-diagrams |
.py + .png |
| Swimlane / ERD / timeline / wireframe | python-diagrams |
.py + .png |
| Inline markdown diagrams (flowchart, sequence) | mermaid |
fenced code block |
| Azure resource visualization | mermaid |
fenced code block |
| Hand-drawn whiteboarding / brainstorming | excalidraw |
.excalidraw |
How to Use
- Identify the diagram type from the request.
- Read
.github/skills/{target-skill}/SKILL.mdinstead of this file. - Follow that skill's generation workflow and guardrails.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.