From 083a189205c8b05d4f84b3627837c5a7ccc8f3cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:15:25 +0000 Subject: [PATCH 1/3] Initial plan From a650a33c8ead4655e7a14e89efffec29fb16d05a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:17:17 +0000 Subject: [PATCH 2/3] Add microsoft-skill-creator to README Agent Skills section Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com> --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb1e86b..5cb19f44 100644 --- a/README.md +++ b/README.md @@ -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) | Create agent skills for Microsoft technologies using Learn MCP tools | Building specialized skills for Microsoft tech, libraries, frameworks, or services | ### Quick Setup @@ -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/) — for creating new agent skills for Microsoft technologies ### Supported Agents @@ -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 | +| Create specialized skills for Microsoft technologies | `microsoft-skill-creator` only | ## 🔌 Installation & Getting Started From 70990f63bbea7695690dabc754d69b9576bcc377 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:29:42 +0000 Subject: [PATCH 3/3] Improve wording to clarify microsoft-skill-creator is a meta-skill Co-authored-by: TianqiZhang <5326582+TianqiZhang@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cb19f44..69cc53c6 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ https://learn.microsoft.com/api/mcp?maxTokenBudget=2000 |-------|---------|----------| | [`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) | Create agent skills for Microsoft technologies using Learn MCP tools | Building specialized skills for Microsoft tech, libraries, frameworks, or services | +| [`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 @@ -129,7 +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/) — for creating new agent skills for Microsoft technologies + - [`microsoft-skill-creator`](skills/microsoft-skill-creator/) — meta-skill for generating custom skills about Microsoft technologies ### Supported Agents @@ -145,7 +145,7 @@ Agent Skills work across multiple AI agents: | 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 | -| Create specialized skills for Microsoft technologies | `microsoft-skill-creator` only | +| Generate a custom skill for a specific Microsoft technology | `microsoft-skill-creator` only | ## 🔌 Installation & Getting Started