microsoft/skill-metrics
[Skill] metrics, azure-monitor, aks - Query Azure Monitor metrics for Koji AKS node CPU, memory, disk usage, and pod readiness.
npx skills add https://github.com/microsoft/azurelinux --skill skill-metrics
| Tool | Purpose |
|------|---------|
| monitor_metrics_definitions | Discover available metrics for a resource |
| monitor_metrics_query | Query metric time-series values |
Microsoft.ContainerService/managedClusters)| Metric | Description |
|--------|-------------|
| node_cpu_usage_percentage | Node CPU utilization |
| node_memory_working_set_percentage | Node memory utilization |
| kube_pod_status_ready | Pod readiness count |
| node_disk_usage_percentage | Node disk utilization |
Use aggregation: "Average" and interval: "PT1H" for hourly trends, interval: "PT5M" for granular views.
Example: Query AKS node CPU and memory over the last 24 hours:
resource: AKS cluster name from deployment summarymetric-names: node_cpu_usage_percentage,node_memory_working_set_percentagemetric-namespace: Microsoft.ContainerService/managedClustersaggregation: Averageinterval: PT1HTake microsoft/skill-metrics from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.