·supabase-realtime

Subscribe to realtime changes in Supabase using WebSocket connections. Use for listening to database changes, presence tracking, and broadcast messaging.

63Installs·2Trend·@nice-wolf-studio

Installation

$npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-realtime

SKILL.md

This skill provides guidance for working with Supabase Realtime features. Realtime allows you to listen to database changes, broadcast messages, and track presence using WebSocket connections.

Note: Realtime operations require WebSocket support, which is more complex in bash. This skill focuses on practical patterns and examples using available tools.

For simpler use cases where WebSockets are impractical, consider polling:

Subscribe to realtime changes in Supabase using WebSocket connections. Use for listening to database changes, presence tracking, and broadcast messaging. Source: nice-wolf-studio/claude-code-supabase-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-realtime
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is supabase-realtime?

Subscribe to realtime changes in Supabase using WebSocket connections. Use for listening to database changes, presence tracking, and broadcast messaging. Source: nice-wolf-studio/claude-code-supabase-skills.

How do I install supabase-realtime?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-realtime Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/nice-wolf-studio/claude-code-supabase-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01