macos-swiftui-dev
Installation
SKILL.md
macOS SwiftUI Development
Overview
Create native macOS applications using SwiftUI with proper structure, navigation patterns, and macOS-specific UI components.
Project Structure
Create files in the working directory with the following structure:
AppName/
├── AppName/
│ ├── AppNameApp.swift # Main app entry point
│ ├── ContentView.swift # Main content view
│ ├── Views/ # Additional views
│ └── Models/ # Data models
└── Info.plist # App configuration