push-notifications
Multi-platform push notification skill for implementing APNs (iOS), FCM (Android), and cross-platform notification systems with rich media, deep linking, and background processing capabilities.
npx skills add a5c-ai/babysitter --skill push-notifications --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Push Notifications Skill Comprehensive push notification implementation for iOS (APNs) and Android (FCM), including rich notifications, deep linking, and background processing. ## Overview This skill provides capabilities for implementing push notifications across iOS and Android platforms, covering certificate/key configuration, notification payload design, rich media attachments, deep linking, and background notification handling. ## Capabilities ### APNs Configuration (iOS) - Configure APNs certificates and keys (.p8, .p12) - Set up App ID and push entitlements - Configure development vs production environments - Implement UNUserNotificationCenter delegate - Handle notification permission requests ### FCM Configuration (Android) - Set up Firebase project and google-services.json - Configure notification channels (Android 8.0+) - Implement FirebaseMessagingService - Handle FCM token registration - Configure notification priority and visibility ### Rich Notifications - Design notification payloads with custom data - Implement image and media attachments - Configure notification actions and categories - Create interactive notification buttons - Handle notification grouping and th
- Overview
- Capabilities
- APNs Configuration (iOS)
- FCM Configuration (Android)
- Rich Notifications
- Deep Linking
- Background Processing
- Prerequisites
- iOS Development
- Android Development
- Server Requirements
- Usage Patterns
- iOS Push Registration (SwiftUI)
- Android FCM Implementation (Kotlin)
Ensure push notification entitlement is enabled In Xcode: Signing & Capabilities > + Capability > Push Notifications APNs Key (.p8) from Apple Developer Portal Or APNs Certificate (.p12) - less preferred Node.js server for sending notifications npm install firebase-admin @parse/node-apn
What does the push-notifications skill do?
Multi-platform push notification skill for implementing APNs (iOS), FCM (Android), and cross-platform notification systems with rich media, deep linking, and background processing capabilities.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill push-notifications --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
