Microsofts zentrale Sammlung für First-Party-Skills, MCPs, Custom-Agents und Agents.md — der kanonische Ort, um Coding-Agents in MS-SDKs zu verankern.
Dieses Repo bündelt Microsofts offizielle Agent-Grounding-Assets: Skills für Azure-SDKs, MCP-Server für ihre Produkte, Custom-Agent-Prompts und Agents.md-Dateien. Nutze es wie Referenzdokumentation — aber für Agents konzipiert.
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.
~/.cursor/mcp.json · .cursor/mcp.json
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.
VS Code → Cline → MCP Servers → Edit
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.