Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer
Install with Tessl CLI
npx tessl i github:ruvnet/claude-flow --skill agent-crdt-synchronizer41
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 97%
↑ 2.93xAgent success when using this skill
Validation for skill structure
Core CRDT data structure implementations
G_COUNTER type string
0%
100%
OR_SET type string
0%
100%
LWW_REGISTER type string
0%
100%
GCounter negative guard
100%
100%
GCounter owner-only increment
100%
100%
GCounter value as sum
100%
100%
GCounter merge max
100%
100%
ORSet unique tag format
0%
100%
ORSet tombstone removal
0%
100%
ORSet presence check
25%
100%
LWW nodeId tie-breaking
0%
100%
LWW vector clock merge
0%
0%
Without context: $0.2958 · 1m 17s · 11 turns · 14 in / 5,645 out tokens
With context: $1.0794 · 4m 16s · 28 turns · 441 in / 16,770 out tokens
Delta synchronization protocol
Buffer size limit 1000
0%
100%
FIFO eviction on overflow
100%
100%
24-hour GC cutoff
0%
100%
Causal sort before apply
100%
100%
Vector clock sort comparator
100%
70%
CRDT_SYNC_REQUEST type field
0%
100%
Sync message includes sender
100%
100%
Sync message includes vectorClock
100%
100%
Sync message includes state and deltas
100%
100%
Constants documented
100%
100%
Without context: $0.3910 · 2m 1s · 17 turns · 67 in / 7,872 out tokens
With context: $0.8651 · 3m 1s · 29 turns · 510 in / 10,958 out tokens
MCP integration and composite CRDT schema
State namespace
0%
100%
State ttl zero
0%
100%
State key format
0%
100%
Delta namespace
0%
100%
Delta ttl 24h
0%
100%
Delta key format
0%
100%
Metrics components list
0%
100%
Neural patterns action learn
0%
100%
Counter schema mapping
0%
100%
Set schema mapping
0%
100%
Register schema mapping
0%
100%
Field update event
0%
100%
Without context: $0.4977 · 2m 3s · 22 turns · 28 in / 8,140 out tokens
With context: $0.7077 · 2m 15s · 23 turns · 281 in / 9,096 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.