What problem does it solve?
This Skill provides a comprehensive guide and architectural blueprint for developing modern iOS applications using Swift 6, SwiftUI, SwiftData, and integrating with a Supabase backend, streamlining the development process from project setup to feature implementation.
Core Features & Use Cases
- Architectural Guidance: Offers a robust project structure for scalability and maintainability.
- Concurrency Management: Demonstrates effective use of Swift 6 actors and
@MainActor for thread-safe operations.
- Data Persistence: Details SwiftData model design and integration for local storage.
- Backend Integration: Outlines patterns for Supabase authentication, data sync, and token refresh.
- Use Case: Kickstart a new SwiftUI iOS application by following the recommended project structure, concurrency patterns, and Supabase integration strategies.
Quick Start
Use the swift-ios-app skill to generate a project structure for a new iOS application.