What problem does it solve? Building and debugging the AppLoop presentation visual inspector involves subtle failure modes — Marpit CSS scoping that never matches, inline elements ignoring transforms, selection id drift breaking layers-panel parity, and alignment guides measuring the wrong rect — that are hard to rediscover on every change. ## Core Features & Use Cases - Inspector architecture guidance: Documents the iframe/parent postMessage protocol, selection chrome rules (one group box per multi-selection), transform-only movement, and undo/redo stack design. - Pitfall catalog: Covers Marpit CSS scoping, inline-style durability, element identity hashing, client/server boundaries, and inline-element display fixes for drag/resize. - Verification recipes: Reference guides for synthesizing gestures against the preview iframe, verifying bidirectional slide-to-layers-panel selection parity, and fitting inserted images to the slide. - Use Case: When a group drag shows the vertical centering guide but never the horizontal one, use this Skill to identify that guides are measuring a single element instead of the selection union rect and apply the documented fix. ## Quick Start Use the presentation-inspect-editor skill to fix the bug where multi-selecting elements in the presentation builder does not highlight the matching rows in the layers panel.