loro-devloro-devOfficialยท2 Agent Skills Included

loro

Build collaborative local-first apps with automatic data merging and sync

Adds real-time collaboration, offline sync, and version history to app data using CRDTs. Removes the need for central servers, manual conflict resolution, and custom merge logic. Provides ready-made text, list, tree, and map containers plus editor integrations for React, ProseMirror, and CodeMirror. Helps developers ship multi-device, peer-to-peer apps faster in Rust, JavaScript, and Swift.
npx skills add loro-dev/loro --all -g -y
Available:

Tells the AI agent how the Loro workspace is organized, which context files to read before editing each crate, and which build, test, and safety rules to follow when making changes.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Loro?โ–ผ

Run `npx skills add loro-dev/loro --all -g -y` in your terminal to install all skills in this suite globally.

What is Loro used for?โ–ผ

Loro is a CRDT library that makes JSON data collaborative and version-controlled, so multiple users or devices can edit the same data offline and merge changes automatically.

How do I add real-time collaboration to my app?โ–ผ

Use Loro's ready-made containers like LoroText, LoroList, and LoroTree, then sync updates between peers with simple export and import calls instead of building a server.

Does Loro work with React and rich text editors?โ–ผ

Yes. Loro offers loro-mirror for React state sync plus official integrations for ProseMirror, Tiptap, and CodeMirror.

Which languages does Loro support?โ–ผ

Loro works natively in Rust and JavaScript/TypeScript via WASM, with additional bindings for Swift, Python, Go, C#, and React Native.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’