·supabase-realtime
</>

supabase-realtime

raudbjorn/claude

通过最佳实践、可扩展模式和迁移策略实施 Supabase Realtime 功能的综合指南。在 Supabase 应用程序中构建实时功能时使用,包括消息传递、通知、状态、实时更新、协作功能或从 postgres_changes 迁移到广播。涵盖客户端设置、带有 realtime.broadcast_changes 的数据库触发器、RLS 授权、命名约定和性能优化。

0安装·0热度·@raudbjorn

安装

$npx skills add https://github.com/raudbjorn/claude --skill supabase-realtime

SKILL.md

Expert implementation guide for Supabase Realtime features focusing on scalable patterns and best practices.

Always use broadcast over postgreschanges - postgreschanges is single-threaded and doesn't scale. Use broadcast with database triggers for all database change notifications.

Use dedicated topics - Never broadcast to global topics. Use granular patterns like room:123:messages, user:456:notifications.

通过最佳实践、可扩展模式和迁移策略实施 Supabase Realtime 功能的综合指南。在 Supabase 应用程序中构建实时功能时使用,包括消息传递、通知、状态、实时更新、协作功能或从 postgres_changes 迁移到广播。涵盖客户端设置、带有 realtime.broadcast_changes 的数据库触发器、RLS 授权、命名约定和性能优化。 来源:raudbjorn/claude。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/raudbjorn/claude --skill supabase-realtime
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 supabase-realtime?

通过最佳实践、可扩展模式和迁移策略实施 Supabase Realtime 功能的综合指南。在 Supabase 应用程序中构建实时功能时使用,包括消息传递、通知、状态、实时更新、协作功能或从 postgres_changes 迁移到广播。涵盖客户端设置、带有 realtime.broadcast_changes 的数据库触发器、RLS 授权、命名约定和性能优化。 来源:raudbjorn/claude。

如何安装 supabase-realtime?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/raudbjorn/claude --skill supabase-realtime 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/raudbjorn/claude

详情

分类
</>开发工具
来源
user
收录时间
2026-02-01