/ ディレクトリ / プレイグラウンド / 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 は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

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

Cline サイドバーの MCP Servers アイコンをクリックし、"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と組み合わせて10倍の力を

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

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る