๐ŸŽฏ

yjs

๐ŸŽฏSkill

from epicenterhq/epicenter

VibeIndex|
What it does
|

A Yjs real-time collaboration skill from Epicenter, a local-first, open-source app platform that lets users own their data and use any AI model.

๐Ÿ“ฆ

Same repository

epicenterhq/epicenter(46 items)

yjs

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add epicenterhq/epicenter --skill yjs
skills.sh Installโš  Installs to .agents/skills/
npx skills add epicenterhq/epicenter --skill yjs
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/yjs/SKILL.md

SKILL.md

117Installs
4,011
-
Last UpdatedJan 29, 2026

More from this repository10

๐ŸŽฏ
documentation๐ŸŽฏSkill

In-code documentation skill for the Epicenter project, focused on writing folder READMEs, JSDoc comments, and code explanations that explain 'why' rather than 'what'

๐ŸŽฏ
svelte๐ŸŽฏSkill

Svelte 5 patterns skill for Epicenter, covering TanStack Query mutations, shadcn-svelte components, and component composition with reactive state management

๐ŸŽฏ
typescript๐ŸŽฏSkill

Enforces TypeScript best practices for type definitions, naming conventions, code organization, and type safety patterns.

๐ŸŽฏ
writing-voice๐ŸŽฏSkill

Social media post guidelines and writing voice skills for crafting platform-specific content on LinkedIn, Reddit, and Twitter/X with focus on technical audiences.

๐ŸŽฏ
tauri๐ŸŽฏSkill

Handles cross-platform file paths and filesystem operations in Tauri desktop applications, providing platform-agnostic path manipulation and directory resolution.

๐ŸŽฏ
rust-errors๐ŸŽฏSkill

Provides Rust to TypeScript error handling patterns for Tauri apps, using discriminated union enums for type-safe error passing between Rust and TypeScript.

๐ŸŽฏ
honesty๐ŸŽฏSkill

Enforces brutally honest feedback during code review and technical discussions, ensuring direct and transparent communication instead of agreeable responses.

๐ŸŽฏ
specification-writing๐ŸŽฏSkill

Writes technical specifications that give agents enough context to implement features while leaving room for autonomous research and decision-making.

๐ŸŽฏ
git๐ŸŽฏSkill

Git commit and pull request guidelines skill using conventional commits format, covering commit types, scope usage, description rules, and breaking change conventions for the Epicenter project.

๐ŸŽฏ
error-handling๐ŸŽฏSkill

Provides error handling patterns using wellcrafted's trySync and tryAsync utilities as a type-safe alternative to try-catch blocks. Enables graceful error recovery with explicit Result types (Ok/Err) for both synchronous and asynchronous operations.