What problem does it solve? Finding accurate, up-to-date Microsoft documentation is difficult because content is scattered across learn.microsoft.com, aspire.dev, code.visualstudio.com, docs.github.com, and GitHub repositories. This Skill routes each query to the correct documentation source so answers come from official material rather than guesswork. ## Core Features & Use Cases - Microsoft Learn MCP Integration: Search concepts, fetch full pages, and find code samples across Azure, .NET, M365, Power Platform, and Agent Framework using microsoft_docs_search, microsoft_docs_fetch, and microsoft_code_sample_search. - Source Routing for Exceptions: Directs Aspire queries to the Aspire MCP server or Context7, VS Code queries to Context7 library IDs, and GitHub docs to the appropriate Context7 sources. - CLI Fallback: Provides the mslearn CLI (npx @microsoft/learn-cli) as an alternative when the Learn MCP server is unavailable. - Use Case: When implementing Cosmos DB partition key design in a .NET 8 app, ask for best practices and receive guidance pulled directly from official Learn documentation with working C# code samples. ## Quick Start Ask the agent to find official Microsoft documentation and a C# code sample for uploading blobs with BlobClient in Azure.Storage.Blobs.