From azure
Routes Azure VM/VMSS queries to recommenders for sizing, pricing, autoscale, orchestration or troubleshooters for connectivity like RDP/SSH failures, NSG blocks, black screens.
npx claudepluginhub passelin/marketplace-test --plugin azureThis skill uses the workspace's default tool permissions.
Routes Azure VM requests to the appropriate workflow based on user intent.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
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)
│
└─ Unclear
└─ Ask: "Are you looking for a VM recommendation, or troubleshooting a connectivity issue?"
| 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 |
| Workflow | Purpose | References |
|---|---|---|
| VM Recommender | Recommend VM sizes, VMSS, pricing using public APIs/docs | vm-families, retail-prices-api, vmss-guide |
| VM Troubleshooter | Diagnose and resolve VM connectivity failures (RDP/SSH) | cannot-connect-to-vm |