swiftui-patterns-developer

Installation
SKILL.md

SwiftUI Patterns Developer (Smart Router)

Purpose

Apply consistent structure and patterns to SwiftUI views, with focus on ordering, subview extraction, and proper composition.

When Auto-Activated

  • Refactoring SwiftUI view structure
  • Organizing view file layout
  • Splitting large views into subviews
  • Keywords: view structure, view ordering, split view, extract subview, large view, refactor view

Core Guidelines

0) Three Qualities of SwiftUI Views (WWDC24)

Understanding these fundamentals helps you write better SwiftUI code:

1. Declarative - Describe what you want, not how to create it:

Related skills
Installs
2
GitHub Stars
479
First Seen
Jan 23, 2026