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.
Global
mkdir -p ~/.claude/skills/agent-crdt-synchronizerProject
mkdir -p .claude/skills/agent-crdt-synchronizerSource Repository
Lark Openapi Explorerlarksuite/cli
Discover and call native Lark OpenAPIs not covered by existing CLI commands
Supabasesupabase/agent-skills
Add a database auth and APIs to your app with Supabase
Convex Quickstartget-convex/agent-skills
Rapidly set up a Convex backend for new or existing apps with one command
Convex Create Componentget-convex/agent-skills
Create reusable Convex components with isolated tables and clear APIs
Design An Interfacemattpocock/skills
Generate many different interface designs and pick the best one
Notion Apiintellectronica/agent-skills
Automate your Notion workspace with simple API calls
Convexget-convex/agent-skills
Use this router to find the perfect Convex skill for your task
Firecrawl Build Scrapefirecrawl/skills
Extract clean web content from a single URL quickly and reliably