electric-yjs

Installation
SKILL.md

This skill builds on electric-shapes. Read it first for ShapeStream configuration.

Electric — Yjs Collaboration

Setup

1. Create Postgres tables

CREATE TABLE ydoc_update (
  id SERIAL PRIMARY KEY,
  room TEXT NOT NULL,
  update BYTEA NOT NULL
);
Related skills
Installs
20
GitHub Stars
10.2K
First Seen
Mar 7, 2026