What problem does it solve?
SwiftUI developers often struggle to quickly locate the exact API details (views, modifiers, property wrappers, and navigation types) needed for implementation, leading to slow context switching and reliance on inconsistent memory.
Core Features & Use Cases
- Local Apple SwiftUI API reference: Searches a pre-downloaded set of SwiftUI/Apple documentation pages stored as grep-friendly Markdown.
- Fast retrieval workflow: Checks the skill’s local files first, then searches other installed Apple skills (by metadata), and only falls back to a mirror when the page is missing.
- Navigation & state primitives coverage: Includes common reference topics such as @State/@Binding/@Environment/@Observable, view modifiers, NavigationStack/SplitView, and standard UI containers like List, TabView, and more.
Quick Start
Ask to look up the SwiftUI API for NavigationStack and return the relevant local excerpt and related documentation paths if available.