dragoon0x/everything-design-taste

notification-patterns

Toast notifications, in-app alerts, badge systems, push notification UX, and notification preferences.

First seen Jul 18, 2026

Installation

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

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,502 B
  • docs SUMMARY.md 131 B

History

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

SKILL.md

Notification Patterns

Types

Type Duration User Action Use For
Toast 3-5 sec auto-dismiss None required Success, info, non-critical
Banner Until dismissed Dismiss or act Warnings, updates, promos
Inline alert Persistent Context-dependent Form errors, status messages
Badge Until cleared Open to clear Unread counts, new items
Push N/A Open or dismiss Time-sensitive, actionable

Toast Rules

  • Position: top-right (desktop) or top-center (mobile)
  • Stack new toasts above old ones
  • Auto-dismiss after 3-5 seconds for success/info
  • Don't auto-dismiss errors (users need time to read)
  • Include undo action for destructive operations ("Item deleted. Undo")
  • Maximum 3 visible at once

Notification Preferences

  • Default to minimal (don't spam)
  • Group by category (marketing, product updates, activity)
  • Allow per-category opt-out
  • Distinguish between in-app and push/email
  • "Quiet hours" setting for push notifications

Badge Design

  • Red for urgent/unread, gray for neutral
  • Show count for small numbers (1-99), "99+" for more
  • Position: top-right corner of the icon
  • Clear badge when content is viewed, not when notification center is opened