/ Diretório / Playground / McKinsey-style PPTX
● Comunidade seulee26 ⚡ Instantâneo

McKinsey-style PPTX

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

pronto

Instalar

Escolha seu cliente

~/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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: McKinsey-style PPTX

Draft a QBR deck from a doc dump

👤 Claude Code users ⏱ ~15 min intermediate

Quando usar: You have a quarter's worth of notes and a Friday deadline.

Fluxo
  1. Brief
    Point the skill at your /notes folder; describe audience.✓ Copiado
    → Outline drafted
  2. Review structure
    Check the storyline before slides render.✓ Copiado
    → Approved outline
  3. Render
    Generate .pptx✓ Copiado
    → File written

Resultado: First-draft deck ready to polish.

Combinações

Combine com outros MCPs para 10× de alavancagem

mckinsey-pptx-skill + filesystem

Read source notes; write the .pptx alongside

Combine mckinsey-pptx-skill with filesystem: Read source notes; write the .pptx alongside✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
render-pptx (see docs) Compose deck from outline 1 call
mece-check (see docs) Critique an outline for MECE violations 1 call

Custo e limites

O que custa rodar

Cota de API
N/A
Tokens por chamada
Outline + render
Monetário
Free
Dica
Always run mece-check before rendering — saves a re-render

Segurança

Permissões, segredos, alcance

Escopos mínimos: fs-read fs-write
Armazenamento de credenciais: None
Saída de dados: None

Solução de problemas

Erros comuns e correções

Fonts off-brand

Provide a brand-override config with your fonts

Alternativas

McKinsey-style PPTX vs. outros

AlternativaQuando usarTroca
guizang-ppt-skillYou want Chinese-style decksDifferent aesthetic

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills