macOS platform-specific development with menu bar apps, window management, AppKit integration, and notarization. Use when building Mac apps, creating menu bar extras, or distributing outside App Store.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-swift-apple-expert:macosThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
macOS-specific development with window management and distribution tools.
macOS-specific development with window management and distribution tools.
Before ANY implementation, use TeamCreate to spawn 3 agents:
After implementation, run fuse-ai-pilot:sniper for validation.
| Feature | Benefit |
|---|---|
| MenuBarExtra | Background utility apps |
| Window management | Multi-window support |
| Keyboard shortcuts | Power user productivity |
| Notarization | Gatekeeper-safe distribution |
build_macos - Build for macOSbuild_run_macos - Build and launchtest_macos - Run macOS testslaunch_mac_app - Start built appstop_mac_app - Terminate app| Need | Reference |
|---|---|
| MenuBarExtra, Settings, Windows | app-structure.md |
| XcodeBuildMCP macOS tools | build-tools.md |
| NSViewRepresentable, menus | appkit-integration.md |
| Code signing, notarization | notarization.md |
npx claudepluginhub fusengine/agents --plugin fuse-swift-apple-expertProvides Apple Human Interface Guidelines for Mac apps, covering menu bar, keyboard shortcuts, and window management with SwiftUI and AppKit examples.
Designs native-feeling macOS UIs for desktop apps with sidebar layouts, traffic lights, interactions, micro-animations, light/dark mode, and effects via React, CSS, or Electron.
Adds production features like CI/CD, auto-updates, logging, SwiftLint, localization, Launch at Login to existing macOS Swift apps after analyzing project status.