This handles iOS interface design and SwiftUI implementation with a focus on Apple's Human Interface Guidelines. It covers navigation patterns like NavigationStack and TabView, adaptive layouts for iPhone and iPad, SF Symbols integration, and proper semantic color usage for light/dark mode. The skill walks you through stack-based layouts, grid systems, and accessibility considerations while providing concrete SwiftUI code examples. Use it when you need to build native-feeling iOS apps that properly handle Dynamic Type, safe areas, and platform-specific patterns. It's solid for catching common pitfalls like hardcoded colors and layout breaking issues.
npx skills add https://github.com/wshobson/agents --skill mobile-ios-design