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
);
Installs
1
GitHub Stars
60
First Seen
Jun 12, 2026
electric-yjs — comeonoliver/skillshub