crdt

Official

Master distributed state with CRDTs.

Authorplurigrid
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides conflict-free replicated data types (CRDTs) with bidirectional lens optics for distributed state, enabling safe merges and concurrent updates.

Core Features & Use Cases

  • Core CRDT types: LWW Register, G-Counter, PN-Counter, OR-Set, Text CRDT.
  • Properties & merges: Idempotence, commutativity, associativity, and vector clocks.
  • Open Games API: Play (forward) and coplay (backward) semantics.

Quick Start

Create a CRDT, mutate it, and merge states across replicas, then verify properties.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: crdt
Download link: https://github.com/plurigrid/asi/archive/main.zip#crdt

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository