microsoft-docs

Search Microsoft Learn documentation and code samples across related ecosystems.

14|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tae0y/python-project-template --skill microsoft-docs-tae0y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-docs
Source: https://github.com/tae0y/python-project-template/tree/main/.claude/skills/microsoft-docs
Command: npx skills add https://github.com/tae0y/python-project-template --skill microsoft-docs-tae0y

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Research of Microsoft documentation can be scattered across Learn MCP and related ecosystems, making it slow to find authoritative guidance and code samples.

Core Features & Use Cases

  • Unified discovery: Search learn.microsoft.com with microsoft_docs_search, pull code samples with microsoft_code_sample_search, and fetch full pages with microsoft_docs_fetch.
  • Cross-source access: Retrieve content from outside Learn MCP (VS Code, GitHub, Aspire, Agent Framework) via Context7 when needed.
  • Use Case: A developer needs an Azure guide and a sample snippet; this skill surfaces the best Learn docs and relevant examples in one workflow.

Quick Start

Start by searching for your topic on Learn MCP using microsoft_docs_search.

Frequently Asked Questions about microsoft-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Microsoft documentation for Azure tutorials and code samples?

Search Microsoft documentation using microsoft_docs_search to find Azure tutorials, then use microsoft_code_sample_search to retrieve relevant code snippets in a unified workflow.

Can I retrieve VS Code and GitHub documentation outside of Learn MCP?

Yes, you can retrieve VS Code and GitHub documentation outside Learn MCP by using Context7, which pulls cross-source content when standard Learn resources are insufficient.

What is the best way to find .NET and Aspire guidance without browsing multiple sites?

The best way to find .NET and Aspire guidance is using unified discovery, which queries Learn MCP directly and fetches full documentation pages into a single workflow.

How do I fetch the full content of a specific Microsoft docs page?

You fetch the full content of a specific Microsoft docs page by using the microsoft_docs_fetch tool, which retrieves complete articles after locating them through search.

Does this documentation search approach work for finding GitHub and Agent Framework content?

Yes, this approach works for finding GitHub and Agent Framework content by leveraging Context7 to access external ecosystems when Learn MCP does not cover those specific resources.