What problem does it solve? Verifying that an iOS app matches its Figma design normally requires tedious manual side-by-side inspection, and subtle layout or color deviations are easy to miss. This Skill automates visual QA by capturing both the Figma frame and the simulator screen, then producing quantitative diff images that pinpoint every difference. ## Core Features & Use Cases - Figma Frame Capture: Uses the Figma MCP server (Dev Mode) to fetch page metadata, search frames by name, and screenshot target nodes, with a Python script to extract base64 images from the session JSONL. - Three Diff Modes: Generates a layout diff (structural changes highlighted in red), a color heatmap (magnitude of every color delta), and a directional diff (green = Figma-only pixels, blue = simulator-only pixels) using ImageMagick. - Triptych Composite: Stitches Figma, directional diff, and simulator images side by side so the agent can review everything in one image. - Use Case: After implementing a new SwiftUI screen, capture the simulator output and the corresponding Figma frame, then run the diff pipeline to confirm pixel-level design fidelity before shipping. ## Quick Start Compare my Figma design frame to the currently running iOS Simulator screen and show me a diff highlighting every layout and color difference.