什么是 realtime-sync?
与 WebTransport、发布/订阅消息传递、CRDT 和 AI 流编排的低延迟同步。涵盖双向流、事务发件箱模式、序列跟踪和协作编辑。在构建实时协作 UI、实现发布/订阅消息传递、处理 WebTransport 或 WebSocket 连接、编排实时 AI 令牌流或解决与 CRDT 的冲突时使用。 来源:oakoss/agent-skills。
与 WebTransport、发布/订阅消息传递、CRDT 和 AI 流编排的低延迟同步。涵盖双向流、事务发件箱模式、序列跟踪和协作编辑。在构建实时协作 UI、实现发布/订阅消息传递、处理 WebTransport 或 WebSocket 连接、编排实时 AI 令牌流或解决与 CRDT 的冲突时使用。
通过命令行快速安装 realtime-sync AI 技能到你的开发环境
来源:oakoss/agent-skills。
Architects high-concurrency, sub-50ms latency synchronization between distributed clients and servers. Covers WebTransport (HTTP/3) bidirectional streaming, transactional outbox patterns for database-to-sync consistency, CRDTs for collaborative editing, and AI token stream orchestration.
Core principles: the database is the source of truth (real-time channels notify, not persist), CRDTs eliminate locking for concurrent edits, and backpressure management prevents UI jitter from high-frequency streams.
When to use: Real-time collaborative UIs, pub/sub messaging, WebTransport/WebSocket connections, live AI token streams, presence tracking, conflict resolution with CRDTs, multiplayer applications.
与 WebTransport、发布/订阅消息传递、CRDT 和 AI 流编排的低延迟同步。涵盖双向流、事务发件箱模式、序列跟踪和协作编辑。在构建实时协作 UI、实现发布/订阅消息传递、处理 WebTransport 或 WebSocket 连接、编排实时 AI 令牌流或解决与 CRDT 的冲突时使用。 来源:oakoss/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/oakoss/agent-skills --skill realtime-sync与 WebTransport、发布/订阅消息传递、CRDT 和 AI 流编排的低延迟同步。涵盖双向流、事务发件箱模式、序列跟踪和协作编辑。在构建实时协作 UI、实现发布/订阅消息传递、处理 WebTransport 或 WebSocket 连接、编排实时 AI 令牌流或解决与 CRDT 的冲突时使用。 来源:oakoss/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oakoss/agent-skills --skill realtime-sync 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oakoss/agent-skills