microsoft-code-reference

Search Microsoft Docs and code samples for API references.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/mindmorass/reflex --skill microsoft-code-reference-mindmorass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-code-reference
Source: https://github.com/mindmorass/reflex/tree/main/plugins/reflex/skills/microsoft-code-reference
Command: npx skills add https://github.com/mindmorass/reflex --skill microsoft-code-reference-mindmorass

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers locate official Microsoft code samples and SDK documentation quickly, reducing time spent sifting through noisy search results.

Core Features & Use Cases

  • API Lookups: Retrieve exact method signatures and namespaces from Microsoft Docs.
  • Working Code Samples: Access ready-to-run samples across languages (C#, Python, JavaScript, etc).
  • Full API References: Fetch comprehensive API references and guidance for Azure SDKs and Microsoft Graph.

Quick Start

Use microsoft_code_sample_search(query: "BlobClient UploadAsync", language: "csharp") to obtain a code sample. Then use microsoft_docs_search(query: "DefaultAzureCredential class Azure.Identity") to locate API documentation, and microsoft_docs_fetch(url: "https://learn.microsoft.com/azure/identity") to fetch the full details.

Frequently Asked Questions about microsoft-code-reference

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

FAQPage Schema
How do I find official Microsoft code samples for Azure SDKs?

Use microsoft_code_sample_search to retrieve working code samples across languages like C#, Python, and JavaScript. Specify your query (e.g., "BlobClient UploadAsync") and target language to get ready-to-run examples from official Microsoft sources.

Where can I get exact API method signatures and namespaces from Microsoft Docs?

Search Microsoft Docs with microsoft_docs_search to locate method signatures and namespaces, then use microsoft_docs_fetch to retrieve the full API reference. This gives you accurate overloads and official guidance for Azure SDKs and Microsoft Graph.

Can I access comprehensive API references for Azure SDK classes?

Yes. Use microsoft_docs_search to find classes like DefaultAzureCredential in Azure.Identity, then fetch full references with microsoft_docs_fetch. You get complete API documentation and usage patterns from official Microsoft Learn pages.

What's the fastest way to find correct usage examples for Microsoft Graph?

Microsoft code reference eliminates noisy search results by providing direct access to official Microsoft Graph samples and documentation. Search by API name or class, then fetch full examples and guidance to accelerate development.

Does this work for multiple Azure SDK languages?

Yes. The skill supports code samples across C#, Python, JavaScript, and other languages through microsoft_code_sample_search. Specify your language preference to get relevant examples for your stack.

How do I get both sample code and full API documentation in one workflow?

Chain the three tools: search for samples with microsoft_code_sample_search, locate docs with microsoft_docs_search, then fetch comprehensive references with microsoft_docs_fetch. This gives you working examples plus complete API details.