genosdb

Build, query, and maintain GenosDB-backed applications with CRUD and GenosRTC workflows.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/estebanrfp/gos --skill genosdb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genosdb
Source: https://github.com/estebanrfp/gos/tree/main/skills/genosdb
Command: npx skills add https://github.com/estebanrfp/gos --skill genosdb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GenosDB Skill helps you understand and apply the platform's APIs, architecture, and examples without manually piecing together scattered documentation.

Core Features & Use Cases

  • API guidance: Work with CRUD operations, query operators, pagination, and realtime subscriptions.
  • Platform architecture: Navigate GenosRTC, Security Manager, worker internals, hybrid delta protocol, and fallback server behavior.
  • Practical implementation: Build to-do apps, chat, whiteboards, collaborative editors, or secure decentralized notes using the canonical examples and references.

Quick Start

Ask for the GenosDB feature, API, or example you want implemented, and I will turn the relevant documentation into a clear, actionable solution.

Frequently Asked Questions about genosdb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement real-time CRUD operations with local-first architecture?

Implement real-time CRUD operations by utilizing GenosDB APIs for local-first data management, synchronizing state across clients through the GenosRTC hybrid delta protocol and fallback server workflows.

How does cursor-based pagination work when querying real-time databases?

Cursor-based pagination works by applying GenosDB pagination operators to query statements, fetching stable data chunks across dynamic real-time datasets without skipping records during live synchronization.

Can I enforce role-based access control and identity policies in decentralized apps?

Enforce role-based access control and identity policies by configuring the GenosDB Security Manager to validate user permissions before authorizing CRUD operations and real-time GenosRTC subscriptions.

What is the best way to build collaborative applications like chat or whiteboards?

Build collaborative applications like chat or whiteboards by leveraging GenosRTC real-time workflows and GenosDB local-first CRUD APIs to maintain synchronized, decentralized state across multiple active peers.

How do I handle WebRTC fallback server behavior in real-time applications?

Handle WebRTC fallback server behavior by configuring GenosRTC worker internals to route synchronization through the fallback server, ensuring continuous data flow when direct peer-to-peer connections fail.