/ 目录 / 演练场 / 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 搭配,撬动十倍杠杆

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
每次调用 Token 数
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