A solid toolkit for iOS work that covers the full spectrum from code review to shipping. You get Swift best practices, SwiftUI patterns, HIG compliance checks, and accessibility audits. What's genuinely useful here is the navigation patterns module, since NavigationStack and NavigationSplitView trip people up constantly, and the run-simulator module that actually builds your app, launches it, and screenshots the result so you can verify changes without leaving the conversation. It's structured as modular guidance files you read based on what you're doing, whether that's reviewing existing code, planning a new app, or just making sure your UI doesn't violate Apple's guidelines. Practical for day to day iOS work.
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill ios-development