postgres-impl-listen-notify
OfficialImplement real-time PostgreSQL notifications with LISTEN/NOTIFY.
AuthorImpertio-Studio
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the problem of efficiently building cache invalidation, job-queue wakeups, or real-time change notifications between PostgreSQL clients without polling, leveraging LISTEN/NOTIFY.
Core Features & Use Cases
- Real-time Notifications: Delivers payloads asynchronously to listening sessions for guaranteed delivery without replay.
- Transaction-bound Delivery: Ensures notifications are only sent upon transaction commit.
- Payload Size Limit Handling: Manages payloads over 8000-byte limit with key-based data fetching.
- Use Case: A scenario where you need to update a web application with changes in a PostgreSQL database in real-time, such as user profile updates or inventory changes.
Quick Start
Use the postgres-impl-listen-notify skill to listen for 'user_updated' notifications and update the UI accordingly.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: postgres-impl-listen-notify Download link: https://github.com/Impertio-Studio/PostgreSQL-Claude-Skill-Package/archive/main.zip#postgres-impl-listen-notify Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.