swiftui-ui-patterns
Comprehensive SwiftUI patterns for state management, navigation, async tasks, and performance-optimized UI components.
Install
npx skills add https://github.com/dimillian/skills --skill swiftui-ui-patternsStats
| Total installs | 1,620 |
| Weekly installs | 1.6K |
| GitHub stars | 2.4K |
| First seen | Jan 20, 2026 |
| Source | @dimillian/skills |
Summary
- Covers state ownership strategies (from @State and @Binding to @Observable on iOS 17+), async/await patterns with .task, and environment injection for shared dependencies
- Includes cross-cutting references for NavigationStack routing, sheet presentation, deep linking, and app-level wiring with concrete ownership rules
- Provides component-specific guidance via indexed references, with anti-patterns and performance considerations for large or scroll-heavy screens
- Workflow-driven approach: define state ownership and dependencies first, sketch hierarchy, implement async loading with explicit states, then validate with previews and builds
Tags
Related skills
| Skill | Installs | vs swiftui-ui-patterns |
|---|---|---|
| mobile-design | 1,604 | -16 |
| flutter-adding-home-screen-widgets | 2,176 | +556 |
| asc-id-resolver | 1,288 | -332 |
| flutter-improving-accessibility | 2,203 | +583 |
| swiftdata-pro | 1,447 | -173 |
FAQ
- How many installs does swiftui-ui-patterns have?
- swiftui-ui-patterns has 1,620 total installs and 1.6K installs this week.
- Where is swiftui-ui-patterns hosted?
- swiftui-ui-patterns is published by @dimillian/skills at https://github.com/dimillian/skills.
- How many GitHub stars does swiftui-ui-patterns have?
- swiftui-ui-patterns has 2.4K GitHub stars.
- When was swiftui-ui-patterns first indexed?
- OrangeBot.AI first indexed swiftui-ui-patterns on Jan 20, 2026.
- How do I install swiftui-ui-patterns?
- Run: npx skills add https://github.com/dimillian/skills --skill swiftui-ui-patterns