Add Azure Architecture Diagrams skill#855
Open
hanv89 wants to merge 1 commit into
Open
Conversation
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding
Azure Architecture Diagramsto Development & Code Tools (alphabetically betweenaws-skillsandChangelog Generator).What it is
A self-contained Claude Skill for drawing Microsoft Azure and Microsoft Fabric architecture diagrams in PlantUML, using literal
<img:URL>references to 840 redistributed first-party-MIT-licensed icons:plantuml-stdlib/Azure-PlantUML(MIT community redistribution).@fabric-msft/svg-icons(Microsoft first-party MIT).Why it qualifies
npm testcovers 50 cases; bash unit + fixture tests for build scripts and the monitor scripts. Docker smoke validates--version+install --version=1.1.0against the live npm registry on every release.--agent=claude-code | codex | cursor(or--agent=all). Per-project Cursor model, per-user Claude Code / Codex model.Install
In a fresh Claude Code session: "Draw an Azure AKS architecture feeding a Microsoft Fabric data plane (OneLake + Lakehouse + Power BI)." The agent emits a
.pumlusing<img:>tokens, renderable atplay.plantuml.com, Confluence, or GitHub inline.Network calls / permissions
No
--dangerously-skip-permissions. The CLI fetches only fromraw.githubusercontent.com(skill bundle + icon paths verified at install). No Anthropic API, no telemetry, no third-party endpoint.v1.1.0 highlight — icon discovery
v1.1.0introduced per-vendorINDEX.md(dist/Azure/INDEX.md,dist/Fabric/INDEX.md) — a flat markdown catalog ofpath | name | category | description | tags. The skill teaches the agent to grep INDEX.md instead of guessing filenames, which matters because upstream filenames sometimes diverge from product names (Microsoft Entra ID→AzureActiveDirectory.png,Azure DDoS Protection→AzureAzureDDoSProtection.png).Links