Discover and explore top open-source AI tools and projects—updated daily.
MicrosoftDocsAgentic skills for Azure development
Top 69.2% on SourcePulse
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
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.
1 day ago
Inactive