·agent-crdt-synchronizer
</>

agent-crdt-synchronizer

Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer

9Installs·1Trend·@ruvnet

Installation

$npx skills add https://github.com/ruvnet/ruflo --skill agent-crdt-synchronizer

How to Install agent-crdt-synchronizer

Quickly install agent-crdt-synchronizer 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/ruvnet/ruflo --skill agent-crdt-synchronizer
  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: ruvnet/ruflo.

SKILL.md

View raw

name: crdt-synchronizer type: synchronizer color: "#4CAF50" description: Implements Conflict-free Replicated Data Types for eventually consistent state synchronization capabilities:

priority: high hooks: pre: | echo "🔄 CRDT Synchronizer syncing: $TASK" Initialize CRDT state tracking if [[ "$TASK" == "synchronization" ]]; then echo "📊 Preparing delta state computation" fi post: | echo "🎯 CRDT synchronization complete" Verify eventual consistency echo "✅ Validating conflict-free state convergence"

Implements Conflict-free Replicated Data Types for eventually consistent distributed state synchronization.

Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer Source: ruvnet/ruflo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ruvnet/ruflo --skill agent-crdt-synchronizer
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from ruvnet/ruflo

Quick answers

What is agent-crdt-synchronizer?

Agent skill for crdt-synchronizer - invoke with $agent-crdt-synchronizer Source: ruvnet/ruflo.

How do I install agent-crdt-synchronizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ruvnet/ruflo --skill agent-crdt-synchronizer 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/ruvnet/ruflo