What problem does it solve? Finding accurate, up-to-date Microsoft documentation is fragmented across learn.microsoft.com, aspire.dev, code.visualstudio.com, and docs.github.com. This Skill routes each query to the correct documentation source so you get authoritative answers without manually hunting across sites. ## Core Features & Use Cases - Microsoft Learn MCP Integration: Search learn.microsoft.com, find code samples by language, and fetch full page content for Azure, .NET, M365, Agent Framework, and more. - Source Routing for Exceptions: Directs Aspire queries to the Aspire MCP server or Context7, VS Code and GitHub queries to Context7 library IDs, and Agent Framework queries to both Learn and the GitHub repo. - CLI Fallback: Uses the mslearn CLI (npx @microsoft/learn-cli) when the Learn MCP server is unavailable. - Use Case: You need the Python v2 programming model for Azure Functions plus a working BlobClient upload sample. The Skill searches Learn, retrieves the code snippet in Python, and fetches the full tutorial page when excerpts are insufficient. ## Quick Start Ask the agent to find the Azure Functions Python v2 programming model documentation and a code sample for uploading blobs with BlobClient.