This one parses Azure Bicep files and generates cloud architecture diagrams by hitting the Eraser API. It reads your .bicep declarations, maps out resource dependencies and module hierarchies, then converts everything into Eraser DSL before rendering it as a visual diagram. Handles the Bicep-specific stuff like showing VNets as containers for subnets, tracking dependsOn relationships, and displaying module boundaries. Built by Eraser Labs, so it's naturally wired into their diagramming service. Useful when you're staring at infrastructure as code and want to see what you're actually deploying without mentally compiling resource blocks. Requires network access since it calls out to the Eraser rendering endpoint.
npx skills add https://github.com/eraserlabs/eraser-io --skill bicep-diagrams