swiftui▌
37 indexed skills · max 10 per page
swiftui-animation
jamesrochabrun/skills · Frontend
Advanced SwiftUI animations, transitions, matched geometry effects, and Metal shader integration for iOS and macOS. \n \n Covers animation curves, springs, keyframe animators, and phase animators for orchestrated multi-step sequences \n Includes built-in transitions (fade, slide, scale, move) and asymmetric transitions for directional entry/exit effects \n Provides matched geometry effect patterns for hero animations and smooth view transitions \n Supports GPU-accelerated Metal shader effects in
swiftui-skills
ameyalambat128/swiftui-skills · Frontend
A packaged set of Apple-authored AdditionalDocumentation shipped inside Xcode, plus prompts that enforce Apple-native patterns and reduce hallucinations.
swiftui-patterns
dpearson2699/swift-ios-skills · Frontend
Modern SwiftUI patterns for iOS 26+ with MV architecture, state management, and view composition. \n \n Covers @Observable ownership rules, @State / @Bindable / @Environment wiring, and view decomposition best practices for clean, performant UIs \n Includes async data loading with .task , custom ViewModifier styling, environment value patterns, and granular state tracking that only re-renders affected views \n Provides iOS 26+ API updates (scroll edge effects, background extensions, @Animatable
swiftui-expert-skill
avdlee/swiftui-agent-skill · Frontend
Expert SwiftUI code review, refactoring, and implementation guidance with iOS 26+ and macOS support. \n \n Covers state management, view composition, performance optimization, and modern SwiftUI patterns across iOS 15+ through iOS 26+ \n Flags deprecated APIs and suggests modern replacements; gates version-specific features with #available and fallbacks \n Addresses lists, layouts, animations, accessibility, Swift Charts, and platform-specific patterns (macOS scenes, Liquid Glass) \n Enforces co
axiom-swiftui-search-ref
charleswiltgen/axiom · Frontend
SwiftUI search is environment-based and navigation-consumed. You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs.
swiftui-webkit
dpearson2699/swift-ios-skills · Frontend
Embed and manage web content in SwiftUI using the native WebKit-for-SwiftUI APIs introduced for iOS 26, iPadOS 26, macOS 26, and visionOS 26. Use this skill when the app needs an integrated web surface, app-owned HTML content, JavaScript-backed page interaction, or custom navigation policy control.
axiom-swiftui-nav-diag
charleswiltgen/axiom · Frontend
Core principle 85% of navigation problems stem from path state management errors, view identity issues, or placement mistakes—not SwiftUI defects.
axiom-swiftui-nav
charleswiltgen/axiom · Frontend
Use when:
axiom-swiftui-containers-ref
charleswiltgen/axiom · Frontend
Stacks, grids, outlines, and scroll enhancements. iOS 14 through iOS 26.
axiom-swiftui-nav-ref
charleswiltgen/axiom · Frontend
SwiftUI's navigation APIs provide data-driven, programmatic navigation that scales from simple stacks to complex multi-column layouts. Introduced in iOS 16 (2022) with NavigationStack and NavigationSplitView, evolved in iOS 18 (2024) with Tab/Sidebar unification, and refined in iOS 26 (2025) with Liquid Glass design.