Transform Azure resource groups into detailed architecture diagrams showing resource relationships and configurations.
Works with
Discovers all resources within a resource group and analyzes their configurations, dependencies, and interconnections
Generates Mermaid diagrams organized by logical layers (Network, Compute, Data, Security, Monitoring) with SKU details and connection labels
Maps relationships including network connections, data flows, identity bindings, and configuration dependencie
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionazure-resource-visualizerExecute the skills CLI command in your project's root directory to begin installation:
Fetches azure-resource-visualizer from microsoft/azure-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate azure-resource-visualizer. Access via /azure-resource-visualizer in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
582
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
582
stars
A user may ask for help understanding how individual resources fit together, or to create a diagram showing their relationships. Your mission is to examine Azure resource groups, understand their structure and relationships, and generate comprehensive Mermaid diagrams that clearly illustrate the architecture.
If the user hasn't specified a resource group:
az.If a resource group is specified, validate it exists and proceed.
For bulk resource discovery across subscriptions, use Azure Resource Graph queries. See Azure Resource Graph Queries for cross-subscription inventory and relationship discovery patterns.
Once you have the resource group:
Query all resources in the resource group using Azure MCP tools or az.
Analyze each resource type and capture:
Map relationships by identifying:
Create a detailed Mermaid diagram using the graph TB (top-to-bottom) or graph LR (left-to-right) format.
See example-diagram.md for a complete sample architecture diagram.
Key Diagram Requirements:
<br/> for line breaks)--> for data flow or dependencies-.-> for optional/conditional connections==> for critical/primary pathsResource Type Examples:
Use template-architecture.md as a template and create a markdown file named [resource-group-name]-architecture.md with:
Azure MCP Search:
intent="list resource groups" to discover resource groupsintent="list resources in group" with group name to get all resourcesintent="get resource details" for individual resource analysiscommand parameter when you need specific Azure operationsFile Creation:
docs/ folder if it exists[rg-name]-architecture.mdTerminal (when needed):
az resource list --resource-group <name> --output jsonaz network vnet show --resource-group <name> --name <vnet-name>Always Do:
Never Do:
graph TB (top-to-bottom) for vertical layoutsgraph LR (left-to-right) for horizontal layouts (better for wide architectures)subgraph "Descriptive Name"ID["Display Name<br/>Details"]SOURCE -->|"Label"| TARGETmermaid language tag for diagramsA successful analysis includes:
Your goal is to provide clarity and insight into Azure architectures, making complex resource relationships easy to understand through excellent visualization.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
microsoft/azure-skills
microsoft/azure-skills
microsoft/GitHub-Copilot-for-Azure
microsoft/GitHub-Copilot-for-Azure
mwguerra/claude-code-plugins
zhanghandong/rust-skills
azure-resource-visualizer reduced setup friction for our internal harness; good balance of opinion and flexibility.
azure-resource-visualizer has been reliable in day-to-day use. Documentation quality is above average for community skills.
azure-resource-visualizer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
azure-resource-visualizer has been reliable in day-to-day use. Documentation quality is above average for community skills.
azure-resource-visualizer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: azure-resource-visualizer is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend azure-resource-visualizer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
azure-resource-visualizer reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend azure-resource-visualizer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
azure-resource-visualizer is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 75