Bicep Diagrams
Generates Bicep infrastructure-as-code diagrams for visual understanding and collaboration, streamlining Azure deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bicep-diagrams npx -- -y @trustedskills/bicep-diagrams
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bicep-diagrams": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bicep-diagrams"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates diagrams from Bicep code. It allows users to visualize their infrastructure as code, making complex deployments easier to understand and debug. The generated diagrams represent the resources defined in the Bicep file and their dependencies.
When to use it
- Understanding Complex Deployments: Use this when you need a visual representation of your Azure infrastructure deployed via Bicep.
- Debugging Deployment Issues: Quickly identify dependencies and potential bottlenecks during deployment troubleshooting.
- Documentation & Knowledge Sharing: Create diagrams to document existing deployments or share architectural overviews with team members.
- Onboarding New Team Members: Help new engineers understand the structure of your infrastructure by providing visual aids.
Key capabilities
- Diagram generation from Bicep code
- Visualization of resource dependencies
- Support for Azure infrastructure as code
Example prompts
- "Generate a diagram for this Bicep file: [paste Bicep code here]"
- "Show me the dependencies in my deployment defined by this Bicep file."
- "Create a visual representation of the resources deployed using this Bicep script."
Tips & gotchas
- The quality and clarity of the diagram depend on the complexity of the Bicep code. Very large or deeply nested deployments may result in less readable diagrams.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.