/ الدليل / الملعب / McKinsey-style PPTX
● مجتمع seulee26 ⚡ فوري

McKinsey-style PPTX

بواسطة seulee26 · seulee26/mckinsey-pptx

Output executive-grade .pptx — 40 templates (situation/complication/resolution, MECE, drivers tree) plus narrative-rewrite sub-skills.

Lets Claude generate slide decks that look like consulting deliverables: pyramid principle structuring, MECE checks, action-titled headlines, executive-summary-first ordering. Output is real .pptx, not Markdown.

لماذا تستخدمه

الميزات الأساسية

عرض مباشر

كيف يبدو في الممارسة

جاهز

التثبيت

اختر العميل

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mckinsey-pptx-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/seulee26/mckinsey-pptx"
      ],
      "_inferred": true
    }
  }
}

افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mckinsey-pptx-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/seulee26/mckinsey-pptx"
      ],
      "_inferred": true
    }
  }
}

يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mckinsey-pptx-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/seulee26/mckinsey-pptx"
      ],
      "_inferred": true
    }
  }
}

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mckinsey-pptx-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/seulee26/mckinsey-pptx"
      ],
      "_inferred": true
    }
  }
}

نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mckinsey-pptx-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/seulee26/mckinsey-pptx"
      ]
    }
  ]
}

يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.

~/.config/zed/settings.json
{
  "context_servers": {
    "mckinsey-pptx-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/seulee26/mckinsey-pptx"
        ]
      }
    }
  }
}

أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.

claude mcp add mckinsey-pptx-skill -- git clone https://github.com/seulee26/mckinsey-pptx

أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.

حالات الاستخدام

استخدامات عملية: McKinsey-style PPTX

Draft a QBR deck from a doc dump

👤 Claude Code users ⏱ ~15 min intermediate

متى تستخدمه: You have a quarter's worth of notes and a Friday deadline.

الخطوات
  1. Brief
    Point the skill at your /notes folder; describe audience.✓ تم النسخ
    → Outline drafted
  2. Review structure
    Check the storyline before slides render.✓ تم النسخ
    → Approved outline
  3. Render
    Generate .pptx✓ تم النسخ
    → File written

النتيجة: First-draft deck ready to polish.

التركيبات

اجمعها مع خوادم MCP أخرى لتحقيق نتائج x10

mckinsey-pptx-skill + filesystem

Read source notes; write the .pptx alongside

Combine mckinsey-pptx-skill with filesystem: Read source notes; write the .pptx alongside✓ تم النسخ

الأدوات

ما يوفره هذا الـ MCP

الأداةالمدخلاتمتى تستدعيهاالتكلفة
render-pptx (see docs) Compose deck from outline 1 call
mece-check (see docs) Critique an outline for MECE violations 1 call

التكلفة والحدود

تكلفة التشغيل

حصة API
N/A
الرموز لكل استدعاء
Outline + render
التكلفة المالية
Free
نصيحة
Always run mece-check before rendering — saves a re-render

الأمان

الصلاحيات والأسرار ونطاق الأثر

الحد الأدنى من الصلاحيات: fs-read fs-write
تخزين بيانات الاعتماد: None
نقل البيانات الخارجي: None

استكشاف الأخطاء

الأخطاء الشائعة وحلولها

Fonts off-brand

Provide a brand-override config with your fonts

البدائل

McKinsey-style PPTX مقابل البدائل

البديلمتى تستخدمهاالمقايضة
guizang-ppt-skillYou want Chinese-style decksDifferent aesthetic

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills