From apple-skills
Provides API reference for UserNotifications framework to query local/remote notifications, triggers, and content. Useful for iOS/macOS notification development.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
Search these docs to answer questions about notification APIs.
Implement, review, and debug local/remote push notifications in iOS/macOS Swift apps using UserNotifications and APNs: permissions, payloads, actions, grouping.
API reference for iOS APNs push notifications: HTTP/2 transport, JWT auth setup, UserNotifications framework, Live Activities headers, and payload formats.
Implements local notifications in .NET MAUI apps for Android, iOS, Mac Catalyst. Covers channels, permissions, scheduling, foreground/background handling, DI registration, and platform gotchas.
Share bugs, ideas, or general feedback.
Search these docs to answer questions about notification APIs.
Always include:
notifications-overview.md for notification center and triggersnotifications-overview.md - Framework overview and notification typesunusernotificationcenter.md - Central notification managementunnotificationrequest.md - Creating notification requestsunmutablenotificationcontent.md - Notification content (title, body, etc.)uncalendarnotificationtrigger.md - Date/time-based triggersuntimeintervalnotificationtrigger.md - Interval-based triggers