From azure
Routes Azure VM and VMSS queries to workflows for recommendations, pricing, autoscale, orchestration, connectivity troubleshooting, and capacity reservations.
npx claudepluginhub anthropics/claude-plugins-official --plugin azureThis skill uses the workspace's default tool permissions.
Routes Azure VM requests to the appropriate workflow based on user intent.
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/vm-recommender/vm-recommender.mdworkflows/vm-troubleshooter/references/cannot-connect-to-vm.mdworkflows/vm-troubleshooter/references/credential-auth-errors.mdworkflows/vm-troubleshooter/references/firewall-blocking.mdworkflows/vm-troubleshooter/references/network-connectivity.mdworkflows/vm-troubleshooter/references/rdp-connectivity.mdworkflows/vm-troubleshooter/references/rdp-service-config.mdworkflows/vm-troubleshooter/references/ssh-connectivity.mdworkflows/vm-troubleshooter/references/vm-agent-not-responding.mdworkflows/vm-troubleshooter/vm-troubleshooter.mdGenerates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Routes Azure VM requests to the appropriate workflow based on user intent.
Activate this skill when the user:
User intent?
├─ Recommend / choose / compare / price a VM or VMSS
│ └─ Route to [VM Recommender](workflows/vm-recommender/vm-recommender.md)
│
├─ Can't connect / RDP / SSH / troubleshoot a VM
│ └─ Route to [VM Troubleshooter](workflows/vm-troubleshooter/vm-troubleshooter.md)
│
├─ Capacity reservation / CRG / reserve capacity / associate VM with CRG
│ └─ Route to [Capacity Reservation](workflows/capacity-reservation/capacity-reservation.md)
│
└─ Unclear
└─ Ask: "Are you looking for a VM recommendation, troubleshooting a connectivity issue, or managing capacity reservations?"
| Signal | Workflow |
|---|---|
| "recommend VM", "which VM", "VM size", "VM pricing", "VMSS", "scale set" | VM Recommender |
| "can't connect", "RDP", "SSH", "NSG blocking", "reset password", "black screen" | VM Troubleshooter |
| "capacity reservation", "CRG", "reserve capacity", "guarantee capacity", "associate VM with CRG" | Capacity Reservation |
Routing rule: Always read the matched workflow file before accessing any reference files. The workflow file contains the step-by-step guidance and the reference routing table for the user's request.
| Workflow | Purpose | References |
|---|---|---|
| VM Recommender | Recommend VM sizes, VMSS, pricing using public APIs/docs | vm-families, retail-prices-api, vmss-guide, vm-quotas |
| VM Troubleshooter | Diagnose and resolve VM connectivity failures (RDP/SSH) | cannot-connect-to-vm |
| Capacity Reservation | Create and manage Capacity Reservation Groups (CRGs) | capacity-reservation-overview, association-disassociation |