Agent skill · AI & Agents

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill push-notifications --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/mobile-development/skills/push-notifications/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. APNs Configuration (iOS)
  4. FCM Configuration (Android)
  5. Rich Notifications
  6. Deep Linking
  7. Background Processing
  8. Prerequisites
  9. iOS Development
  10. Android Development
  11. Server Requirements
  12. Usage Patterns
  13. iOS Push Registration (SwiftUI)
  14. Android FCM Implementation (Kotlin)
Ships with 1 file
  • README.md
Commands it runs
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
More from babysitter
All skills →
About this skill
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.

Keep going