MBB Decks

Consulting-grade .pptx decks from JSON: action titles, MECE bullets, real charts.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 1db16ab

Rendered a real 9-slide .pptx for a board pricing recommendation and verified it with python-pptx: native embedded charts, a real Owner/Action/Outcome table, and working per-source hyperlinks -- a genuine IEA URL kept its hyperlink while a fabricated 404 URL had its link silently stripped (server printed 'NOTE: source URL hidden (HTTP 404)'), exactly as SKILL.md claims. Company-logo auto-download from logo.dev also worked live, caching a real stripe.com.png.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What MBB Decks does

Generates real .pptx consulting decks (McKinsey/Bain/BCG house style) from a JSON spec, enforcing a ghost-deck-first storyline pass, action-title rules, MECE bullets, a mandatory recommendation action table, and citation discipline with live-verified hyperlinks. Triggers on requests for board prereads, executive readouts, market-entry or due-diligence decks, or any request for a real .pptx rather than a markdown outline.

How to install MBB Decks

git clone https://github.com/floflo11/mbb-decks
cd mbb-decks
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/mbb-decks

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger MBB Decks

  • /mbb-decks Consulting-grade .pptx decks from JSON: action titles, MECE bullets, real charts.

It also activates on plain-language prompts like these:

  • Build a board pre-read deck recommending a 10% SaaS price increase
  • Turn this market-entry analysis into a real McKinsey-style .pptx
  • Make an executive readout deck with a recommendation action table

Frequently asked questions

Is the MBB Decks skill free?
Yes. The skill itself is free from floflo11/mbb-decks. SkillProof publishes the install command and an independent test verdict at no cost.
Does MBB Decks work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Rendered a real 9-slide .pptx for a board pricing recommendation and verified it with python-pptx: native embedded charts, a real Owner/Action/Outcome table, and working per-source hyperlinks -- a genuine IEA URL kept its hyperlink while a fabricated 404 URL had its link silently stripped (server printed 'NOTE: source URL hidden (HTTP 404)'), exactly as SKILL.md claims. Company-logo auto-download from logo.dev also worked live, caching a real stripe.com.png.
What is the MBB Decks SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install MBB Decks?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use MBB Decks with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.