deck-studio
v1.1.0premium-decks: turn source files into editable consulting-, banking-, and keynote-grade decks with documented sources, checked calculations, and an explicit review report. Ingests xlsx/csv/docx/pdf/pptx/md into a fact base, builds an answer-first storyline and ghost deck for approval, and renders client-editable .pptx (slide master, native charts, finance recipes) or HTML. Every number is verified against a cited fact or a recomputed calculation; QA reports PASS/WARN/SKIP/FAIL per check. Rules derived from a study of 131 public consulting and banking decks plus 8 banker discussion books.
By OluLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install deck-studio for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install deck-studio@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/UncleOlu/deck-studioClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/premium-decks/SKILL.md
Included Skills1
Use when the user wants a deck, slides, a presentation, a pitch deck, a pitchbook, a board book, a consulting-style deck, a SteerCo update, or a premium presentation — for executives, clients, boards, or work — whether the output is a PowerPoint file or a web page, and especially when they supply a folder of analysis, spreadsheets, or notes to turn into a deck. Three registers: keynote (talks, all-hands, product), consulting (diagnostics, strategy, SteerCo; MBB/Big 4 grammar), banking (valuation board books, fairness-style books, sell-side pitches). Mode A builds .pptx; Mode B builds HTML decks. Trigger on any mention of "deck", "slides", "presentation", ".pptx", "pitch", "pitchbook", "board book", or "storyline".
Plugin manifests1
{
"name": "deck-studio",
"description": "premium-decks: turn source files into editable consulting-, banking-, and keynote-grade decks with documented sources, checked calculations, and an explicit review report. Ingests xlsx/csv/docx/pdf/pptx/md into a fact base, builds an answer-first storyline and ghost deck for approval, and renders client-editable .pptx (slide master, native charts, finance recipes) or HTML. Every number is verified against a cited fact or a recomputed calculation; QA reports PASS/WARN/SKIP/FAIL per check. Rules derived from a study of 131 public consulting and banking decks plus 8 banker discussion books.",
"version": "1.1.0",
"author": {
"name": "Olu"
},
"license": "MIT",
"repository": "https://github.com/UncleOlu/deck-studio"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deck-studio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deck-studio)