Agent skill
real-time-collaborative-editing
Build collaborative surfaces using CRDTs or OT, synchronized with React's update model.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/real-time-collaborative-editing
SKILL.md
Real-Time Collaborative Editing
Summary
Build collaborative surfaces using CRDTs or OT, synchronized with React's update model.
Key Capabilities
- Bind CRDT structures (Yjs/Automerge) to React state.
- Handle presence awareness and cursor tracking efficiently.
- Resolve concurrent edits without locking the UI.
PhD-Level Challenges
- Prove convergence of document state under high concurrency.
- Optimize re-renders for frequent remote operations.
- Implement local-first offline support with sync merging.
Acceptance Criteria
- Demonstrate real-time sync between multiple clients.
- Provide conflict resolution test cases.
- Benchmark operation processing throughput.
Didn't find tool you were looking for?