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.
90
87%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
This skill routes diagram requests to the appropriate specialized skill. Do NOT load this skill's references directly — load the target skill instead.
| 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 |
.github/skills/{target-skill}/SKILL.md instead of this file.ec7b8ff
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.