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 appkit-interop skill rather than forcing a shaky workaround.

New app scaffolding

Installs
14
Repository
openai/plugins
GitHub Stars
3.5K
First Seen
Apr 10, 2026
swiftui-patterns — openai/plugins