Curated Agent Skills for Microsoft & Azure – giving AI coding assistants structured, real-time expertise from Microsoft Learn docs.
# Add to your Claude Code skills
git clone https://github.com/MicrosoftDocs/Agent-SkillsGuides for using ai agents skills like Agent-Skills.
Last scanned: 5/14/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-14T06:46:53.539Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}🚀 Agentic Skills for Azure Development
Supercharge your AI coding assistant with curated, production-ready skills for Microsoft Azure. Works seamlessly with:
🟣 Claude Code | 🔵 Gemini CLI | 🟢 Codex CLI | 🔴 Antigravity IDE | 🩵 GitHub Copilot | 🟠 Cursor | ⚪ OpenCode | 🌸 AdaL CLI
Azure Agent Skills is a curated collection of high-quality agentic skills specifically designed for Azure cloud development. These skills follow the Agent Skills open standard and work seamlessly with modern AI coding assistants to provide expert-level guidance on Azure services.
AI Agents (like GitHub Copilot, Claude Code, or Cursor) are smart, but they lack specific, up-to-date knowledge about Azure services. Skills are folders containing markdown instructions, scripts, and resources that teach AI agents how to work with Azure services correctly, every time.
💡 Skills are reusable, filesystem-based resources that provide AI agents with domain-specific expertise. They load on-demand and eliminate the need to repeatedly provide the same guidance across conversations.
Microsoft Learn documentation already encodes decisions, procedures, best practices, and constraints — exactly what agents need to act effectively. Rather than relying on RAG to retrieve and summarize raw text every time, we pre-compile this knowledge into structured, executable skills.
Documentation as Pre-Built Skills: Many effective agent skills are not new inventions — they are structured patterns, workflows, and decision logic that already exist in documentation. Consider what Learn content contains:
Our approach:
The knowledge is pre-compiled into actions, choices, and guardrails the agent can use directly — not raw text that needs interpretation.
Each skill provides:
A short path to getting started — full installation details are in the 🛠️ Installation section below.
� Plugin install (recommended): VS Code, Claude Code, and Codex can install everything as a single agent plugin — no cloning or copying.
https://github.com/MicrosoftDocs/agent-skills/plugin marketplace add MicrosoftDocs/agent-skills, then /plugin install azure-agent-skills@microsoft-agent-skillscodex plugin marketplace add MicrosoftDocs/agent-skills, then install azure-agent-skills from /plugins👉 See ⚡ One-Click Plugin Install for full steps and the marketplace options.
🛠️ Other assistants (manual):
Clone the repo:
git clone https://github.com/MicrosoftDocs/agent-skills.git
Copy the contents of the skills/ folder to your AI assistant's skills path (see 🛠️ Installation for the destination table and important notes).
VS Code users (manual mode): enable chat.agent.skills in Settings so the editor will load skills.
Start coding — your AI assistant will automatically discover and use the installed skills.
Skills use progressive disclosure to efficiently load content only when needed:
name and description from YAML frontmatterSKILL.md contentOnce installed, just ask your AI assistant naturally:
"Help me set up Azure Functions with Durable Functions"
"What are the best practices for Azure Container Apps?"
"How do I configure Azure API Management?"
The skills will automatically provide context from official Microsoft documentation.
🚀 Recommended. This repository ships as a ready-to-use agent plugin with native manifests for every major assistant. Install once and all 193+ skills are available — no cloning, no copying, no manual
skills/setup.
Option 1 — Install directly from source
Ctrl+Shift+P / Cmd+Shift+P).https://github.com/MicrosoftDocs/agent-skills
Option 2 — Add it as a plugin marketplace
Register this repo as a marketplace to browse and install (and get updates) from the Extensions view.
chat.plugins.marketplaces setting:
// settings.json
"chat.plugins.marketplaces": [
"MicrosoftDocs/agent-skills"
]
Ctrl+Shift+X) and search @agentPlugins.⚠️ Preview feature. Agent plugins require
chat.plugins.enabledto be set totrue. This setting may be managed by your organization. If you don't see the option, ask your administrator or use the manual installation below.
Claude Code installs this repo as a plugin through its marketplace. From within Claude Code:
/plugin marketplace add MicrosoftDocs/agent-skills
/plugin install azure-agent-skills@microsoft-agent-skills
/reload-plugins (or restart Claude Code) to activate. All skills are now available.Codex installs this repo as a plugin through its plugin browser. From the Codex CLI:
codex plugin marketplace add MicrosoftDocs/agent-skills
/plugins
💡 One repo, every tool. The same repository ships native plugin manifests for each ecosystem —
plugin.json(VS Code / Copilot CLI),.claude-plugin/(Claude Code), and.codex-plugin/+.agents/plugins/(Codex) — so a single install gets you all skills wherever you work.
These skills follow the Agent Skills open standard (SKILL.md format) and work with any AI coding assistant that supports agentic skills.
| AI Coding Assistant | Type | Skills Path / Location | How to Invoke |
|---|---|---|---|
| Claude Code | Anthropic CLI | .claude/skills/ |
Natural language, /skill-name |
| Gemini CLI | Google DeepMind | .gemini/skills/ |
Natural language |
| Codex CLI | OpenAI | .codex/skills/ |
Natural language |
| Antigravity IDE | DeepMind IDE | .agent/skills/ |
Agent mode, natural language |
| GitHub Copilot | VSCode Ext | .github/skills/ |
Natural language, @workspace |
| Cursor | AI-native IDE |
Agent-Skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by MicrosoftDocs. Curated Agent Skills for Microsoft & Azure – giving AI coding assistants structured, real-time expertise from Microsoft Learn docs. It has 612 GitHub stars.
Yes. Agent-Skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/MicrosoftDocs/Agent-Skills" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Agent-Skills against similar tools.
No comments yet. Be the first to share your thoughts!