aks-cluster-setup
Installation
SKILL.md
AKS Cluster Setup
This skill owns the AKS-specific design decisions for standing up a production cluster and then hands the provisioning execution to the Azure Skills deployment engine. It distinguishes Day-0 decisions (networking, API-server access — hard to change later) from Day-1 features (can be enabled post-creation). See references/cli-reference.md for the commands.
How this works with Azure Skills
This is a thin facade over provisioning — it owns the AKS design and delegates the generic provisioning execution to Azure Skills; it does not run azd or az deployment itself. It enriches the request with AKS-specific design decisions, then delegates the generic provisioning workflow to Azure Skills.