swift-ios-development
Installation
SKILL.md
Swift iOS Development Standards
Professional guidelines for building production-ready iOS applications with Swift and SwiftUI.
Core Principles
- Swift Best Practices: Modern Swift syntax, protocols, and type safety
- MVVM Architecture: Separation of UI (View), logic (ViewModel), and data (Model)
- SwiftUI Declarative: Leverage SwiftUI's declarative paradigm
- Async/Await: Use modern concurrency for network and async operations
- Error Handling: Comprehensive error handling with proper user feedback