This skill should be used when the user asks to "create a SwiftUI view", "build an iOS app", "set up an Xcode project", "review Apple platform code", "add a widget", "create a watchOS app", "build for visionOS", "fix SwiftUI layout", or when generating any Swift code targeting Apple platforms (iOS, iPadOS, macOS, tvOS, watchOS, visionOS). Provides modern SwiftUI-first best practices covering UI patterns, app lifecycle, navigation, project structure, and platform-specific guidance. Use together with `swift-development` for Swift language fundamentals. Always generates Swift unless the project explicitly requires Objective-C.
75
86%
Does it follow best practices?
Impact
90%
1.20xAverage score across 1 eval scenario
Medium
Suggest reviewing before use
SwiftUI MVVM task list with @Observable, typed nav, and DI
@Observable used
100%
100%
No ObservableObject/@Published
100%
100%
@MainActor on ViewModel
100%
100%
.task modifier used
100%
100%
NavigationStack used
100%
100%
Typed navigation destination
20%
100%
Protocol-based repository
100%
100%
ViewModel init injection
100%
100%
@Environment injection
0%
0%
Single ViewState struct
0%
100%
View does not mutate state
100%
100%
c97cd8e
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.