مرجع Microsoft للـ Skills والـ MCPs والـ agents المخصصة وملفات Agents.md — المكان المعياري لتأسيس coding agents على حزم SDK من Microsoft.
يجمع هذا المستودع أصول تأسيس الـ agent الرسمية من Microsoft: skills لـ Azure SDKs، خوادم MCP لمنتجاتهم، prompts الـ agent المخصصة، وملفات Agents.md. استخدمه كما تستخدم التوثيق المرجعي — لكنه مصمم للـ agents.
{
"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. أعد التشغيل بعد الحفظ.
~/.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 نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.
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."
}
}
}
انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "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."
}
}
}
نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.