agentsclimarketplace

Notification system design

Skill Dragoon0x/everything-design-taste/skills/notification-system-design

Designing notification systems, notification centers, and multi-channel notification architecture.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill notification-system-design

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 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

1.1 KB, 209 tokens by cl100k_base, as published. Nobody here has run it

Notification System Design

Multi-Channel Architecture

ChannelUrgencyUser Control
In-app toastLowAuto-dismiss
In-app notification centerMediumRead/dismiss
EmailMediumUnsubscribe per category
Push notificationHighOS-level control
SMSCriticalOpt-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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.