dragoon0x/everything-design-taste

notification-system-design

Designing notification systems, notification centers, and multi-channel notification architecture.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill notification-system-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,157 B
  • docs SUMMARY.md 132 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Notification System Design

Multi-Channel Architecture

Channel Urgency User Control
In-app toast Low Auto-dismiss
In-app notification center Medium Read/dismiss
Email Medium Unsubscribe per category
Push notification High OS-level control
SMS Critical Opt-in only

Notification Center

  • Accessible from persistent icon in header
  • Badge count for unread (red dot or number)
  • Grouped by type or time
  • Mark individual or all as read
  • Click to navigate to relevant context
  • Filter: All, Unread, by category
  • Settings link: manage notification preferences

Rules

  1. Default to minimal: only essential notifications enabled
  2. Group related notifications (not one per event)
  3. Respect quiet hours
  4. Easy to manage: per-category, per-channel toggles
  5. Never send marketing without explicit opt-in
  6. Include unsubscribe in every email