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.
npx agentmods add skills/jonathan-vella/apex-accelerator/microsoft-docsnpx skills add jonathan-vella/apex-accelerator --skill microsoft-docsgit clone --depth 1 https://github.com/jonathan-vella/apex-acceleratorWrote 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.
[](https://agentmods.dev/skills/jonathan-vella/apex-accelerator/microsoft-docs)<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>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.
| Model | Per session | Once 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 |
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.
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 itsdocumentationrouter. - Outbound HTTPS to
learn.microsoft.com - Node.js ≥ 18 for the
mslearnCLI fallback (vianpx @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
- Frame the question — service, version, intent (quickstart / config / limits / best practice)
microsoft_docs_searchwith a specific query- Read the excerpts — if they cover the question, stop
microsoft_docs_fetchon the most relevant URL only when the excerpt is cut offmicrosoft_code_sample_searchwhen the user wants runnable examples- Cite sources — include the
learn.microsoft.comURL
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.
- yesterday First seen · 77 lines · 78 tokens per session scan A 527e742b38b2
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.
Other skills, from other repositories
az104-lab-creator
Create short AZ-104 practice labs (10-20 minutes) that are executable and self-validating. Every lab includes prerequisites, exact tasks, validation steps, expected outputs, and cleanup. Use when the user asks for a hands-on lab, practice exercise, or guided walkthrough.
az104-study-planner
Generates a personalized AZ-104 study plan based on the user's self-assessed confidence across exam skill areas, prioritizing weak areas with estimated hours and Microsoft Learn module links. Use when the user asks for a study plan, is unsure what to study, or wants exam prep guidance.
az104-item-creator
Generate AZ-104 practice questions that feel like the real exam without copying it. Every item is grounded in current Microsoft Learn content, uses modern Azure terminology, and follows Microsoft-style exam item rules (scenario-first, plausible distractors, no trick wording). Use when the user asks for practice…
mggu
Cut off AI code generation entirely, instead explain the how and why.
agentic-workflow-designer
Conversational skill that interviews users to design new agentic workflows.
My Skill
Content here.