What problem does it solve? Implementing macOS platform capabilities correctly is difficult: sandboxing rules, entitlements, extension lifecycles, and background execution APIs each have pitfalls that cause App Store rejections, crashes, or security issues. This Skill provides expert guidance and working code patterns for these system integration features. ## Core Features & Use Cases - Sandboxing & Entitlements: App Sandbox fundamentals, security-scoped bookmarks, file access patterns, and common rejection reasons. - Extensions & XPC: Share, Finder Sync, and Quick Look extensions, plus XPC services and App Groups for sharing data between app and extensions. - Menu Bar Apps: MenuBarExtra (SwiftUI) and NSStatusItem (AppKit) patterns, background-only app architecture, and popover management. - Background Operations: Login items via SMAppService, launch agents, BGTaskScheduler, file system monitoring, and sleep prevention. - Use Case: You are building a menu bar utility that must launch at login and persist access to a user-selected folder. The Skill provides the MenuBarExtra setup, SMAppService registration code, and security-scoped bookmark implementation with the required entitlements. ## Quick Start Ask the agent to help you implement a sandboxed macOS menu bar app that registers as a login item and persists folder access with security-scoped bookmarks.