supabase-realtime
CommunityBuild scalable real-time features with Supabase.
System Documentation
What problem does it solve?
Supabase Realtime enables developers to add live updates, presence, and messaging to apps by broadcasting changes in real time. This Skill provides best practices, patterns, and migration guidance to implement robust, scalable realtime features without compromising security or performance.
Core Features & Use Cases
- Real-time messaging and notifications: implement chat, alerts, and live updates using dedicated, private channels.
- Presence and collaboration: track user presence and build collaborative features with fine-grained access control.
- Migration and optimization: guidance to move from postgres_changes to broadcast and optimize performance with proper RLS and indexing.
Quick Start
Set up a private real-time channel and listen for a broadcast event, for example: channel = supabase.channel('room:123:messages', { config: { private: true } }); channel.on('broadcast', { event: 'message_created' }, handler).subscribe();
Dependency Matrix
Required Modules
None requiredComponents
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: supabase-realtime Download link: https://github.com/antonpme/CV-Optimizer/archive/main.zip#supabase-realtime 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 471,000+ vetted skills library on demand.