What problem does it solve? Coding agents often write SwiftUI code based on stale training data, producing deprecated modifiers, nonexistent API shapes, and outdated idioms. This Skill grounds SwiftUI code generation in how 1,857 real shipping macOS apps actually use each API. ## Core Features & Use Cases - Production API Lookup: Query a corpus of 1,857 open-source macOS apps parsed with SwiftSyntax to see how a given SwiftUI API or design intent is used in practice. - Deprecation Guidance: Detects deprecated APIs and returns the modern replacement used by current shipping apps. - Source-Grounded Examples: Every result links to a GitHub permalink pinned to a commit SHA plus the matching sosumi.ai documentation, so spec and practice stay connected. - Use Case: Before writing a settings window, ask how production macOS apps structure a SwiftUI Settings scene, then fetch the enclosing real-world example file to model your code on. ## Quick Start Ask the agent to use $swiftui to look up how production macOS apps use a specific SwiftUI API such as Table or NavigationSplitView.