From azure
Routes Azure VM and VMSS requests: recommends/compares sizes, creates/provisions, troubleshoots connectivity, manages capacity reservations and essential machine management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure:azure-computeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Routes Azure VM and Virtual Machine Scale Set (VMSS) requests to the right workflow.
references/retail-prices-api.mdreferences/vm-families.mdreferences/vm-quotas.mdreferences/vmss-guide.mdworkflows/capacity-reservation/capacity-reservation.mdworkflows/capacity-reservation/references/association-disassociation.mdworkflows/capacity-reservation/references/capacity-reservation-overview.mdworkflows/essential-machine-management/essential-machine-management.mdworkflows/essential-machine-management/references/emm-enable-flow-portal-guidance.mdworkflows/essential-machine-management/references/emm-enable-flow.mdworkflows/essential-machine-management/references/emm-overview.mdworkflows/essential-machine-management/references/emm-prerequisites.mdworkflows/vm-creator/examples/bicep/README.mdworkflows/vm-creator/examples/bicep/main.bicepworkflows/vm-creator/examples/terraform/README.mdworkflows/vm-creator/examples/terraform/main.tfworkflows/vm-creator/examples/terraform/outputs.tfworkflows/vm-creator/examples/terraform/variables.tfworkflows/vm-creator/references/delivery-options/github-pr.mdworkflows/vm-creator/references/delivery-options/index.mdRoutes Azure VM and Virtual Machine Scale Set (VMSS) requests to the right workflow.
Disambiguate with azure-prepare: if the user wants to deploy an application (Docker service, web app, API, serverless workload), route to azure-prepare. vm-creator is for bare VM/VMSS infrastructure only.
Azure compute intent?
├── Recommend / compare / price a VM or VMSS → VM Recommender
├── Create / provision / deploy a VM or VMSS → VM Creator
├── Can't connect / RDP / SSH / port refused → VM Troubleshooter
├── Reserve / guarantee capacity (CRG) → Capacity Reservation
├── Machine enrollment / Essential Machine Management → Essential Machine Management
└── Unclear → Ask which of the above
Routing rule: read the matched workflow file before any reference file. The workflow owns the step-by-step guidance; references are looked up on demand.
| Workflow | File | Use when |
|---|---|---|
| VM Recommender | vm-recommender.md | User asks which VM/VMSS to choose, wants pricing, or wants to compare options |
| VM Creator | vm-creator.md | User wants to provision a bare VM or VMSS (not an app deployment) |
| VM Troubleshooter | vm-troubleshooter.md | User can't connect, RDP/SSH refused, black screen, needs password reset |
| Capacity Reservation | capacity-reservation.md | User needs to reserve / guarantee VM capacity (CRG create / associate / disassociate) |
| Essential Machine Management | essential-machine-management.md | User asks about EMM / machine enrollment / monitor |
npx claudepluginhub anthropics/claude-plugins-official --plugin azureRoutes Azure VM/VMSS queries to recommenders for sizing, pricing, autoscale, orchestration or troubleshooters for connectivity like RDP/SSH failures, NSG blocks, black screens.
Guides Azure Virtual Machines development: VM sizing, disks, images, Spot/reserved, HPC/GPU, Oracle, AKS node workloads, troubleshooting, best practices, and deployment.
Routes Azure tasks to the right specialist agent from a catalog. Classifies tasks into domains (architecture, containers, database, etc.) and dispatches single agents or parallel teams. Does not answer Azure questions itself.