-
Notifications
You must be signed in to change notification settings - Fork 362
Create blog post for agent skills for AKS #5683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,85 @@ | ||||||||||
| --- | ||||||||||
| title: "Turn your agents into AKS experts: Agent Skills for AKS" | ||||||||||
| date: 2026-03-26 | ||||||||||
| description: "Announcing agent skills for AKS, easily pluggable into any agent to enhance them with built-in AKS expertise, safer workflows, and reduced developer overhead." | ||||||||||
| authors: [julia-yin] | ||||||||||
| tags: [agent, skills, mcp, developer] | ||||||||||
| draft: true | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| We're excited to announce **agent skills for AKS**, bringing AKS best practices and troubleshooting guidance directly into **any AI agent** of your choosing. The AKS-specific skills are now available as part of the **GitHub Copilot for Azure** extension, directly available through VS Code, Copilot CLI, and Claude and pluggable into any compatible agent. | ||||||||||
|
|
||||||||||
| For AKS, skills matter because AI agents already carry a good baseline of Kubernetes and AKS knowledge, but that knowledge is only as current as their training data and varies across models. What agents typically lack is the prescriptive, up-to-date guidance specific to AKS: what the AKS engineering team recommends today, the exact workflows and tools for real troubleshooting scenarios, and the guardrails that keep changes safe in production. Today, we're releasing the first set of skills covering the two areas teams ask for help with most: best practices for AKS clusters and scenario-based troubleshooting. | ||||||||||
|
|
||||||||||
| <!-- truncate --> | ||||||||||
|
|
||||||||||
|
||||||||||
|  |
Copilot
AI
Mar 27, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These numbered list entries are incomplete (they end with : but don’t list the actual skill names/links/details). Also, “high level” should be hyphenated as “high-level” when used as an adjective.
| 1. A high level **AKS best practices** skill: | |
| 1. Sub-skills for **AKS troubleshooting**: | |
| 1. A high-level **AKS best practices** skill that covers cluster design, configuration, and operations. | |
| 2. Sub-skills for **AKS troubleshooting** focused on common node health and networking issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you could take out line 27&28, since 30-36 covers the skills in details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add some screenshots here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consider adding a section about how these aks skills differ or complement other aks ai capabilities? Like the AKS MCP server and agentic cli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to open up an issue specifically for aks skills and link that here and people can make requests on that issue directly so it's easier to track / upvote other people's requests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
draft: truekeeps the post out of production builds. The PR description reads like a publication/announcement; either setdraft: falsebefore merging or clarify that this PR is intentionally landing as a draft-only post.