microsoft/skills: Empowering AI Coding Agents with Domain-Specific Knowledge
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
The microsoft/skills repository provides a comprehensive collection of skills, custom agents, and configurations designed to enhance AI coding agents. It offers domain-specific knowledge for working with Azure SDKs and Microsoft AI Foundry, enabling more effective and context-driven development. Developers can leverage these resources to ground agents like GitHub Copilot with specialized expertise.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
The microsoft/skills repository is a pivotal resource for developers looking to enhance the capabilities of AI coding agents, such as GitHub Copilot. It provides a rich collection of domain-specific knowledge, custom agents, and configurations tailored for working with Azure SDKs and the Microsoft AI Foundry. This initiative aims to enable "Context-Driven Development" by supplying agents with the precise information needed to generate high-quality, relevant code patterns.
Installation
Getting started with microsoft/skills is straightforward. You can easily add skills to your project using the npx skills command-line tool.
npx skills add microsoft/skills
This command will guide you through a wizard to select and install the specific skills you need. Skills are typically installed to your chosen agent's directory (e.g., .github/skills/ for GitHub Copilot) and can be symlinked for multi-agent or multi-project setups.
Examples
The repository is packed with a diverse range of resources:
- Skill Catalog: Over 170 skills covering various Azure SDKs across Python, .NET, TypeScript, Java, and Rust. Examples include
azure-cosmos-db-pyfor Python Cosmos DB patterns,azure-ai-openai-dotnetfor Azure OpenAI in .NET, andazure-storage-blob-tsfor TypeScript Blob Storage. - Custom Agents: Role-specific agent personas like
backend.agent.md,frontend.agent.md, andinfrastructure.agent.mdprovide specialized expertise. - Plugins: Installable packages such as
deep-wikifor AI-powered wiki generation andazure-skillsfor comprehensive Azure cloud resource management. - MCP Servers: Reference configurations for integrating LLM tools with documentation, GitHub, and browser automation.
- Prompt Templates: Reusable prompt templates for common tasks like code reviews (
code-review.prompt.md) and creating FastAPI endpoints (add-endpoint.prompt.md).
Why Use It
Leveraging microsoft/skills offers significant advantages for developers working with AI coding agents:
- Accelerated Development: By providing agents with deep domain knowledge, it reduces the need for extensive prompting and allows agents to generate more accurate and complete code snippets faster.
- Improved Code Quality: Skills are designed to surface best practices, architectural patterns, and SDK-specific nuances, leading to higher quality and more maintainable code.
- Context-Driven Solutions: It combats "context rot" by allowing developers to selectively load only the skills essential for their current project, ensuring agents remain focused and efficient.
- Comprehensive Coverage: With skills spanning multiple languages and Azure services, it provides a versatile toolkit for a wide range of cloud development scenarios.
Links
- GitHub Repository: https://github.com/microsoft/skills
- Official Documentation: https://microsoft.github.io/skills/#documentation
Related repositories
Similar repositories that may be relevant next.

agent-skills: Reusable AI Agent Skills for Specification-Driven Development
August 17, 2026
agent-skills is a comprehensive collection of reusable AI agent skills designed for specification-driven and autonomous development. It streamlines the entire software development lifecycle, from generating requirements and designs to implementing, reviewing, testing, and orchestrating the process. This repository empowers developers to leverage AI for enhanced productivity and consistent quality.

AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack
August 16, 2026
AMD Skills is the official catalog of AI agent skills from AMD, designed to empower AI agents with optimized software for AMD hardware. This repository provides knowledge, scripts, and conventions for working with AMD's stack, enabling seamless integration with major coding agents like Cursor, Claude Code, OpenAI Codex, and Gemini CLI.

ADR: Uber's Enterprise Security System for AI Agents
August 14, 2026
ADR (Agentic AI Detection and Response) is an enterprise security system developed by Uber to secure AI agents. It offers critical capabilities like observability, security benchmarking, and threat detection, ensuring the safe operation of both employee and customer-facing AI applications. This open-source project is deployed in production at Uber and was accepted to MLSys 2026.

SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms
August 13, 2026
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It offers durable agent memory, MCP tools, schedules, and delegation, supporting over 23 LLM providers including Claude, GPT, Gemini, OpenRouter, and Ollama. This platform serves as a practical alternative to solutions like Claude Code and LangChain for those seeking self-hosted AI agent orchestration.
Source repository
Open the original repository on GitHub.