程式碼生成前先讓 Claude 熟悉 Azure SDK
何時使用: 你在撰寫涉及 Azure 的程式碼,希望 Claude 使用當前正確的 SDK 結構。
步驟
-
安裝相關 skill複製或安裝 Azure SDK skill。✓ 已複製→ Skill 存在
-
觸發在提示中提到 Azure;skill 自動啟動。✓ 已複製→ SDK 感知的補全
結果: SDK 幻覺減少;更多第一次就能編譯的程式碼。
作者 microsoft · microsoft/skills
Microsoft 官方的 Skills、MCP、自訂 agent 與 Agents.md 集合——為 MS SDK 的程式碼 agent 提供基礎知識的規範來源。
此儲存庫收錄 Microsoft 官方的 agent 基礎知識資產:Azure SDK 技能、其產品的 MCP 伺服器、自訂 agent 提示,以及 Agents.md 基礎知識檔案。使用方式如同參考文件——但專為 agent 設計。
%APPDATA%\Claude\claude_desktop_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."
}
}
}
開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
格式與 Claude Desktop 相同。重啟 Windsurf 生效。
{
"mcpServers": [
{
"name": "microsoft-skills-mcp",
"args": []
}
]
}
Continue 使用伺服器物件陣列,而非映射。
{
"context_servers": {
"microsoft-skills-mcp": {
"command": {
"args": []
}
}
}
}
加入 context_servers。Zed 儲存後熱重載。
claude mcp add microsoft-skills-mcp -- undefined
一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。
何時使用: 你在撰寫涉及 Azure 的程式碼,希望 Claude 使用當前正確的 SDK 結構。
結果: SDK 幻覺減少;更多第一次就能編譯的程式碼。
Microsoft MCP 目錄;此處提供 skills 與基礎知識
| 工具 | 輸入參數 | 何時呼叫 | 成本 |
|---|---|---|---|
| grounding-files | (詳見文件) | Markdown 基礎知識,非可呼叫的工具 | 1 次呼叫 |
Skill 未載入檢查 skill 的 SKILL.md frontmatter 觸發器
| 替代方案 | 何時用它替代 | 權衡 |
|---|---|---|
| awslabs/mcp | 雲端是 AWS | 不同廠商 |