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.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
Identify the diagram type from the request.
Read .github/skills/{target-skill}/SKILL.md instead of this file.
Follow that skill's generation workflow and guardrails.