Railway's official agent skill: create projects, provision databases and buckets, deploy, manage variables and domains, and read build failures back — from the CLI, API or MCP server.
Azure Kubernetes Service (AKS)Skill
Summary
Microsoft's official AKS planning skill: separates the Day-0 decisions you cannot undo (networking, API server) from the Day-1 features you can switch on later.
Features
- Separates Day-0 decisions from Day-1 features explicitly
- AKS Automatic vs Standard SKU selection with a stated default
- Networking: Azure CNI Overlay vs VNet-routable, private API server, egress
- Production checklist: 3 zones, system node pool, SKU guidance, PDBs
- Observability via Container Insights, Managed Prometheus and Grafana
- Cost controls: Spot pools, NAP, stop/start, reservations
- Deep-dive references for rightsizing, VPA, cluster autoscaler and Spot
- Guardrails against leaking secrets or subscription identifiers
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Plan a production AKS cluster for a 40-service workload in two regions. Walk me through the Day-0 decisions first and tell me which ones I cannot change later.
Description
azure-kubernetes is Microsoft's official agent skill for planning and creating
production AKS clusters, part of the microsoft/azure-skills plugin. Its organising idea is the
distinction between Day-0 decisions — networking model, API server access, IP ranges — which are
painful or impossible to change after the cluster exists, and Day-1 features which can be
enabled any time. The skill pushes the agent to settle the former deliberately and not bikeshed the
latter.
Opinionated defaults, stated as such. AKS Automatic is the default recommendation unless you
need customisation that Node Auto Provisioning cannot express; Azure CNI Overlay is the recommended
pod IP model, with VNet-routable Azure CNI reserved for cases where pods must be addressable from
the VNet or on-premises.
Production checklist. Three availability zones and the Standard tier for a zone-redundant
control plane and the 99.95% API server SLA. A dedicated system node pool of at least two nodes,
tainted CriticalAddonsOnly. Latest-generation (v5/v6) SKUs with at least 4 vCPUs, and an explicit
warning off burstable B-series VMs. Ephemeral OS disks and Azure Linux for faster node startup, KEDA
for event-driven scaling, PodDisruptionBudgets and topology spread constraints for every production
workload, Microsoft Defender for Containers for runtime protection, maintenance windows and
auto-upgrade for patching, and AKS Fleet Manager for staged rollouts.
Cost controls get their own section — Spot node pools for interruptible work, az aks stop/start
for dev clusters, reservations for steady state — with deeper reference files for pod rightsizing,
the Vertical Pod Autoscaler, the cluster autoscaler and Spot pools, loaded only when the prompt
actually matches.
Guardrails. It refuses to output secrets, resolves subscription context through MCP tools oraz account show rather than asking you to paste subscription IDs, and declines to promise zero
downtime. An error table maps common failures — quota exceeded, pod subnet IP exhaustion, Workload
Identity misconfiguration — to concrete remediation.
It prefers the azure MCP server's AKS tools and falls back to az aks only where the MCP surface
does not reach. MIT licensed.
Related Skills
Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.