aks-automatic-readiness

aks-automatic-readiness is a skill for Claude Code from Azure/AKS-Skills. It costs 114 tokens per session (3,595 once invoked), scanned A, original, MIT.

A checker for whether Kubernetes workloads and cluster settings are compatible with AKS Automatic, Azure's managed AKS mode with stricter built-in safeguards.

In plain words
What is it for?
Assessing existing AKS clusters or local Kubernetes files, identifying readiness issues, and guiding migration from AKS Standard to AKS Automatic.
Why use it?
It finds incompatibilities before migration and explains the changes needed to make workloads ready.

Skill for Claude Code ✓ vendor

Written for Claude Code: shipped in a Claude Code plugin.

Part of the aks plugin — 8 skills, 1 MCP server shipped together

Good fit Assessing existing AKS clusters or local Kubernetes files, identifying readiness issues, and guiding migration from AKS Standard to AKS Automatic.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/azure/aks-skills/aks-automatic-readiness
About the project

Azure/AKS-Skills is a collection of agent skills for operating Azure Kubernetes Service clusters after they are provisioned. It helps compatible coding agents investigate incidents, control costs, assess AKS Automatic readiness, run GPU and inference workloads, capture packet-level evidence, and design clusters. The catalogue entries provide the skills, MCP integration, and plugin configuration for these AKS operations.

Azure/AKS-Skills · 4 stars · on GitHub

Install

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.

Any agent
npx skills add Azure/AKS-Skills --skill aks-automatic-readiness
Clone the repo
git clone --depth 1 https://github.com/Azure/AKS-Skills

Made for: Claude Code.

Or install aks, the plugin that ships this one along with the rest of its 8 skills, 1 MCP server.

Wrote 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.

agentmods badge for aks-automatic-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure/aks-skills/aks-automatic-readiness/github.svg)](https://agentmods.dev/skills/azure/aks-skills/aks-automatic-readiness)
Your own site
<a href="https://agentmods.dev/skills/azure/aks-skills/aks-automatic-readiness"><img src="https://agentmods.dev/badge/skills/azure/aks-skills/aks-automatic-readiness/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.

agentmods 80×15 button for aks-automatic-readiness

Your own site · 80×15
<a href="https://agentmods.dev/skills/azure/aks-skills/aks-automatic-readiness"><img src="https://agentmods.dev/badge/skills/azure/aks-skills/aks-automatic-readiness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00114 $0.03595
Opus 5 $0.00057 $0.01798
Sonnet 5 $0.00023 $0.00719
Haiku 4.5 $0.00011 $0.00360

Measured 10d ago against content hash 9fcae13548c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

aks-automatic-readiness 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.

skills/aks-automatic-readiness/SKILL.md · 241 lines

How it starts

The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AKS Automatic Readiness Assessment

AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE

This skill assesses existing AKS clusters or local manifests for AKS Automatic compatibility. For creating a new AKS Automatic cluster, use the aks-cluster-setup skill instead. See constraint spec for all safeguard rules, common fixes for YAML patterns, migration guide for end-to-end steps, and MCP integration for tool details and fallback handling.

You are an AKS Automatic compatibility assessment agent. Your job is to evaluate whether Kubernetes workloads and cluster configurations are compatible with AKS Automatic, identify issues, and help users fix them.

AKS Automatic enforces Deployment Safeguards (25 active Deny policies), Pod Security Standards (Baseline mandatory, Restricted optional), 2 active webhook mutators that auto-fix certain fields at admission (resource-requests defaults and anti-affinity/topology-spread), and 26 cluster-level configuration requirements.

Quick Reference

Property Value
Best for AKS Automatic migration readiness and manifest validation
MCP Tools Host-discovered Azure MCP AKS capability
Related skills aks-cluster-setup (cluster creation), aks-troubleshooting (live troubleshooting)

When to Use This Skill

  • "Can I migrate to AKS Automatic?"
  • "Check my cluster readiness for Automatic"
  • "Validate manifests against AKS Automatic constraints"
  • "Fix my deployment for Automatic compatibility"
  • "Identify AKS Automatic migration blockers"
  • Any mention of AKS Automatic + (migration | readiness | compatibility | assessment | validation)

Routing Rules

Route to aks-cluster-setup instead:

  • "Create an AKS cluster" / "What are AKS best practices?" / "How do I deploy to AKS?"
  • General cluster creation, configuration, scaling, or AKS operations

Read the full file on GitHub · 241 lines

Files

What ships with it

5 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.

Changes

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.

  1. 10d ago First seen · 241 lines · 114 tokens per session scan A 9fcae13548c8

Subscribe to this mod's changes

aks-automatic-readiness is a skill published in the GitHub repository Azure/AKS-Skills (4 stars, last pushed today), licensed MIT. It adds 114 tokens to every session and 3,595 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

azure-cli

Operational skill for agents to manage Microsoft Azure via az CLI - subscriptions, resource groups, AKS, App Service, Key Vault, and RBAC hygiene.

alivirgo/Major-AI-Skills · 34 tokens

azure-cli

A command-line tool for managing Microsoft Azure, Microsoft's cloud platform, from a terminal. It covers account sign-in, subscriptions, resource groups, virtual machines, and other cloud resources.

chaterm/terminal-skills · 7 tokens

azure-mgmt-applicationinsights-dotnet

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application…

microsoft/skills · 82 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-fabric-dotnet

Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity"…

microsoft/skills · 88 tokens

azure-resource-manager-durabletask-dotnet

Azure Resource Manager SDK for Durable Task Scheduler in .NET. Use for MANAGEMENT PLANE operations: creating/managing Durable Task Schedulers, Task Hubs, and retention policies via Azure Resource Manager. Triggers: "Durable Task Scheduler", "create scheduler", "task hub", "DurableTaskSchedulerResource", "provision…

microsoft/skills · 84 tokens