Claude Code skills tagged iOS
Skills for native iOS development — UIKit, SnapKit, SwiftUI, and the Apple HIG conventions (Dynamic Type, Dark Mode, accessibility, in-context permissions) that App Review tends to catch.
5 skills
-
foundation-models-on-device
Build on-device LLM features (text gen, structured output, tool calling) with FoundationModels instead of cloud APIs
-
ios-application-dev
Build an iOS UI that respects HIG, Dynamic Type, Dark Mode, and accessibility from the first commit
-
liquid-glass-design
Apply Liquid Glass material correctly across SwiftUI views, UIKit controls, and widgets without breaking morphing or tinted modes
-
swift-concurrency-6-2
Migrate Swift code to 6.2 Approachable Concurrency without losing data-race safety or hand-tuning isolation
-
swiftui-patterns
Pick the right SwiftUI property wrapper and view-composition pattern instead of defaulting to ObservableObject everywhere