microsoft-development

microsoft-development is a skill for Codex from PracticalSwan/agent-skills. It costs 44 tokens per session (1,422 once invoked), scanned A, original, MIT.

A reference and code-sample lookup helper for Microsoft technologies such as Azure, .NET, Microsoft 365, Windows, and Power Platform. It retrieves guidance from Microsoft Learn, Microsoft's official documentation site.

In plain words
What is it for?
Use it to find Microsoft API references, SDK examples, and product-specific instructions for Azure, .NET, Graph, PowerShell, and related services.
Why use it?
It helps you check current API details and official usage guidance instead of relying on memory or unofficial examples.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions subagents; mentions Claude Code; mentions Codex.

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/practicalswan/agent-skills/microsoft-development
Any agent
npx skills add PracticalSwan/agent-skills --skill microsoft-development
Clone the repo
git clone --depth 1 https://github.com/PracticalSwan/agent-skills

Made for: 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-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/practicalswan/agent-skills/microsoft-development.svg)](https://agentmods.dev/skills/practicalswan/agent-skills/microsoft-development)
Your own site
<a href="https://agentmods.dev/skills/practicalswan/agent-skills/microsoft-development"><img src="https://agentmods.dev/badge/skills/practicalswan/agent-skills/microsoft-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,422 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.1 $0.00044 $0.01422
Opus 5 $0.00022 $0.00711
Sonnet 5 $0.00009 $0.00284
Haiku 4.5 $0.00004 $0.00142

Measured today against content hash 89cd2f361b14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

microsoft-development 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 today.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/azure-health-check.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

microsoft-development/SKILL.md · 144 lines

How it starts

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

Microsoft Development

Optimized for current Microsoft Graph, Entra ID, PowerShell 7.x, and Microsoft 365 integration workflows.

Use this skill when the answer should come from Microsoft documentation rather than memory or third-party summaries.

  • Leverage native parallel subagent dispatch and 200k+ context windows where available.

Current MCP Reality

Microsoft's Learn Docs MCP server is publicly documented and currently exposes these core tools:

  • microsoft_docs_search
  • microsoft_docs_fetch
  • microsoft_docs_extract_code_examples
  • microsoft_docs_search_by_product

Microsoft's getting-started docs also describe installation through npx -y @microsoft/learn-docs-mcp.

Activation Conditions

Use symptom -> action triggers: when one matches, apply this skill and verify with the protocol below.

  • Verifying Azure SDK usage, limits, or configuration
  • Looking up .NET, Graph, Windows, or Microsoft 365 APIs
  • Pulling official code examples before implementation
  • Checking product-specific guidance for Azure, Power BI, or Power Platform
  1. Search first with microsoft_docs_search.
  2. Narrow by product with microsoft_docs_search_by_product when results are broad.
  3. Fetch the relevant page with microsoft_docs_fetch for details.
  4. Extract code examples with microsoft_docs_extract_code_examples if the user needs working snippets.
  5. Prefer official code and limits over recollection.

Query Patterns

  • "Azure Container Apps scale rules"
  • "BlobClient UploadAsync Azure.Storage.Blobs"
  • product="power-bi" query="row level security dax"
  • product="microsoft-graph" query="send mail application permissions"

Guardrails

  • Use Microsoft Learn MCP for Microsoft-specific answers before browsing elsewhere.
  • Treat package versions, quotas, and service capabilities as time-sensitive.
  • If Learn MCP is unavailable in the current client, use the included scripts and references as local fallbacks, then browse official docs.

Read the full file on GitHub · 144 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed 89cd2f361b14
  2. 2d ago First seen · 144 lines · 44 tokens per session scan A 9f0b6308d0fe

Subscribe to this mod's changes

microsoft-development is a skill published in the GitHub repository PracticalSwan/agent-skills (13 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 1,422 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

deepspeed

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention.

davila7/claude-code-templates · 38 tokens

architecture-diagram

Dark-themed SVG architecture/cloud/infra diagrams as HTML.

mateaix/mateclaw · 15 tokens

plugin-review

Review plugin quality with tiered checks and dependency scoping. Use for PR and pre-release audits.

athola/claude-night-market · 23 tokens

monitoring-and-alerting

Design and run a monitoring system for a website or web app. Use this skill when setting up uptime checks, defining SLOs, configuring error tracking, choosing what to alert on, designing on-call rotations, or fixing alert fatigue. Triggers on monitoring, alerts, uptime, SLO, SLA, error rate, on-call, pager, alert…

rampstackco/claude-skills · 99 tokens

launch-runbook

Plan and execute a launch runbook covering pre-launch verification, go-live procedures, DNS cutover, post-launch monitoring, and rollback procedures. Use this skill whenever the user is preparing to launch a website or product, planning a DNS cutover, building a go-live checklist, or executing a launch day. Triggers…

rampstackco/claude-skills · 127 tokens

aws-architecture-diagram

AWS architecture diagrams — generate visual network topology diagrams from live AWS infrastructure. Use when drawing AWS network diagrams, visualizing VPCs, mapping Transit Gateway topology, or generating architecture documentation.

automateyournetwork/netclaw · 43 tokens