| State management | Property wrapper choice, data flow design | references/state-management.md |
| View composition | Extracting subviews, container patterns | references/view-structure.md |
| Performance | Diagnosing hangs, hitches, excessive updates | Use the swiftui-performance-audit skill |
| Lists and ForEach | List rendering, identity, filtering | references/list-patterns.md |
| Layout | GeometryReader alternatives, layout containers | references/layout-best-practices.md |
| Sheets and navigation | Sheets, NavigationSplitView, Inspector | references/sheet-navigation-patterns.md |
| ScrollView | Programmatic scrolling, ScrollViewReader | references/scroll-patterns.md |
| Focus management | @FocusState, focusable views | references/focus-patterns.md |
| Animations (basics) | Implicit/explicit animations, timing | references/animation-basics.md |
| Animations (transitions) | View transitions, matchedGeometryEffect | references/animation-transitions.md |
| Animations (advanced) | Phase/keyframe animations, @Animatable | references/animation-advanced.md |
| Accessibility | VoiceOver, Dynamic Type, grouping, traits | references/accessibility-patterns.md |
| Swift Charts | Chart marks, axes, selection, styling | references/charts.md |
| Charts accessibility | Charts VoiceOver, Audio Graph | references/charts-accessibility.md |
| Image optimization | AsyncImage, downsampling, caching | references/image-optimization.md |
| Liquid Glass (iOS 26+) | Adopting or reviewing Liquid Glass | Use the swiftui-liquid-glass skill |
| macOS scenes | Settings, MenuBarExtra, multi-window | references/macos-scenes.md |
| macOS window styling | Toolbar styles, window sizing, Commands | references/macos-window-styling.md |
| macOS views | HSplitView, Table, AppKit interop | references/macos-views.md |
| Text patterns | Text initializer choice, localization | references/text-patterns.md |
| Deprecated API lookup | Checking if an API is deprecated | references/latest-apis.md |
| Instruments trace analysis | Given a .trace file to interpret | references/trace-analysis.md |
| Instruments trace recording | Asked to record a new trace | references/trace-recording.md |