Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@ https://learn.microsoft.com/api/mcp?maxTokenBudget=2000

## 🤖 Agent Skills

[Agent Skills](https://agentskills.io/) are portable instruction packages that help AI agents use tools more effectively. We provide two skills that guide agents on when and how to use the Microsoft Learn MCP tools:
[Agent Skills](https://agentskills.io/) are portable instruction packages that help AI agents use tools more effectively. We provide three skills that guide agents on when and how to use the Microsoft Learn MCP tools:

| Skill | Purpose | Best For |
|-------|---------|----------|
| [`microsoft-docs`](skills/microsoft-docs/SKILL.md) | Understanding concepts, tutorials, architecture, limits | "How does X work?", learning, configuration guides |
| [`microsoft-code-reference`](skills/microsoft-code-reference/SKILL.md) | API lookups, code samples, verification, error fixing | Implementing code, finding correct methods, troubleshooting |
| [`microsoft-skill-creator`](skills/microsoft-skill-creator/SKILL.md) | Meta-skill that generates custom agent skills for any Microsoft technology | Creating a skill to teach agents about a new Azure library, .NET feature, or other Microsoft tech |

### Quick Setup

Expand All @@ -128,6 +129,7 @@ Otherwise:
2. **Copy the skill folders** to your project's `.github/skills/` or `.claude/skills/` directory:
- [`microsoft-docs`](skills/microsoft-docs/) — for concepts, tutorials, and factual lookups
- [`microsoft-code-reference`](skills/microsoft-code-reference/) — for API lookups, code samples, and troubleshooting
- [`microsoft-skill-creator`](skills/microsoft-skill-creator/) — meta-skill for generating custom skills about Microsoft technologies

### Supported Agents

Expand All @@ -140,9 +142,10 @@ Agent Skills work across multiple AI agents:

| If you want to... | Install |
|-------------------|---------|
| Cover all Microsoft docs scenarios | Both skills |
| Cover all Microsoft docs scenarios | All three skills |
| Focus on coding (APIs, samples, errors) | `microsoft-code-reference` only |
| Focus on facts & concepts (limits, config, tutorials) | `microsoft-docs` only |
| Generate a custom skill for a specific Microsoft technology | `microsoft-skill-creator` only |


## 🔌 Installation & Getting Started
Expand Down