backend-realtime

Installation
SKILL.md

Real-time Features Skill

Implement live, collaborative features using WebSockets, Supabase Realtime, and Server-Sent Events.

Code examples assume a Next.js App Router + Supabase stack (@/lib/supabase/client, 'use client'). Adapt import paths and row types to the detected stack.

CRITICAL: Check Existing First

Before implementing ANY real-time feature, verify:

  1. Check for existing real-time setup:
cat package.json | grep -i "socket\|realtime\|pusher\|ably"
rg "supabase.*channel|useSubscription|WebSocket" --type ts --type tsx
Installs
21
GitHub Stars
6
First Seen
Jun 15, 2026
backend-realtime — kensaurus/cursor-kenji