Help us improve
Share bugs, ideas, or general feedback.
From role-mobile
Guides native iOS development with Swift and SwiftUI best practices, UIKit interop, Core Data/SwiftData persistence, Combine, structured concurrency, App Clips, WidgetKit, Xcode config, and SPM. Use for building or optimizing iOS apps.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-mobileHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-mobile:ios-nativeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building or optimizing a native iOS application with Swift and SwiftUI
Develops native iOS apps with Swift 6 and SwiftUI, covering iOS 18 features, UIKit integration, Core Data, networking, architecture patterns, and App Store optimization.
Provides expert guidance for iOS/macOS development with Swift, SwiftUI, UIKit, Core Data, Combine, Xcode projects, app architectures, build errors, and performance optimization.
Coordinates iOS/SwiftUI workflows with best-practice guides, correctness checklists, topic routing, and Apple API references for building, reviewing, refactoring, and debugging apps.
Share bugs, ideas, or general feedback.
@Published everywhere@MainActor for UI; custom actors for domain isolation; Sendable for cross-boundary typesreferences/swift-swiftui-data.md — SwiftUI property wrappers (@State, @Binding, @Observable, @Environment), UIKit interop (UIViewRepresentable, UIHostingController, Coordinator), SwiftData @Model/@Query/ModelContainer, Core Data NSPersistentContainer and NSFetchedResultsController, Combine operators and AnyCancellable lifecyclereferences/concurrency-extensions-config.md — async/await patterns (async let, withTaskGroup, Task.detached), actor isolation (@MainActor, GlobalActor, nonisolated, Sendable), App Clips invocation and limitations, WidgetKit TimelineProvider and interactive widgets, Xcode .xcconfig per-environment configuration, SPM Package.swift local modules and binary targets