macos-swiftui-patterns

Installation
SKILL.md

SwiftUI Patterns

Quick Start

Choose a track based on your goal:

Existing project

  • Identify the feature or scene and the primary interaction model: document, editor, sidebar-detail, utility window, settings, or menu bar extra.
  • Read the nearest existing scene or root view before inventing a new desktop structure.
  • Choose the relevant reference from references/components-index.md.
  • If SwiftUI cannot express the required platform behavior cleanly, use the macos-appkit-interop skill rather than forcing a shaky workaround.

New app scaffolding

Installs
3
GitHub Stars
46
First Seen
Jun 25, 2026
macos-swiftui-patterns — robinebers/skills