microsoft-docs

microsoft-docs is a skill for Claude Code from RorroRojas3/awesome-claude-copilot. It costs 61 tokens per session (1,407 once invoked), scanned A, a copy of microsoft-docs, MIT.

A research skill for finding official Microsoft documentation, tutorials, and code examples. Microsoft Learn is Microsoft's documentation site for products such as .NET, Azure, and Visual Studio Code.

In plain words
What is it for?
Use it to search and retrieve Microsoft guidance and C# or other code samples for .NET, Azure, Agent Framework, Aspire, GitHub, and related tools.
Why use it?
It reduces the need to search scattered documentation and helps locate information appropriate to the Microsoft technology being used.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rorrorojas3/awesome-claude-copilot/microsoft-docs
Any agent
npx skills add RorroRojas3/awesome-claude-copilot --skill microsoft-docs
Clone the repo
git clone --depth 1 https://github.com/RorroRojas3/awesome-claude-copilot

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for microsoft-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/rorrorojas3/awesome-claude-copilot/microsoft-docs.svg)](https://agentmods.dev/skills/rorrorojas3/awesome-claude-copilot/microsoft-docs)
Your own site
<a href="https://agentmods.dev/skills/rorrorojas3/awesome-claude-copilot/microsoft-docs"><img src="https://agentmods.dev/badge/skills/rorrorojas3/awesome-claude-copilot/microsoft-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,407 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.01407
Opus 5 $0.00030 $0.00704
Sonnet 5 $0.00012 $0.00281
Haiku 4.5 $0.00006 $0.00141

Measured 5d ago against content hash 63c47c4d568f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

microsoft-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

91% identical to microsoft-docs — 72 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/microsoft-docs/SKILL.md · 136 lines

How it starts

The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Microsoft Docs

Research skill for the Microsoft technology ecosystem. Covers learn.microsoft.com and documentation that lives outside it (VS Code, GitHub, Aspire, Agent Framework repos).


Default: Microsoft Learn MCP

Use these tools for everything on learn.microsoft.com — Azure, .NET, M365, Power Platform, Agent Framework, Semantic Kernel, Windows, and more. This is the primary tool for the vast majority of Microsoft documentation queries.

Tool Purpose
microsoft_docs_search Search learn.microsoft.com — concepts, guides, tutorials, configuration
microsoft_code_sample_search Find working code snippets from Learn docs. Pass language (python, csharp, etc.) for best results
microsoft_docs_fetch Get full page content from a specific URL (when search excerpts aren't enough)

Use microsoft_docs_fetch after search when you need complete tutorials, all config options, or when search excerpts are truncated.

CLI Alternative

If the Learn MCP server is not available, use the mslearn CLI from your terminal or shell (for example, Bash, PowerShell, or cmd) instead:

# Run directly (no install needed)
npx @microsoft/learn-cli search "BlobClient UploadAsync Azure.Storage.Blobs"

# Or install globally, then run
npm install -g @microsoft/learn-cli
mslearn search "BlobClient UploadAsync Azure.Storage.Blobs"
MCP Tool CLI Command
microsoft_docs_search(query: "...") mslearn search "..."
microsoft_code_sample_search(query: "...", language: "...") mslearn code-search "..." --language ...
microsoft_docs_fetch(url: "...") mslearn fetch "..."

Read the full file on GitHub · 136 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 136 lines · 61 tokens per session scan A 63c47c4d568f

Subscribe to this mod's changes

microsoft-docs is a skill published in the GitHub repository RorroRojas3/awesome-claude-copilot (0 stars, last pushed 10d ago), licensed MIT. It adds 61 tokens to every session and 1,407 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to microsoft-docs, differing in 72 lines, and is treated as a copy.

Related

Other skills, from other repositories