/ Directorio / Playground / McKinsey-style PPTX
● Comunidad 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 qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

listo

Instalar

Elige tu 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
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: McKinsey-style PPTX

Draft a QBR deck from a doc dump

👤 Claude Code users ⏱ ~15 min intermediate

Cuándo usarlo: You have a quarter's worth of notes and a Friday deadline.

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 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✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
render-pptx (see docs) Compose deck from outline 1 call
mece-check (see docs) Critique an outline for MECE violations 1 call

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
N/A
Tokens por llamada
Outline + render
Monetario
Free
Consejo
Always run mece-check before rendering — saves a re-render

Seguridad

Permisos, secretos, alcance

Ámbitos mínimos: fs-read fs-write
Almacenamiento de credenciales: None
Salida de datos: None

Resolución de problemas

Errores comunes y soluciones

Fonts off-brand

Provide a brand-override config with your fonts

Alternativas

McKinsey-style PPTX vs otros

AlternativaCuándo usarlaContrapartida
guizang-ppt-skillYou want Chinese-style decksDifferent aesthetic

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills