microsoft-docs

microsoft-docs is a skill for Claude Code, Codex from jonathan-vella/apex-accelerator. It costs 78 tokens per session (850 once invoked), scanned A, original, MIT.

A guide for searching and retrieving official Microsoft documentation, including Azure, .NET, Microsoft 365, Windows, and Power Platform material. It covers concepts, tutorials, limits, architecture guidance, and code samples.

In plain words
What is it for?
Use it to search Microsoft Learn, fetch full documentation pages, and find runnable Microsoft code examples.
Why use it?
It helps you find authoritative Microsoft instructions when you need to understand a service or verify how it works.

Skill for Claude CodeCodex

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/jonathan-vella/apex-accelerator/microsoft-docs
Any agent
npx skills add jonathan-vella/apex-accelerator --skill microsoft-docs
Clone the repo
git clone --depth 1 https://github.com/jonathan-vella/apex-accelerator

Made for: Claude Code, Codex.

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/jonathan-vella/apex-accelerator/microsoft-docs.svg)](https://agentmods.dev/skills/jonathan-vella/apex-accelerator/microsoft-docs)
Your own site
<a href="https://agentmods.dev/skills/jonathan-vella/apex-accelerator/microsoft-docs"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/microsoft-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 850 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00078 $0.00850
Opus 5 $0.00039 $0.00425
Sonnet 5 $0.00016 $0.00170
Haiku 4.5 $0.00008 $0.00085

Measured yesterday against content hash 527e742b38b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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.

.github/skills/microsoft-docs/SKILL.md · 77 lines

How it starts

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

Microsoft Docs

Search and retrieve official Microsoft documentation from learn.microsoft.com. Covers Azure, .NET, Microsoft 365, Windows, Power Platform, and all Microsoft technologies.

Prerequisites

  • Azure MCP server configured in .vscode/mcp.json. Microsoft Learn tools are exposed through its documentation router.
  • Outbound HTTPS to learn.microsoft.com
  • Node.js ≥ 18 for the mslearn CLI fallback (via npx @microsoft/learn-cli ...)

Tools

All operations go through the Azure MCP documentation router (mcp_azure-mcp_documentation); pass the sub-command via command.

command value Use For
microsoft_docs_search Find documentation — concepts, guides, tutorials, configuration
microsoft_docs_fetch Get full page content (when search excerpts aren't enough)
microsoft_code_sample_search Find runnable code samples in official docs
// Tool: mcp_azure-mcp_documentation
{
  "intent": "find AKS private cluster guidance",
  "command": "microsoft_docs_search",
  "parameters": { "query": "AKS private cluster best practices" }
}

Rules

  • Search first, fetch second — always start with microsoft_docs_search; only fetch the full page when the search excerpt is insufficient
  • Be specific — include version (.NET 8, EF Core 8), task intent (quickstart, tutorial, overview, limits), and platform (Linux, Windows) where relevant
  • Live docs over training data — prefer this skill over model knowledge for accuracy and freshness
  • Out of scope — Azure pricing (use the cost-estimate subagent)
  • Avoid loading entire docs trees — fetch single pages
  • CLI fallback — when MCP server unavailable: npx @microsoft/learn-cli search "..."

Steps

  1. Frame the question — service, version, intent (quickstart / config / limits / best practice)
  2. microsoft_docs_search with a specific query
  3. Read the excerpts — if they cover the question, stop
  4. microsoft_docs_fetch on the most relevant URL only when the excerpt is cut off
  5. microsoft_code_sample_search when the user wants runnable examples
  6. Cite sources — include the learn.microsoft.com URL

Read the full file on GitHub · 77 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. yesterday First seen · 77 lines · 78 tokens per session scan A 527e742b38b2

Subscribe to this mod's changes

microsoft-docs is a skill published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed 3d ago), licensed MIT. It adds 78 tokens to every session and 850 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.