plugins/pptx-deck-creation/skills/pptx-slide-specification/SKILL.md
Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.
npx skillsauth add wshobson/agents pptx-slide-specificationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Author final coordinates directly in layout_tree. No renderer may decide placement, shrink text, or infer layout after the audit.
summary and slides.id, a message-led title, an accessibility reading order, and a complete layout_tree.id, kind, role, classification, content, style, bbox, and z_index.summary contains an explicit layout_policy (safe margin, content bottom, footer top, minimum gap) and accessibility metadata.layout_design objects may be full bleed.text, shape, line, table, and image objects. Recreate labels and values from any supporting visual as native objects.source_ref for sourced claims.A task-local builder starts from a blank slide layout and maps all bboxes with Inches(...). Explicitly set wrapping, disabled auto-size, text insets, anchors, alignment, fonts, colors, line settings, image aspect ratio, and hidden-slide state. Reject zero or negative geometry before adding an object.
See references/layout-contract.md for the compact schema and repair guidance.
testing
Use when selecting and placing approved supporting icons, images, SVGs, diagrams, or infographics in an editable PPTX deck.
data-ai
Use when analyzing a reference PPTX for read-only structure, theme, typography, layout rhythm, diagnostics, derived template catalogs, or safe OOXML package inspection.
testing
Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.
content-media
Use when preparing the narrative, sources, and design context for a new editable PPTX deck.