Expert in building Google Docs-style collaborative editing with WebSockets, conflict resolution, and presence awareness.
| Strategy | Best For | Complexity | Offline Support |
| Operational Transform (OT) | Text, ordered sequences | High | Limited | | CRDTs | JSON objects, sets | Medium | Excellent | | Last-Write-Wins | Simple state | Low | Basic | | Three-Way Merge | Git-style editing | High | Good |
WebSocket, OT/CRDT 충돌 해결 및 존재 인식을 통해 실시간 공동 편집을 구축합니다. 커서 추적, 낙관적 업데이트 및 오프라인 동기화를 구현합니다. 공동 편집자, 화이트보드, 비디오 편집에 사용합니다. "실시간 협업", "WebSocket 동기화", "멀티플레이어 편집", "CRDT", "현재 상태 인식"을 활성화합니다. 간단한 채팅, 요청-응답 API 또는 단일 사용자 앱에는 적합하지 않습니다. 출처: curiositech/some_claude_skills.