notification-persistence

Community

Persist and manage browser notifications locally.

AuthorSyedaashnaghazanfar
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill handles client-side storage and lifecycle management of browser notifications using localStorage, providing a clean schema and CRUD operations.

Core Features & Use Cases

  • Persistence: store notifications in localStorage with a defined schema (id, taskId, message, timestamp, read, priority).
  • Retrieval & filtering: getAll, getUnread, and count unread.
  • State management: markAsRead, markAllAsRead.
  • Cleanup: automatically removes notifications when associated tasks are deleted and enforces a 50-notification retention limit.
  • Integration: works alongside task management and notification UI components.

Quick Start

Initialize the service in your app, persist a sample notification, and verify retrieval and unread filtering.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: notification-persistence
Download link: https://github.com/Syedaashnaghazanfar/full-stack-todo-app/archive/main.zip#notification-persistence

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.