Agent-Skills  by MicrosoftDocs

Agentic skills for Azure development

Created 1 month ago
429 stars

Top 69.2% on SourcePulse

GitHubView on GitHub
Project Summary

This repository provides a curated collection of "agentic skills" derived from Microsoft Learn documentation, designed to enhance AI coding assistants with structured, real-time expertise for Microsoft Azure development. It targets AI coding assistants and developers working with Azure, offering a way to supercharge AI capabilities with production-ready, expert-level guidance, thereby improving the accuracy and efficiency of Azure-related coding tasks.

How It Works

The project transforms Microsoft Learn documentation into reusable, filesystem-based "skills." Instead of relying on Retrieval-Augmented Generation (RAG) to process raw text, this approach pre-compiles knowledge into structured instructions, scripts, and resources within a standardized SKILL.md format. This allows AI agents to load specific expertise on-demand using progressive disclosure (discovery, instructions, resources), providing direct actions, choices, and guardrails rather than interpreted text, leading to more accurate and efficient agentic behavior.

Quick Start & Requirements

Clone the repository (git clone https://github.com/MicrosoftDocs/agent-skills.git) and copy the contents of the skills/ directory to your AI assistant's designated skills path (e.g., ~/.copilot/skills/, ~/.claude/skills/). VS Code users must enable the chat.agent.skills setting. Most skills require network access to fetch the latest documentation from Microsoft Learn.

Highlighted Details

  • Features 193 skills across 19 categories, including Compute, Data & Analytics, AI & ML, Networking, and Infrastructure.
  • Compatible with a wide range of AI coding assistants such as Claude Code, Gemini CLI, GitHub Copilot, Cursor, and OpenAI Codex.
  • Offers curated, role-based skill bundles (e.g., Quick Start, AI/ML Developer, Infrastructure Pro) to accelerate adoption.
  • Skills adhere to the Agent Skills open standard (SKILL.md format), ensuring interoperability.

Maintenance & Community

Currently, the project does not accept manual contributions due to limited maintainer capacity; contributors are advised to update Microsoft Learn documentation directly and request a re-crawl. No specific community channels (like Discord or Slack) are listed in the README.

Licensing & Compatibility

The project employs a dual-license model: documentation content is under the Creative Commons Attribution 4.0 International (CC BY 4.0) license, while the code is under the MIT License. Use of Microsoft trademarks and branding is restricted and requires separate permission.

Limitations & Caveats

Manual skill creation or editing is not supported at this time. The Agent Skills feature is noted as experimental within VS Code. Network connectivity is essential for skills to access and utilize the latest Microsoft Learn content.

Health Check
Last Commit

1 day ago

Responsiveness

Inactive

Pull Requests (30d)
28
Issues (30d)
1
Star History
430 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.