Help us improve
Share bugs, ideas, or general feedback.
SwiftUI fundamentals for all Apple platforms. Use when building views, navigation, data persistence, or state management with SwiftUI across iOS, macOS, iPadOS, watchOS, visionOS.
npx claudepluginhub fusengine/agents --plugin fuse-swift-apple-expertHow this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-swift-apple-expert:swiftui-coreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SwiftUI fundamentals shared across all Apple platforms.
Provides best practices and examples for SwiftUI views, components, navigation hierarchies, custom modifiers, responsive layouts with stacks/grids, and state management (@State/@Binding). Use for creating/refactoring iOS UI.
Provides SwiftUI patterns for state management (@State/@Binding/@ObservableObject), view composition, Observable protocol, ViewModifiers, and declarative UI in iOS/macOS apps.
Provides modern SwiftUI patterns for state management with @Observable, view composition, type-safe NavigationStack navigation, and performance optimization for iOS/macOS apps.
Share bugs, ideas, or general feedback.
SwiftUI fundamentals shared across all Apple platforms.
Before ANY implementation, use TeamCreate to spawn 3 agents:
After implementation, run fuse-ai-pilot:sniper for validation.
| Feature | Benefit |
|---|---|
| Declarative UI | Less code, automatic updates |
| Cross-platform | Same code for iOS/macOS/watchOS/visionOS |
| @Observable | Simple reactive state |
| SwiftData | Modern persistence with minimal code |
Composable UI building blocks. Extract subviews at 30+ lines.
NavigationStack for stack-based, NavigationSplitView for multi-column.
Modern persistence with @Model. Replaces Core Data for most use cases.
@State for local, @Observable for shared, @Environment for injection.
| Need | Reference |
|---|---|
| Views, modifiers, layouts | views-modifiers.md |
| NavigationStack, deep linking | navigation.md |
| SwiftData, @Query, CloudKit | data-swiftdata.md |
| @State, @Observable, Environment | state-management.md |
| Liquid Glass all platforms | liquid-glass.md |
| Siri, Shortcuts, App Intents | app-intents.md |