What problem does it solve? Building Mac desktop applications requires navigating macOS-specific APIs like MenuBarExtra, multi-window scene management, AppKit bridging, and the code-signing/notarization pipeline for Gatekeeper-safe distribution outside the App Store. ## Core Features & Use Cases - Menu Bar & Window Management: Implement MenuBarExtra utility apps, WindowGroup/Window multi-window scenes, Settings preferences windows, and keyboard shortcuts via SwiftUI commands. - AppKit Integration: Wrap NSTextView, NSTableView, and other AppKit components in SwiftUI using NSViewRepresentable with the Coordinator pattern. - Build & Distribution Tooling: Use XcodeBuildMCP tools (build_macos, test_macos, launch_mac_app) and follow the notarytool/stapler workflow to sign, notarize, and distribute DMG installers. - Use Case: You are building a menu bar utility that monitors system status. Use this Skill to structure the app with MenuBarExtra and a Settings scene, build and test it via XcodeBuildMCP, then notarize and staple a signed DMG for direct download distribution. ## Quick Start Ask the agent to scaffold a macOS menu bar app with a Settings window, build it with build_macos, and walk through notarizing the resulting DMG for distribution.