·real-time-collaboration-engine
@

real-time-collaboration-engine

Build real-time collaborative editing with WebSockets, OT/CRDT conflict resolution, and presence awareness. Implements cursor tracking, optimistic updates, and offline sync. Use for collaborative editors, whiteboards, video editing. Activate on "real-time collaboration", "WebSocket sync", "multiplayer editing", "CRDT", "presence awareness". NOT for simple chat, request-response APIs, or single-user apps.

12Installs·1Trend·@curiositech

Installation

$npx skills add https://github.com/curiositech/some_claude_skills --skill real-time-collaboration-engine

How to Install real-time-collaboration-engine

Quickly install real-time-collaboration-engine AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/curiositech/some_claude_skills --skill real-time-collaboration-engine
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: curiositech/some_claude_skills.

SKILL.md

View raw

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 |

Build real-time collaborative editing with WebSockets, OT/CRDT conflict resolution, and presence awareness. Implements cursor tracking, optimistic updates, and offline sync. Use for collaborative editors, whiteboards, video editing. Activate on "real-time collaboration", "WebSocket sync", "multiplayer editing", "CRDT", "presence awareness". NOT for simple chat, request-response APIs, or single-user apps. Source: curiositech/some_claude_skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/curiositech/some_claude_skills --skill real-time-collaboration-engine
Category
@Collaboration
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from curiositech/some_claude_skills

Quick answers

What is real-time-collaboration-engine?

Build real-time collaborative editing with WebSockets, OT/CRDT conflict resolution, and presence awareness. Implements cursor tracking, optimistic updates, and offline sync. Use for collaborative editors, whiteboards, video editing. Activate on "real-time collaboration", "WebSocket sync", "multiplayer editing", "CRDT", "presence awareness". NOT for simple chat, request-response APIs, or single-user apps. Source: curiositech/some_claude_skills.

How do I install real-time-collaboration-engine?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiositech/some_claude_skills --skill real-time-collaboration-engine Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/curiositech/some_claude_skills