Agent skill
macos
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/macos
SKILL.md
macOS Platform
macOS-specific development with window management and distribution tools.
Agent Workflow (MANDATORY)
Before ANY implementation, launch in parallel:
- fuse-ai-pilot:explore-codebase - Analyze existing macOS patterns
- fuse-ai-pilot:research-expert - Verify latest macOS 26 docs via Context7/Exa
- mcp__XcodeBuildMCP__build_macos - Build for macOS validation
After implementation, run fuse-ai-pilot:sniper for validation.
Overview
When to Use
- Building Mac desktop applications
- Creating menu bar apps (MenuBarExtra)
- Multi-window applications
- Keyboard shortcuts and menus
- Notarization for distribution
- AppKit integration
Why macOS Skill
| Feature | Benefit |
|---|---|
| MenuBarExtra | Background utility apps |
| Window management | Multi-window support |
| Keyboard shortcuts | Power user productivity |
| Notarization | Gatekeeper-safe distribution |
MCP Tools Available
Build Tools
build_macos- Build for macOSbuild_run_macos- Build and launchtest_macos- Run macOS testslaunch_mac_app- Start built appstop_mac_app- Terminate app
Reference Guide
| Need | Reference |
|---|---|
| MenuBarExtra, Settings, Windows | app-structure.md |
| XcodeBuildMCP macOS tools | build-tools.md |
| NSViewRepresentable, menus | appkit-integration.md |
| Code signing, notarization | notarization.md |
Best Practices
- Keyboard shortcuts - Support power users
- Menu bar integration - For utility apps
- Multiple windows - Use WindowGroup/Window
- Settings window - Use Settings scene
- Notarization - Required for distribution
- Sandbox - Enable for App Store
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?