Azure Skills Plugin is an agent plugin that packages Azure-specific guidance with MCP server configurations for carrying out Azure work. Coding agents use it to plan, deploy, troubleshoot, monitor, govern, and optimize Azure applications and services. The catalogue entries are the plugin's skills, instructions, and execution integrations.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add microsoft/azure-skills --skill azure-kubernetesgit clone --depth 1 https://github.com/microsoft/azure-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/microsoft/azure-skills/azure-kubernetes)<a href="https://agentmods.dev/skills/microsoft/azure-skills/azure-kubernetes"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-kubernetes/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/microsoft/azure-skills/azure-kubernetes"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-kubernetes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00144 | $0.02465 |
| Opus 5 | $0.00072 | $0.01233 |
| Sonnet 5 | $0.00029 | $0.00493 |
| Haiku 4.5 | $0.00014 | $0.00247 |
Grade A, and why
azure-kubernetes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to azure-kubernetes — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Azure Kubernetes Service
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
This skill produces a recommended AKS cluster configuration based on user requirements, distinguishing Day-0 decisions (networking, API server — hard to change later) from Day-1 features (can enable post-creation). See CLI reference for commands.
Quick Reference
| Property | Value |
|---|---|
| Best for | AKS cluster planning and Day-0 decisions |
| MCP Tools | mcp_azure_mcp_aks |
| CLI | az aks create, az aks show, kubectl get, kubectl describe |
| Related skills | azure-kubernetes-app-deploy (deploy an app to an existing cluster), azure-diagnostics (troubleshooting AKS), azure-validate (readiness checks), azure-kubernetes-automatic-readiness (migrate existing cluster to AKS Automatic) |
When to Use This Skill
Activate this skill when user wants to:
- Create a new AKS cluster
- Plan AKS cluster configuration for production workloads
- Design AKS networking (API server access, pod IP model, egress)
- Set up AKS identity and secrets management
- Configure AKS governance (Azure Policy, Deployment Safeguards)
- Enable AKS observability (Container Insights, Managed Prometheus, Grafana)
- Define AKS upgrade and patching strategy
- Understand AKS Automatic vs Standard SKU differences
- Get a Day-0 checklist for AKS cluster setup and configuration
Deploying an application to an existing cluster? This skill provisions and configures the cluster. To containerize an app and deploy it to a cluster that already exists (Dockerfile + manifests + Deployment Safeguards), use the
azure-kubernetes-app-deploysub-skill instead.
Rules
- Start with the user's requirements for provisioning compute, networking, security, and other settings.
- Use the
azureMCP server and selectmcp_azure_mcp_aksfirst to discover the exact AKS-specific MCP tools surfaced by the client. Choose the smallest discovered AKS tool that fits the task, and fall back to Azure CLI (az aks) only when the needed functionality is not exposed through the AKS MCP surface. - Determine if AKS Automatic or Standard SKU is more appropriate based on the user's need for control vs convenience. Default to AKS Automatic unless specific customizations are required.
- Document decisions and rationale for cluster configuration choices, especially for Day-0 decisions that are hard to change later (networking, API server access).
What ships with it
52 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/aspnet-core.md 7.3 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/django.md 6.0 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/express.md 6.7 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/fastapi.md 5.8 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/flask.md 6.2 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/go.md 6.8 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/nestjs.md 6.7 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/nextjs.md 7.1 KB
- azure-kubernetes-app-deploy/knowledge-packs/frameworks/spring-boot.md 6.0 KB
- azure-kubernetes-app-deploy/phases/quick-deploy.md 7.8 KB
- azure-kubernetes-app-deploy/references/base-images.md 3.6 KB
- azure-kubernetes-app-deploy/references/detection.md 3.5 KB
- azure-kubernetes-app-deploy/references/rollback.md 2.0 KB
- azure-kubernetes-app-deploy/references/safeguards.md 2.9 KB
- azure-kubernetes-app-deploy/references/workload-identity.md 7.4 KB
- azure-kubernetes-app-deploy/SKILL.md 2.0 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/dotnet.Dockerfile 2.6 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/dotnet.dockerignore 125 B
- azure-kubernetes-app-deploy/templates/dockerfiles/go.Dockerfile 2.1 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/go.dockerignore 128 B
- azure-kubernetes-app-deploy/templates/dockerfiles/java.Dockerfile 3.0 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/java.dockerignore 156 B
- azure-kubernetes-app-deploy/templates/dockerfiles/node.Dockerfile 3.0 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/node.dockerignore 173 B
- azure-kubernetes-app-deploy/templates/dockerfiles/python.Dockerfile 2.5 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/python.dockerignore 201 B
- azure-kubernetes-app-deploy/templates/dockerfiles/rust.Dockerfile 3.2 KB
- azure-kubernetes-app-deploy/templates/dockerfiles/rust.dockerignore 87 B
- azure-kubernetes-app-deploy/templates/github-actions/deploy.yml 7.4 KB
- azure-kubernetes-app-deploy/templates/k8s/configmap.yaml 1.0 KB
- azure-kubernetes-app-deploy/templates/k8s/deployment.yaml 3.4 KB
- azure-kubernetes-app-deploy/templates/k8s/gateway.yaml 1.5 KB
- azure-kubernetes-app-deploy/templates/k8s/hpa.yaml 1.4 KB
- azure-kubernetes-app-deploy/templates/k8s/httproute.yaml 1.3 KB
- azure-kubernetes-app-deploy/templates/k8s/ingress.yaml 1.9 KB
- azure-kubernetes-app-deploy/templates/k8s/namespace.yaml 734 B
- azure-kubernetes-app-deploy/templates/k8s/networkpolicy.yaml 1.6 KB
- azure-kubernetes-app-deploy/templates/k8s/pdb.yaml 758 B
- azure-kubernetes-app-deploy/templates/k8s/service.yaml 864 B
- azure-kubernetes-app-deploy/templates/k8s/serviceaccount.yaml 1.4 KB
- azure-kubernetes-app-deploy/templates/mermaid/architecture-diagram.md 1.6 KB
- azure-kubernetes-app-deploy/templates/mermaid/summary-dashboard.md 1.7 KB
- azure-kubernetes-automatic-readiness/references/common-fixes.md 6.7 KB
- azure-kubernetes-automatic-readiness/references/constraint-spec-v1.yaml 19 KB
- azure-kubernetes-automatic-readiness/references/mcp-integration.md 6.5 KB
- azure-kubernetes-automatic-readiness/references/migration-guide-summary.md 4.4 KB
- azure-kubernetes-automatic-readiness/SKILL.md 15 KB
- references/azure-aks-autoscaler.md 3.0 KB
- references/azure-aks-rightsizing.md 4.3 KB
- references/azure-aks-spot.md 3.7 KB
- references/azure-aks-vpa.md 1.4 KB
- references/cli-reference.md 1.2 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 159 lines · 144 tokens per session scan A a5d09eecf5af
azure-kubernetes is a skill published in the GitHub repository microsoft/azure-skills (1,463 stars, last pushed today), licensed MIT. It adds 144 tokens to every session and 2,465 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to azure-kubernetes, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
azd-deployment
Deploy containerized frontend + backend applications to Azure Container Apps with remote builds, managed identity, and idempotent infrastructure.
openshell-cli
Guide agents through using the OpenShell CLI (openshell) for sandbox management, gateway registration, provider configuration and refresh, policy iteration, settings, service exposure, BYOC workflows, and inference routing. Covers basic through advanced multi-step workflows. Trigger keywords - openshell, sandbox…
langbot-deploy
Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…
compute-env-setup
Set up a compute environment on a remote provider so Claude Science jobs can run there. Covers direct SSH/conda hosts, Slurm clusters, container-via-bridge runners, and managed-API providers (Modal, GCP, RunPod). Use when standing up a new provider, porting an env to a different backend, adding a tool that needs its…
azure-cloud-migrate
Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud…
atmos-helmfile
Helmfile orchestration: sync/apply/destroy/diff, Kubernetes deployments, varfile generation, EKS integration, source management.