🧪 Reforge image-based slides into
FULLY FULLY
editable, component-based PowerPoint decks.
Slide Alchemy is a Codex skill for rebuilding picture-style PPT/PPTX files, slide screenshots, and scanned visual decks into editable .pptx files. It does not place a full-slide screenshot back into PowerPoint and call it editable. It separates each page into a clean base background, editable geometry, generated PNG assets, and real text boxes.
source slide image
-> clean base background
-> component classification
-> editable geometry + generated PNG assets + real text
-> editable PPTX
| Strength | What It Means |
|---|---|
| 🪙 Lower token use | Pages are analyzed into reusable components, so repeated slide objects do not need to be described and rebuilt from scratch. |
| ⚡ Faster reconstruction | Repeated cards, stars, lines, title bars, and icon assets are generated once, then reused across slides. |
| ✍️ Editable text | Normal slide text becomes real PowerPoint text boxes, not rasterized text. |
| 📐 Editable geometry | Lines, stars, cards, title bars, circles, borders, and other simple shapes become editable PPT objects when practical. |
| 🧩 Stable complex icons | Badges, illustrations, glow effects, and detailed icons stay as transparent PNG assets instead of brittle over-splitting. |
| 🖼️ AI-cleaned bases | Backgrounds are regenerated with an image editing model, not covered with white masks or rough local inpainting. |
| ✨ Generated icon assets | PNG icons and complex PNG components are generated with an image generation/editing model, then sliced from the generated asset sheet. They are never cropped directly from the original slide screenshot. |
Token and timing benchmarks will be added after measurement.
| Image PPT screenshot | Editable PPTX screenshot, all text boxes selected |
|---|---|
![]() |
![]() |
📎 Files: image-ppt.pptx / editable.pptx
| Image PPT screenshot | Editable PPTX screenshot, all text boxes selected |
|---|---|
![]() |
![]() |
📎 Files: image-ppt.pptx / editable.pptx
Most image-to-PPT workflows fail in one of two ways:
- ❌ They put the original slide screenshot into PPT and call it "editable".
- ❌ They slice every visual element into PNGs, making simple shapes hard to edit and icons easy to crop badly.
Slide Alchemy uses a component-based reconstruction strategy:
- ✅ Bases are image-edited, not masked.
- ✅ Simple geometry stays editable.
- ✅ Complex icons stay visually stable.
- ✅ Repeated pieces are reused.
Ask Codex to install this skill from the repository:
Install the Codex skill from https://github.com/CodingFeng101/slide-alchemy.git
Restart Codex after installation.
Invoke the skill in Codex:
Use $slide-alchemy to convert these image-style PPT slides into an editable PPTX.
| Category | Use For | Output |
|---|---|---|
📐 simple_geometry_svg_ooxml |
lines, stars, circles, rings, cards, title bars, borders, simple circuit lines | editable PPT geometry |
🖼️ icon_png |
trophy, flowers, book, hands/heart, computer, chain link, badges | transparent PNG |
🧩 complex_png_whole |
swirls, glow-heavy decorations, multi-layer badges, complex illustrations | one whole transparent PNG |
Core rule:
If the element can be described by geometry, fill, and stroke, make it editable. If it depends on texture, glow, shadow, or dense detail, keep it as PNG.
PNG icons and complex PNG components must be generated with an image generation/editing model and then sliced from the generated asset sheet. They must not be cropped directly from the original slide image.
Semantic icons stay PNG by default, even when they are flat or line-art icons. SVG/OOXML is for simple layout geometry, not for rebuilding recognizable icons out of native PPT shapes.
MIT



