/az-cli
Use the Azure CLI (`az`) to manage Azure resources from the command line. Trigger this skill whenever the user asks to create, configure, manage, deploy, or interact with any Azure resource — even if they don't explicitly mention "az cli". Also trigger when the user asks about
$ npx -y skills add Code-and-Sorts/awesome-copilot-agents --skill az-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/az-cli
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use the Azure CLI (`az`) to manage Azure resources from the command line. Trigger this skill whenever the user asks to create, configure, manage, deploy, or interact with any Azure resource — even if they don't explicitly mention "az cli". Also trigger when the user asks about
SKILL.md
az-cli.SKILL.mdname: az-cli
description: Use the Azure CLI (`az`) to manage Azure resources from the command line. Trigger this skill whenever the user asks to create, configure, manage, deploy, or interact with any Azure resource — even if they don't explicitly mention "az cli". Also trigger when the user asks about Azure CLI commands, syntax, or wants to know how to do something in Azure from the terminal.
compatibility: Requires az-cli installed (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) and configured with `az login`.
metadata:
author: Colby Timm
version: "1.0"
Az CLI
Help users accomplish Azure tasks by identifying the right `az` commands, gathering required parameters, and executing them.
Workflow
When a user asks to do something with Azure:
1. **Identify the command** — find the right `az` subcommand from the reference docs below. If the task spans multiple commands, plan the sequence. 2. **Check for required parameters** — read the relevant reference file to understand what the command needs. If the user hasn't provided required values (resource group, name, SKU, location, etc.), ask them before running anything. 3. **Construct and execute** — build the command with the user's parameters and run it. If a command has optional flags that would be useful for the user's scenario, mention them. 4. **Verify the result** — after running a command, check the output for errors. If something fails, diagnose and suggest fixes (common issues: wrong resource group, missing provider registration, quota limits).
When a user asks about Azure CLI syntax or wants to know what commands are available for a service, read the relevant reference file and summarize what's available.
Command Groups
Compute
| Command | Description | Status | Reference | |---------|-------------|--------|-----------| | `az aks` | Azure Kubernetes Service. | GA | [ref](./references/aks.md) | | `az aksarc` | Manage provisioned clusters. | GA (ext) | [ref](./references/aksarc.md) | | `az appservice` | Manage Appservice. | GA | [ref](./references/appservice.md) | | `az batch` | Manage Azure Batch. | GA | [ref](./references/batch.md) | | `az capacity` | Manage capacity. | GA | [ref](./references/capacity.md) | | `az cloud-service` | Manage cloud service. | Experimental (ext) | [ref](./references/cloud-service.md) | | `az compute-fleet` | Manage for Azure Compute Fleet. | Preview | [ref](./references/compute-fleet.md) | | `az compute-recommender` | Manage sku/zone/region recommender info for compute resources. | GA | [ref](./references/compute-recommender.md) | | `az computeschedule` | Computeschedule batch virtual machine operations. | GA (ext) | [ref](./references/computeschedule.md) | | `az container` | Manage Azure Container Instances. | GA | [ref](./references/container.md) | | `az containerapp` | Manage Azure Container Apps. | GA | [ref](./references/containerapp.md) | | `az disk` | Manage Azure Managed Disks. | GA | [ref](./references/disk.md) | | `az disk-access` | Manage disk access resources. | GA | [ref](./references/disk-access.md) | | `az disk-encryption-set` | Disk Encryption Set resource. | GA | [ref](./references/disk-encryption-set.md) | | `az disk-pool` | Manage Azure disk pool. | GA (ext) | [ref](./references/disk-pool.md) | | `az functionapp` | Manage function apps. To install the Azure Functions Core tools, see [the project repository](https://github.com/Azure/azure-functions-core-tools). | GA | [ref](./references/functionapp.md) | | `az image` | Manage custom virtual machine images. | GA | [ref](./references/image.md) | | `az logicapp` | Manage logic apps. | GA | [ref](./references/logicapp.md) | | `az ppg` | Manage Proximity Placement Groups. | GA | [ref](./references/ppg.md) | | `az restore-point` | Manage restore point with res. | GA | [ref](./references/restore-point.md) | | `az serial-console` | Connect to the Serial Console of a Linux/Windows Virtual Machine or VMSS Instance. | GA (ext) | [ref](./references/serial-console.md) | | `az sf` | Manage and administer Azure Service Fabric clusters. | GA | [ref](./references/sf.md) | | `az sig` | Manage shared image gallery. | GA | [ref](./references/sig.md) | | `az snapshot` | Manage point-in-time copies of managed disks, native blobs, or other snapshots. | GA | [ref](./references/snapshot.md) | | `az spring` | Commands to manage Azure Spring Apps. | Deprecated | [ref](./references/spring.md) | | `az ssh` | SSH into resources (Azure VMs, Arc servers, etc) using AAD issued openssh certificates. | GA (ext) | [ref](./references/ssh.md) | | `az sshkey` | Manage ssh public key with vm. | GA | [ref](./references/sshkey.md) | | `az staticwebapp` | Manage static apps. | GA | [ref](./references/staticwebapp.md) | | `az vm` | Manage Linux or Windows virtual machines. | GA | [ref](./references/vm.md) | | `az vmss` | Manage groupings of virtual machines in an Azure Virtual Machine Scale Set (VMSS). | GA | [ref](./references/vmss.md) | | `az webapp` | Manage web apps. | GA | [ref](./references/webapp.md) |
Networking
| Command | Description | Status | Reference | |---------|-------------|--------|-----------| | `az afd` | Manage Azure Front Door Standard/Premium. | GA | [ref](./references/afd.md) | | `az cdn` | Manage Azure Content Delivery Networks (CDNs). | GA | [ref](./references/cdn.md) | | `az dns-resolver` | Manage Dns Resolver. | GA (ext) | [ref](./references/dns-resolver.md) | | `az internet-analyzer` | Commands to manage internet analyzer. | GA (ext) | [ref](./references/internet-analyzer.md) | | `az network` | Manage Azure Network resources. | GA | [ref](./references/network.md) | | `az network-analytics` | Network Analytics command group Azure Operator Insights resource manipulation. | GA (ext) | [ref](./references/network-analytics.md) | | `az network-function` | Manage network function. | GA (ext) | [ref](./references/network-function.md) | | `az networkcloud` | Manage Network Cloud resources. | GA (ext) | [ref](.
Read more
name: az-cli description: Use the Azure CLI (`az`) to manage Azure resources from the command line. Trigger this skill whenever the user asks to create, configure, manage, deploy, or interact with any Azure resource — even if they don't explicitly mention "az cli". Also trigger when the user asks about Azure CLI commands, syntax, or wants to know how to do something in Azure from the terminal. compatibility: Requires az-cli installed (https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) and configured with `az login`. metadata: author: Colby Timm version: "1.0"
Az CLI
Help users accomplish Azure tasks by identifying the right `az` commands, gathering required parameters, and executing them.
Workflow
When a user asks to do something with Azure:
1. **Identify the command** — find the right `az` subcommand from the reference docs below. If the task spans multiple commands, plan the sequence. 2. **Check for required parameters** — read the relevant reference file to understand what the command needs. If the user hasn't provided required values (resource group, name, SKU, location, etc.), ask them before running anything. 3. **Construct and execute** — build the command with the user's parameters and run it. If a command has optional flags that would be useful for the user's scenario, mention them. 4. **Verify the result** — after running a command, check the output for errors. If something fails, diagnose and suggest fixes (common issues: wrong resource group, missing provider registration, quota limits).
When a user asks about Azure CLI syntax or wants to know what commands are available for a service, read the relevant reference file and summarize what's available.
Command Groups
Compute
| Command | Description | Status | Reference | |---------|-------------|--------|-----------| | `az aks` | Azure Kubernetes Service. | GA | [ref](./references/aks.md) | | `az aksarc` | Manage provisioned clusters. | GA (ext) | [ref](./references/aksarc.md) | | `az appservice` | Manage Appservice. | GA | [ref](./references/appservice.md) | | `az batch` | Manage Azure Batch. | GA | [ref](./references/batch.md) | | `az capacity` | Manage capacity. | GA | [ref](./references/capacity.md) | | `az cloud-service` | Manage cloud service. | Experimental (ext) | [ref](./references/cloud-service.md) | | `az compute-fleet` | Manage for Azure Compute Fleet. | Preview | [ref](./references/compute-fleet.md) | | `az compute-recommender` | Manage sku/zone/region recommender info for compute resources. | GA | [ref](./references/compute-recommender.md) | | `az computeschedule` | Computeschedule batch virtual machine operations. | GA (ext) | [ref](./references/computeschedule.md) | | `az container` | Manage Azure Container Instances. | GA | [ref](./references/container.md) | | `az containerapp` | Manage Azure Container Apps. | GA | [ref](./references/containerapp.md) | | `az disk` | Manage Azure Managed Disks. | GA | [ref](./references/disk.md) | | `az disk-access` | Manage disk access resources. | GA | [ref](./references/disk-access.md) | | `az disk-encryption-set` | Disk Encryption Set resource. | GA | [ref](./references/disk-encryption-set.md) | | `az disk-pool` | Manage Azure disk pool. | GA (ext) | [ref](./references/disk-pool.md) | | `az functionapp` | Manage function apps. To install the Azure Functions Core tools, see [the project repository](https://github.com/Azure/azure-functions-core-tools). | GA | [ref](./references/functionapp.md) | | `az image` | Manage custom virtual machine images. | GA | [ref](./references/image.md) | | `az logicapp` | Manage logic apps. | GA | [ref](./references/logicapp.md) | | `az ppg` | Manage Proximity Placement Groups. | GA | [ref](./references/ppg.md) | | `az restore-point` | Manage restore point with res. | GA | [ref](./references/restore-point.md) | | `az serial-console` | Connect to the Serial Console of a Linux/Windows Virtual Machine or VMSS Instance. | GA (ext) | [ref](./references/serial-console.md) | | `az sf` | Manage and administer Azure Service Fabric clusters. | GA | [ref](./references/sf.md) | | `az sig` | Manage shared image gallery. | GA | [ref](./references/sig.md) | | `az snapshot` | Manage point-in-time copies of managed disks, native blobs, or other snapshots. | GA | [ref](./references/snapshot.md) | | `az spring` | Commands to manage Azure Spring Apps. | Deprecated | [ref](./references/spring.md) | | `az ssh` | SSH into resources (Azure VMs, Arc servers, etc) using AAD issued openssh certificates. | GA (ext) | [ref](./references/ssh.md) | | `az sshkey` | Manage ssh public key with vm. | GA | [ref](./references/sshkey.md) | | `az staticwebapp` | Manage static apps. | GA | [ref](./references/staticwebapp.md) | | `az vm` | Manage Linux or Windows virtual machines. | GA | [ref](./references/vm.md) | | `az vmss` | Manage groupings of virtual machines in an Azure Virtual Machine Scale Set (VMSS). | GA | [ref](./references/vmss.md) | | `az webapp` | Manage web apps. | GA | [ref](./references/webapp.md) |
Networking
| Command | Description | Status | Reference | |---------|-------------|--------|-----------| | `az afd` | Manage Azure Front Door Standard/Premium. | GA | [ref](./references/afd.md) | | `az cdn` | Manage Azure Content Delivery Networks (CDNs). | GA | [ref](./references/cdn.md) | | `az dns-resolver` | Manage Dns Resolver. | GA (ext) | [ref](./references/dns-resolver.md) | | `az internet-analyzer` | Commands to manage internet analyzer. | GA (ext) | [ref](./references/internet-analyzer.md) | | `az network` | Manage Azure Network resources. | GA | [ref](./references/network.md) | | `az network-analytics` | Network Analytics command group Azure Operator Insights resource manipulation. | GA (ext) | [ref](./references/network-analytics.md) | | `az network-function` | Manage network function. | GA (ext) | [ref](./references/network-function.md) | | `az networkcloud` | Manage Network Cloud resources. | GA (ext) | [ref](.
✨ A curated list of awesome GitHub instructions, prompt, skills, MCPs and agent markdown files for enhancing your GitHub Copilot AI experience.
Repo: Code-and-Sorts/awesome-copilot-agents
Other skills on awesome-copilot-agents.
- /calculator
Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.
Open skill - /azure-prices
Look up and compare Azure service pricing using the Azure Retail Prices API. Use this skill whenever the user asks about Azure costs, pricing, rates, or wants to compare prices across regions or services — even if they don't say "pricing" explicitly. Trigger for questions like
Open skill - /jira-cli
Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.
Open skill

