Reviews Swift code for concurrency safety, error handling, memory management, and common mistakes. Use when reviewing .swift files for async/await patterns, actor isolation, Sendable conformance,...
Guide for building, auditing, and refactoring Swift code using modern concurrency patterns (Swift 6+). This skill should be used when working with async/await, Tasks, actors, MainActor, Sendable...
Native iOS development specialist for Swift, SwiftUI, UIKit, and Apple platform patternsUse when "ios, swift, swiftui, uikit, xcode, apple, iphone, ipad, app store, core data, combine, ios, swift,...
Swift Package Manager documentation - create packages, manage dependencies, build and test Swift code
RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage connections.
Setup Sentry in iOS/Swift apps. Use when asked to add Sentry to iOS, install sentry-cocoa SDK, or configure error monitoring for iOS applications using Swift and SwiftUI.
Official Swift DocC documentation markup and syntax reference
Reviews Swift Testing code for proper use of #expect/#require, parameterized tests, async testing, and organization. Use when reviewing .swift files with import Testing, @Test, #expect, @Suite, or...
The complete Swift Programming Language book by Apple, covering syntax, features, concurrency, and the formal language reference.
A collection of tools for making navigation in Swift applications more ergonomic and powerful across SwiftUI, UIKit, and AppKit
Apple Observation framework for Swift. Use when modeling observable state with the `@Observable` macro, tracking changes with `withObservationTracking`, integrating with SwiftUI, or working with...
A dependency management library for Swift with controlled, testable dependencies
Rapid task execution without hesitation or deterrence. Expert in overcoming blockers, making quick decisions, and maintaining forward momentum. Use for urgent tasks, breaking through impediments,...
Provides the complete Embedded Swift documentation for developing on microcontrollers, embedded systems, and baremetal applications.
Check Swift on Wasm compatibility, identify incompatible frameworks, port and refactor code for WebAssembly
Use when you need to search, discover, and integrate private GitHub repositories as Swift package dependencies in iOS/macOS projects.
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
A library for snapshot testing in Swift with support for views, images, and custom formats
Develop native iOS apps with Swift. Covers MVVM architecture, SwiftUI, URLSession for networking, Combine for reactive programming, and Core Data persistence.
Deep dive into Swift's async/await runtime, Sendable enforcement, actors, and migration strategies.