swift-ios-development

Installation
SKILL.md

Swift iOS Development Standards

Professional guidelines for building production-ready iOS applications with Swift and SwiftUI.

Core Principles

  1. Swift Best Practices: Modern Swift syntax, protocols, and type safety
  2. MVVM Architecture: Separation of UI (View), logic (ViewModel), and data (Model)
  3. SwiftUI Declarative: Leverage SwiftUI's declarative paradigm
  4. Async/Await: Use modern concurrency for network and async operations
  5. Error Handling: Comprehensive error handling with proper user feedback

Standard Project Structure

Installs
3
Repository
miicolas/apply
First Seen
Feb 13, 2026
swift-ios-development — miicolas/apply