Image PPT King

Rebuilds already-split slide layers into an editable PPTX — the flat-image-splitting step isn't included

Works with setup

Test report

Verdict
Works with setup
Score
8.8/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f0e5180

Ran the bundled builder for real on the demo slide: a naive python-pptx baseline produced 2 shapes (one flattened background image + one crammed textbox), while the skill's own scripts/build_ppt_from_layers.mjs produced 11 shapes (5 positioned, selectable image layers + 6 individually anchored, transparent editable text boxes) from the same source — a genuinely valid, zip-checked PPTX. But the SKILL.md's actual first step for real-world input, 'invoke image-split' to turn a flat image into those layers, is referenced a dozen+ times across SKILL.md and README and never shipped, linked, or named as an installable package anywhere in the repo.

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 3/5

What Image PPT King does

Builds a PPTX where visual components stay as image layers and text becomes native, transparently-boxed, per-element editable PowerPoint text, following a strict route/QA contract (structural, editability, overlay, and visual-diff checks). Triggers when given PNG/JPG slide images that need to become an editable, layout-faithful deck, but its own pipeline depends on an upstream 'Image Split' step that is referenced throughout and never shipped or linked in this repo.

How to install Image PPT King

git clone https://github.com/TateZhouSiu/image-ppt-king
cd image-ppt-king
mkdir -p ~/.claude/skills
cp -r skills/image-ppt-king ~/.claude/skills/image-ppt-king

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

Commands — how to trigger Image PPT King

  • /image-ppt-king Rebuilds already-split slide layers into an editable PPTX — the flat-image-splitting step isn't included

It also activates on plain-language prompts like these:

  • I have image and text layers from a slide, turn them into an editable PPTX
  • Rebuild this deck from separated visual and text layers into a real PowerPoint file
  • Can you make these slide layers into a PPTX where each text box is editable?

Frequently asked questions

Is the Image PPT King skill free?
Yes. The skill itself is free from TateZhouSiu/image-ppt-king. SkillProof publishes the install command and an independent test verdict at no cost.
Does Image PPT King work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Ran the bundled builder for real on the demo slide: a naive python-pptx baseline produced 2 shapes (one flattened background image + one crammed textbox), while the skill's own scripts/build_ppt_from_layers.mjs produced 11 shapes (5 positioned, selectable image layers + 6 individually anchored, transparent editable text boxes) from the same source — a genuinely valid, zip-checked PPTX. But the SKILL.md's actual first step for real-world input, 'invoke image-split' to turn a flat image into those layers, is referenced a dozen+ times across SKILL.md and README and never shipped, linked, or named as an installable package anywhere in the repo.
What is the Image PPT King SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install Image PPT King?
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 Image PPT King 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.