supabase-realtime
Tools and patterns for an LLM agent to react to database events and coordinate over broadcast channels on Supabase Realtime, deployed as a Supabase Edge Function.
When to reach for this skill
Three triggers, each with what not to do.
1. The agent needs to act on a database event
For example: a new ticket arrives in support_tickets and the agent should triage it. Use watch_table with predicate.event = "INSERT".
Don't use this for state the agen
[Description truncada. Veja o README completo no GitHub.]