What problem does it solve? Creating Chinese B2B business presentations forces a trade-off between visual quality and editability: AI-generated slides look polished but are locked inside images, while manually rebuilding slides in PowerPoint is slow. This Skill routes each request to the right path—full-page image generation for new decks, element-level reconstruction for editable PPTX, or SVG decomposition for lightweight reuse. ## Core Features & Use Cases - Full-page image deck generation: Writes per-slide image prompts, generates 16:9 pages via imagegen, overlays real logos in post-processing, and packages everything into PPTX/PDF with contact sheets. - Element reconstruction to editable PPTX: Converts existing image pages or screenshots into PowerPoint files with native text boxes, shapes, and transparent image assets, validated by diff heatmaps and layout QA reports. - SVG decomposition: Rewrites image pages as SVG structures for web or document reuse when object-level PowerPoint editing is not required. - Use Case: You have a screenshot-based sales deck that must be edited in PowerPoint. The Skill builds a visual inventory, generates isolated transparent assets, rebuilds the deck with native objects, and outputs a validation report confirming no full-page images remain. ## Quick Start Use the imagegen-scene-ppt skill to turn these slide screenshots into an editable PPTX using element reconstruction, with a validation report and render comparison.