What problem does it solve? HTML-based UI mockups only approximate native Apple platform interfaces, so teams working on Swift apps cannot preview real system controls, SF Pro typography, and platform spacing before implementation. This Skill produces pixel-accurate native mockups by compiling actual SwiftUI code and rendering real screenshots. ## Core Features & Use Cases - Native SwiftUI Generation: Produces a self-contained MockView.swift using real components like NavigationStack, List, Form, Toggle, and SF Symbols with system semantic colors and typography. - Compile and Capture Pipeline: Compiles the source with swiftc, renders headlessly via ImageRenderer, and captures PNG screenshots in both light and dark mode at configurable sizes and scale factors. - Self-Contained Viewer and Spec Write-back: Builds a single-file HTML viewer with base64-embedded screenshots and a light/dark toggle, then appends a Mockups entry to the originating spec file. - Use Case: When planning a new iOS settings screen, run this Skill to get real rendered screenshots of the proposed layout in both appearance modes, linked directly from the feature spec for stakeholder review. ## Quick Start Ask the agent to generate a SwiftUI mockup of the settings screen for the current spec and capture light and dark screenshots.