Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub fusengine/agents --plugin fuse-swift-apple-expertHow 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.
Applies Apple Human Interface Guidelines to macOS apps, providing SwiftUI and AppKit examples for menu bars, toolbars, window management, and keyboard shortcuts.
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.
Share bugs, ideas, or general feedback.
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 |