Skip to main content
ClaudeWave

Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents

MCP Servers2.5k stars295 forksTypeScriptMITUpdated 2d ago
Editor's note

Microsoft's `skills` repository provides 174 modular, domain-specific knowledge files called "skills" designed to inject precise context into AI coding agents working with Azure SDKs and Microsoft AI Foundry. Installed via `npx skills add microsoft/skills` or manually copied into agent configuration directories such as `.github/skills/` or `.claude/skills/`, each skill covers a specific technology area including Azure Cosmos DB, Microsoft Entra Agent ID, the Copilot SDK, and MCP server construction across Python, TypeScript, .NET, Java, and Rust. The repository also ships pre-configured MCP server definitions for documentation browsing, GitHub integration, and browser automation, alongside role-specific custom agent templates for backend, frontend, infrastructure, and planning tasks. An online Skill Explorer at the project's documentation site lets developers browse and one-click install any of the 174 skills. The project targets developers building on Azure and Microsoft AI Foundry who want coding agents to apply correct SDK patterns without relying solely on pretrained weights, and explicitly warns against loading all skills at once to avoid context dilution.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Trusted owner (microsoft)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/microsoft/skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "skills": {
      "command": "node",
      "args": ["/path/to/skills/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/microsoft/skills and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agent-skillsagentsazurefoundrymcpsdkskills

What people ask about skills

What is microsoft/skills?

+

microsoft/skills is mcp servers for the Claude AI ecosystem. Skills, MCP servers, Custom Agents, Agents.md for SDKs to ground Coding Agents It has 2.5k GitHub stars and was last updated 2d ago.

How do I install skills?

+

You can install skills by cloning the repository (https://github.com/microsoft/skills) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is microsoft/skills safe to use?

+

Our security agent has analyzed microsoft/skills and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains microsoft/skills?

+

microsoft/skills is maintained by microsoft. The last recorded GitHub activity is from 2d ago, with 51 open issues.

Are there alternatives to skills?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy skills to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: microsoft/skills
[![Featured on ClaudeWave](https://claudewave.com/api/badge/microsoft-skills)](https://claudewave.com/repo/microsoft-skills)
<a href="https://claudewave.com/repo/microsoft-skills"><img src="https://claudewave.com/api/badge/microsoft-skills" alt="Featured on ClaudeWave: microsoft/skills" width="320" height="64" /></a>

More MCP Servers