From c7b5e450be6398c63afd5608937f425f93948ca9 Mon Sep 17 00:00:00 2001 From: Tianqi Zhang Date: Tue, 27 Jan 2026 13:16:01 +0800 Subject: [PATCH] Support context: fork for skills --- .claude-plugin/plugin.json | 2 +- skills/microsoft-code-reference/SKILL.md | 1 + skills/microsoft-docs/SKILL.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0736716e..f32073f7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "microsoft-docs", "description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.", - "version": "0.1.0", + "version": "0.2.0", "author": { "name": "Microsoft" }, diff --git a/skills/microsoft-code-reference/SKILL.md b/skills/microsoft-code-reference/SKILL.md index 41c4685d..b7ae81fc 100644 --- a/skills/microsoft-code-reference/SKILL.md +++ b/skills/microsoft-code-reference/SKILL.md @@ -1,6 +1,7 @@ --- name: microsoft-code-reference description: Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs. +context: fork compatibility: Requires Microsoft Learn MCP Server (https://learn.microsoft.com/api/mcp) --- diff --git a/skills/microsoft-docs/SKILL.md b/skills/microsoft-docs/SKILL.md index 92f523b7..b20348f4 100644 --- a/skills/microsoft-docs/SKILL.md +++ b/skills/microsoft-docs/SKILL.md @@ -1,6 +1,7 @@ --- name: microsoft-docs description: Query official Microsoft documentation to understand concepts, find tutorials, and learn how services work. Use for Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies. Get accurate, current information from learn.microsoft.com and other official Microsoft websites—architecture overviews, quickstarts, configuration guides, limits, and best practices. +context: fork compatibility: Requires Microsoft Learn MCP Server (https://learn.microsoft.com/api/mcp) ---