CtrlK
BlogDocsLog inGet started
Tessl Logo

azure-diagrams

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

Quality

87%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

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 typeTarget skillOutput format
Architecture diagrams (default)drawio.drawio
Dependency / runtime diagramsdrawio.drawio
As-built diagramsdrawio.drawio
WAF bar chartspython-diagrams.py + .png
Cost donut / projection chartspython-diagrams.py + .png
Compliance gap chartspython-diagrams.py + .png
Python architecture diagrams (diagrams lib)python-diagrams.py + .png
Swimlane / ERD / timeline / wireframepython-diagrams.py + .png
Inline markdown diagrams (flowchart, sequence)mermaidfenced 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.
Repository
jonathan-vella/azure-agentic-infraops
Last updated
Created

Is this your skill?

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.