Skip to main content
Back to registry

push-notifications

dpearson2699/swift-ios-skills

Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless...

Installs201
Install command
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill push-notifications
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless noted. Request notification authorization before doing anything else. The system prompt appears only once; subsequent calls return the stored decision. Always check status before assuming permissions. The user can change settings at any time. Provisional notifications deliver quietly to the notification center without interrupting the user.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does push-notifications do?

Implement, review, and debug local and remote notifications on iOS/macOS using UserNotifications and APNs. Covers permission flow, token registration, payload structure, foreground handling, notification actions, grouping, and rich notifications. Targets iOS 26+ with Swift 6.2, backward-compatible to iOS 16 unless...

Is push-notifications good?

push-notifications does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does push-notifications work with?

push-notifications currently lists compatibility with codex, gemini-cli, opencode, amp, cline, github-copilot.

What are alternatives to push-notifications?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install push-notifications?

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill push-notifications

Related skills

More from dpearson2699/swift-ios-skills

Related skills

Alternatives in Software Engineering