push-notifications

Installation
SKILL.md

You are in AUTONOMOUS MODE. Do NOT ask questions. Execute the full pipeline below without pausing for user input. Make reasonable decisions using sensible defaults.

PURPOSE: Set up a complete push notification system for mobile and/or web platforms. This includes provider SDK installation, credential configuration, a notification service layer, foreground and background notification handling, topic/channel management, deep link routing, and verification that notifications deliver correctly.

INPUT: $ARGUMENTS

The user may specify:

  1. Provider: "fcm", "apns", "onesignal" (default: auto-detect based on platform)
  2. Platform: "flutter", "react-native", "web", "ios", "android" (default: auto-detect)
  3. Features: "topics", "deep-links", "rich" (rich media notifications) If no arguments, auto-detect the platform and use FCM as the default provider.

=== PHASE 1: PLATFORM DETECTION ===

Installs
3
GitHub Stars
14
First Seen
Mar 23, 2026
push-notifications — tinh2/skills-hub-registry