swiftui▌
37 indexed skills · max 10 per page
swiftui-view-refactor
dimillian/skills · Frontend
Refactor SwiftUI views toward small, explicit, stable types with MV-first defaults. \n \n Enforces view ordering (environment, state, computed vars, init, body, helpers) and strongly prefers dedicated subview types over computed some View helpers for non-trivial sections \n Defaults to Model-View architecture: local state in views, shared dependencies in environment, business logic in services/models, view models only when explicitly required or already present \n Extracts actions and side effec
swiftui-patterns
affaan-m/everything-claude-code · Frontend
$22
swiftui-expert-skill
sickn33/antigravity-awesome-skills · Frontend
Use this skill to build, review, or improve SwiftUI features with correct state management, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns.
swiftui-uikit-interop
dpearson2699/swift-ios-skills · Frontend
$22
swiftui-performance
dpearson2699/swift-ios-skills · Frontend
Diagnose and fix SwiftUI rendering bottlenecks through code review, Instruments profiling, and targeted remediation. \n \n Covers view invalidation storms, unstable list identity, expensive body computations, layout thrash, and image decoding issues with concrete code examples and fixes \n Includes step-by-step Instruments profiling workflow using the SwiftUI template to identify high body-evaluation counts and CPU hotspots \n Explains identity and lifetime mechanics, lazy loading patterns, and
axiom-swiftui-layout
charleswiltgen/axiom · Frontend
Discipline-enforcing skill for building layouts that respond to available space rather than device assumptions. Covers tool selection, size class limitations, iOS 26 free-form windows, and common anti-patterns.
swiftui-ui-patterns
dimillian/skills · Frontend
Best practices and patterns for building SwiftUI views, navigation, and state management. \n \n Covers state ownership strategies (from @State and @Binding to @Observable on iOS 17+), async/await patterns with .task , and environment injection for shared dependencies \n Includes cross-cutting references for NavigationStack routing, sheet presentation, deep linking, and app-level wiring with concrete ownership rules \n Provides component-specific guidance via indexed references, with anti-pattern
update-swiftui-apis
avdlee/swiftui-agent-skill · Frontend
Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update swiftui-expert-skill/references/latest-apis.md.
axiom-swiftui-debugging-diag
charleswiltgen/axiom · Frontend
Use this skill when:
axiom-swiftui-layout-ref
charleswiltgen/axiom · Frontend
Comprehensive API reference for SwiftUI adaptive layout tools. For decision guidance and anti-patterns, see the axiom-swiftui-layout skill.