swiftui-patterns
Catalogue stub — full skill: dimillian/Skills
Decision tree
Run this before any SwiftUI view or component work:
Is the full skill already installed? Check:
~/.design-agent-skills/skills/swiftui-patterns/SKILL.mdexists AND does NOT contain adas:block.- Yes → invoke
swiftui-patternsand proceed - No → go to step 2
- Yes → invoke
Do you have shell access?
- Yes → run the install command below, then invoke the skill
- No → show the install command; in Claude Code, send it as a chat message starting with
!— add-gfor global install or omit for project-only
Install command
npx skills add dimillian/Skills --skill swiftui-ui-patterns
Or per-agent:
- Claude Code:
claude skills add dimillian/Skills - Cursor/OpenCode:
npx skills add dimillian/Skills --skill swiftui-ui-patterns
Invoke after install
- Skill name:
swiftui-patterns - Trigger phrases: "SwiftUI patterns", "SwiftUI components", "SwiftUI tab architecture", "SwiftUI screen"
What it does
Provides best practices for building SwiftUI views and components on Apple platforms, with a focus on tab-based navigation architecture, screen composition patterns, and reusable view structures. Keeps SwiftUI code idiomatic and avoids common architectural mistakes that cause layout or state management issues.