agentsclimarketplace

Azure compute

Skill nota-america/forgecat-agent-profiles/profiles/microsoft/azure-skills/microsoft-azure_skills/for-codex/.agents/skills/azure-compute

Production-ready AI agent profiles for Claude Code, Cursor, and Codex. Search, install, and contribute ForgeCat packages.

Install
npx -y skills add nota-america/forgecat-agent-profiles --skill azure-compute

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 24 stars24 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Azure VM and VMSS router for recommendations, pricing, autoscale, orchestration, connectivity troubleshooting, capacity reservations, and Essential Machine Management. WHEN: Azure VM, VMSS, scale set, recommend, compare, server, website, burstable, lightweight, VM family, workload, GPU, learning, simulation, dev/test, backend, autoscale, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, connect, refused, Linux, black screen, reset password, reach VM, port 3389, NSG, troubleshoot, capacity reservation, CRG, reserve VMs, guarantee capacity, pre-provision capacity, CRG association, CRG disassociation, essential machine management, EMM, machine enrollment.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

5.4 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

Azure Compute Skill

Routes Azure VM requests to the appropriate workflow based on user intent.

When to Use This Skill

Activate this skill when the user:

  • Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS)
  • Asks about choosing a VM, VM sizing, pricing, or cost estimates
  • Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test
  • Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration
  • Wants to troubleshoot Azure VM connectivity issues such as unreachable VMs, RDP/SSH failures, black screens, NSG/firewall issues, or credential resets
  • Asks about Capacity Reservation Groups (CRGs), reserving VM capacity, associating/disassociating VMs with a CRG, or guaranteeing compute capacity
  • Asks about Essential Machine Management (EMM), machine enrollment, onboarding VMs for monitoring/security, or enabling machine management at subscription level
  • Uses prompts like "Help me choose a VM"

Routing

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)
│
├─ Essential Machine Management / EMM / machine enrollment
│  └─ Route to [Essential Machine Management](workflows/essential-machine-management/essential-machine-management.md)
│
└─ Unclear
   └─ Ask: "Are you looking for a VM recommendation, troubleshooting a connectivity issue, managing capacity reservations, or enabling Essential Machine Management?"
SignalWorkflow
"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
"essential machine management", "EMM", "machine enrollment"Essential Machine Management

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.

Workflows

WorkflowPurposeReferences
VM RecommenderRecommend VM sizes, VMSS, pricing using public APIs/docsvm-families, retail-prices-api, vmss-guide, vm-quotas
VM TroubleshooterDiagnose and resolve VM connectivity failures (RDP/SSH)cannot-connect-to-vm
Capacity ReservationCreate and manage Capacity Reservation Groups (CRGs)capacity-reservation-overview, association-disassociation
Essential Machine ManagementEnable and manage EMM for subscription-level VM onboardingemm-overview, emm-prerequisites, emm-enable-flow-portal-guidance, emm-enable-flow

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.