What problem does it solve? Viewing and iterating on an iOS app or SwiftUI preview normally requires Xcode Canvas or manual simulator interaction. This Skill streams an 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 changes without leaving the browser. ## Core Features & Use Cases - Simulator Browser Mirroring: Streams a live iOS Simulator frame into the in-app browser using serve-sim pinned to an explicit simulator UDID, with safe cleanup of stale helper processes. - SwiftUI Preview Hosting: Generates a disposable host app outside your source tree that discovers and displays every PreviewProvider and #Preview variant in a selected Swift Package target, with optional regex filtering. - Hot Reload: Watches the package for edits, rebuilds a generated dylib, and injects it into the running host without relaunching the app. - Use Case: You are editing a SwiftUI view in a Swift package and want to see each change live in the browser. Launch the preview host, mirror the simulator, and watch the frame update on every save. ## Quick Start Use the ios-simulator-browser skill to render the previews from my Swift package target in the in-app browser with hot reload enabled.