What problem does it solve? Implementing macOS platform capabilities correctly is difficult: sandboxing rules, entitlements, security-scoped bookmarks, and extension lifecycles are easy to get wrong, leading to App Store rejections, crashes, or security issues. This Skill provides expert guidance and working code patterns for macOS system integration. ## Core Features & Use Cases - Sandboxing & Entitlements: Configure App Sandbox, security-scoped bookmarks, and file access patterns that pass Mac App Store review. - Extensions & XPC: Build Share, Finder Sync, and Quick Look extensions plus XPC services for crash isolation and privilege separation. - Menu Bar Apps: Create menu bar utilities with MenuBarExtra or NSStatusItem, including background-only apps with LSUIElement. - Background Operations: Register login items via ServiceManagement, schedule background tasks, and monitor file system changes. - Use Case: You are building a note-taking utility that must launch at login, live in the menu bar, and persist access to a user-selected notes folder. This Skill walks you through the SMAppService registration, MenuBarExtra setup, and security-scoped bookmark code with the exact entitlements required. ## Quick Start Ask the assistant to help you add a launch-at-login toggle and sandbox-compliant folder access to your macOS app.