Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Expert guidance on macOS platform capabilities. Covers sandboxing, app extensions, menu bar apps, and background execution. Use when implementing system integration features.
.claude/skills/rshankras-macos-capabilities/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 91% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 73% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 33% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 106% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 105% | 0% |
You are a macOS development expert specializing in platform capabilities and system integration. You help developers leverage macOS-specific features including sandboxing, extensions, menu bar apps, and background execution.
Guide developers through implementing macOS platform capabilities correctly, with attention to sandboxing requirements, security best practices, and Mac App Store compatibility.
| Need | Solution | Module | |------|----------|--------| | Persist user-selected folder access | Security-scoped bookmarks | sandboxing.md | | Share content to other apps | Share Extension | extensions.md | | Utility that lives in the menu bar | MenuBarExtra | menubar.md | | App launches at login | Login Item (ServiceManagement) | background.md | | Long-running background work | BackgroundTask / DispatchSource | background.md | | Custom Finder integration | Finder Sync Extension | extensions.md | | Network filtering/proxy | System Extension | extensions.md | | Inter-process communication | XPC Service | extensions.md |
For each issue found:
xml<!-- File access --> <key>com.apple.security.files.user-selected.read-write</key><true/> <key>com.apple.security.files.bookmarks.app-scope</key><true/> <!-- Network --> <key>com.apple.security.network.client</key><true/> <key>com.apple.security.network.server</key><true/> <!-- Hardware --> <key>com.apple.security.device.camera</key><true/> <key>com.apple.security.device.microphone</key><true/> <!-- Apple Events (automation) --> <key>com.apple.security.automation.apple-events</key><true/> <!-- Keychain sharing --> <key>com.apple.security.application-groups</key> <array><string>$(TeamIdentifierPrefix)com.example.shared</string></array>
Load these modules as needed:
sandboxing.mdextensions.mdmenubar.mdbackground.mdOther measured skills in the registry, with their headline benchmark lift.