Push notification architecture
Skill sairam0424/MindForge/.mindforge/skills/push-notification-architecture
MindForge: The Enterprise Agentic Framework for Claude Code & Antigravity. High-performance autonomous execution, wave-parallelism, and multi-tier governance for production-grade AI engineering.From the repository description
npx -y skills add sairam0424/MindForge --skill push-notification-architectureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.2 KB, 468 tokens by cl100k_base, as published. Nobody here has run it
Skill — Push Notification Architecture & Engagement
When this skill activates
This skill activates when designing push notification systems, including channel architecture, permission strategies, delivery optimization, rich content, user preferences, or analytics-driven engagement strategies.
Mandatory actions when this skill is active
Before writing any code
- Design notification channel taxonomy (Android) and categories (iOS) with proper priority levels and user control
- Plan permission request timing — delay until user sees value, use pre-permission dialogs to improve opt-in rates
- Establish notification personalization strategy based on user preferences, behavior, and segmentation
- Define notification content guidelines to maximize engagement while avoiding spam perception
During implementation
- Implement proper notification permission request flow with clear value proposition before asking
- Create notification channels/categories with appropriate importance levels, sounds, and visual characteristics
- Use rich notifications with images, action buttons, and custom layouts where applicable
- Implement silent push notifications for background data sync without interrupting users
- Build notification preference center allowing users to opt-in/out of specific notification types
- Implement notification deduplication to avoid overwhelming users with similar messages
- Track notification analytics: delivery rate, open rate, conversion rate, dismissal patterns
After implementation
- Test notification behavior across different OS versions and device manufacturers (Samsung, Xiaomi have custom behavior)
- Verify notification permission request appears at optimal time with good opt-in rate
- Validate notification content renders correctly with proper images, actions, and formatting
- Test notification deep linking to ensure users land on correct screen with proper context
- Monitor notification performance metrics and A/B test different content, timing, and personalization strategies
Self-check before task completion
- Notification permission request is delayed until user sees clear value, with pre-permission education
- Notification channels/categories are well-organized with user-friendly names and descriptions
- Rich notifications include relevant images, action buttons, and proper formatting
- Notification preference center allows granular control over notification types and frequency
- Silent push notifications are used appropriately for background sync without user interruption
- Analytics track delivery, engagement, and conversion to enable data-driven optimization
- Notification content follows best practices: clear value, actionable, personalized, non-spammy
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.