Agent skill · Security

azure-architecture-autopilot

Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotships scriptsMIT
Install
npx skills add github/awesome-copilot --skill azure-architecture-autopilot --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 18
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/azure-architecture-autopilot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure Architecture Builder A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment. The diagram engine is **embedded within the skill** (`scripts/` folder). No `pip install` needed — it directly uses the bundled Python scripts to generate interactive HTML diagrams with 605+ official Azure icons. Ready to use immediately without network access or package installation. ## Automatic User Language Detection **🚨 Detect the language of the user's first message and provide all subsequent responses in that language. This is the highest-priority principle.** - If the user writes in Korean → respond in Korean - If the user writes in English → **respond in English** (ask_user, progress updates, reports, Bicep comments — all in English) - The instructions and examples in this document are written in English, and **all user-facing output must match the user's language** **⚠️ Do not copy examples from this document verbatim to the user.** Use only the structure as reference, and adapt text to the user's language. ## Tool Usage Guide (GHCP Environment) | Feature | Tool Name | N

What's inside
Steps it walks through
  1. Automatic User Language Detection
  2. Tool Usage Guide (GHCP Environment)
  3. External Tool Path Discovery
  4. Progress Updates Required
  5. Parallel Preload Principle
  6. Path Branching — Automatically Determined by User Request
  7. Path A: New Design (New Build)
  8. Path B: Existing Analysis + Modification (Analyze & Modify)
  9. When Path Determination Is Ambiguous
  10. Phase Transition Rules
  11. Service Coverage & Fallback
  12. Optimized Services
  13. Other Azure Services
  14. Stable vs Dynamic Information Handling
Ships with 17 files
  • .gitignore
  • assets/06-architecture-diagram.png
  • assets/07-azure-portal-resources.png
  • assets/08-deployment-succeeded.png
  • references/ai-data.md
  • references/architecture-guidance-sources.md
  • references/azure-common-patterns.md
  • references/azure-dynamic-sources.md
  • references/bicep-generator.md
  • references/bicep-reviewer.md
  • references/phase0-scanner.md
  • references/phase1-advisor.md
  • references/phase4-deployer.md
  • references/service-gotchas.md
  • scripts/cli.py
  • scripts/generator.py
  • scripts/icons.py
More from awesome-copilot
All skills →
About this skill
What does the azure-architecture-autopilot skill do?

Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2

How do I install it?

Run `npx skills add github/awesome-copilot --skill azure-architecture-autopilot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going