What problem does it solve? Viewing and iterating on an iOS app or SwiftUI preview normally requires Xcode Canvas or manual simulator interaction, which breaks flow when working outside Xcode. This Skill streams a live iOS Simulator into the Codex in-app browser and renders SwiftUI previews from Swift packages with hot reload, so you can watch and iterate on UI without leaving your workflow. ## Core Features & Use Cases - Simulator Browser Mirroring: Streams a booted iOS Simulator into the in-app browser via the serve-sim helper, pinned to an explicit simulator UDID with automatic cleanup. - SwiftUI Preview Rendering: Generates a disposable host app that discovers and displays every PreviewProvider and #Preview variant in a selected Swift Package target, with optional regex filtering. - Hot Reload: Watches the package source tree and hot-swaps a rebuilt dylib into the running host app on every edit, without relaunching. - Use Case: You are editing a SwiftUI view in a Swift package and want live visual feedback. Launch the preview browser against your Package.swift, open the mirrored simulator in the browser, and see each edit reflected in seconds. ## Quick Start Ask the assistant to render the SwiftUI previews from your Swift package in the in-app browser by pointing it at your Package.swift, choosing a package target, and selecting a simulator UDID.