What problem does it solve?
PPTX exports generated from HTML slide decks often drift from the source, causing footer overlaps, italic/style mismatches, misaligned blocks, and other layout inconsistencies. This Skill provides a repeatable audit and repair workflow to detect and fix these drift patterns so the final PPTX faithfully mirrors the HTML deck.
Core Features & Use Cases
- Automated ground-truth extraction: use scripts/extract_pptx.py to dump slide shapes, positions, and typographic runs.
- Deterministic audit tables: produce a Step-3 style table of issues with severity to drive fixes, using verify_layout.py.
- Footer-rail + cursor-flow discipline: enforce rails and centering rules to prevent content crossing rails and to keep hero slides centered.
- Re-export workflow: adjust export constants and font rules, then verify with scripts/verify_layout.py before final delivery.
Quick Start
Audit a PPTX deck against its HTML source using scripts/extract_pptx.py and scripts/verify_layout.py to generate a validated re-export that adheres to the footer-rail and cursor-flow discipline.