ROUTING SKILL — delegates to specialized diagram skills. USE FOR: any diagram request when the caller does not know which tool to use. Routes to drawio, python-diagrams, or mermaid based on diagram type.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add jonathan-vella/apex --skill azure-diagrams --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Azure Diagrams?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jonathan-vella-azure-diagrams-apex)More formats (shields.io, HTML) on the badges page.
---
name: azure-diagrams
description: "ROUTING SKILL — delegates to specialized diagram skills. USE FOR: any diagram request when the caller does not know which tool to use. Routes to drawio, python-diagrams, or mermaid based on diagram type."
compatibility: Works with VS Code Copilot, Claude Code, and any MCP-compatible tool.
license: MIT
metadata:
author: apex
version: "8.0"
---
# 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 |
## How to Use
1. Identify the diagram type from the request.
2. Read `.github/skills/{target-skill}/SKILL.md` instead of this file.
3. Follow that skill's generation workflow and guardrails.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!