From pptx-deck-creation
Validates and repairs PPTX decks for geometry, accessibility, native editability, source lineage, and OOXML package integrity before delivery.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pptx-deck-creation:pptx-quality-gatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill before delivering a generated PPTX. Treat deterministic failures as repair work, not exceptions.
Use this skill before delivering a generated PPTX. Treat deterministic failures as repair work, not exceptions.
references/audit-checklist.md to the coordinate contract before building.pptx-reference-deck-analysis/scripts/validate_package.py and save the JSON report.Keep the spec, PPTX, build record, geometry audit, accessibility audit, package report, and source manifest together. Report any documented exception with slide ID, object ID, owner, reason, and review date.
Zero content collisions, text overflows, unsafe content bounds, invalid positive geometry, and package-integrity errors. Meaningful slide content must remain native editable objects; images support rather than replace it.
See references/audit-checklist.md for the complete checklist.
npx claudepluginhub wshobson/agents --plugin pptx-deck-creationAudits PowerPoint decks for layout bugs, design inconsistencies, accessibility issues, AI-generation tells, and silent generator failures. Run after creating presentations or when reviewing uploaded .pptx files.
Audits PowerPoint presentations for layout issues, text overflow, visual hierarchy problems, and consistency gaps. Produces a slide-by-slide report with severity-ranked issues and specific fixes.
Analyzes a reference PPTX file for read-only structure, theme, typography, layout rhythm, diagnostics, and derived template catalogs via python-pptx scripts and OOXML utilities.