Help us improve
Share bugs, ideas, or general feedback.
From billy-milligan
Implements real-time patterns: SSE with Redis Pub/Sub/heartbeat, Socket.IO multi-server Redis adapter, Supabase Realtime CDC, WebSocket reconnection/backoff, SSE vs WebSockets vs polling. For live updates, notifications, dashboards, collaboration.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganHow this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:realtimeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Building live notifications, dashboards, or collaborative features
Implements real-time features with WebSockets (Socket.io, ws), SSE, Supabase Realtime, Firebase, Pusher. Covers presence indicators, live cursors, CRDT collaboration (Yjs, Automerge), chat, notifications, Redis scaling. For live updates, chat, collaboration.
Covers real-time communication patterns using WebSocket, Socket.io, and Server-Sent Events, including room management, authentication, and scaling with Redis.
Guides real-time communication implementation using WebSocket, SSE, Socket.io, Redis pub/sub, presence/typing indicators, CRDT collaboration with Yjs, and scaling setups.
Share bugs, ideas, or general feedback.
references/sse-patterns.md — SSE endpoint setup, Redis Pub/Sub integration, heartbeat, client EventSourcereferences/websocket-patterns.md — Socket.IO multi-server with Redis adapter, reconnection backoffreferences/supabase-realtime.md — Supabase Realtime CDC, channel subscriptions, presence