AI AGENT ADDONS

Agent Crdt Synchronizer

ruvnet/ruflo
Backend & APIs
772installs

Multiple computers can update the same data without ever having a fight. That is the promise of this skill. It uses a special kind of math called Conflict-free Replicated Data Types or CRDTs.

CRDTs allow each computer to work independently. They can add, remove, or change data. Later, all the changes merge automatically. The final result is the same on every computer.

This skill handles many data types like counters, sets, and maps. It also tracks the order of changes to keep things consistent. It is great for apps that need to work offline or across many servers.

Add Agent Crdt Synchronizer skill to your workflow

Global

mkdir -p ~/.claude/skills/agent-crdt-synchronizer

Project

mkdir -p .claude/skills/agent-crdt-synchronizer

Source Repository

Stars
61,877
Forks
7,232
Watchers
61,877
License
MIT
Last Push
23 days ago
Created
1 year ago