bigmac-realtime

Subscribe to Turso and Supabase events and monitor .inbox files.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill bigmac-realtime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bigmac-realtime
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/bigmac-realtime
Command: npx skills add https://github.com/ammonfife/sakima.co --skill bigmac-realtime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires supabase, turso, bigmac-state, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill bridges the gap between durable and ephemeral notifications, ensuring real-time updates without the need for constant polling.

Core Features & Use Cases

  • Realtime Event Subscription: Connects Turso and Supabase for instant notifications.
  • Filesystem Monitoring: Watches .inbox files across platforms for timely updates.
  • Use Case: For a project using both Turso and Supabase, this Skill ensures that any changes made in one system are immediately reflected in the other, enhancing overall system responsiveness.

Quick Start

Start the bigmac-realtime-agent to listen for events: bigmac-realtime-agent <session_uuid> <agent_id> [project_tag] [timeout_sec]

Frequently Asked Questions about bigmac-realtime

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

FAQPage Schema
How do I sync data between Supabase and Turso in realtime without constant polling?

To sync data between Supabase and Turso in realtime without polling, you can use a realtime event subscription agent that listens for instant notifications across both systems. This approach bridges durable and ephemeral updates, reflecting changes immediately.

How does realtime event subscription work with .inbox file monitoring across platforms?

Realtime event subscription monitors .inbox files across platforms by watching the filesystem for timely updates. It integrates Turso and Supabase notifications to trigger instant data synchronization whenever a file changes.

Do I need Supabase Realtime and Turso authentication to receive realtime notifications?

Yes, you need both Supabase Realtime and Turso authentication to receive realtime notifications. These credentials are required to securely connect the event subscription agent and sync data across your platforms.

Can I use realtime data synchronization across platforms like Claude, Gemini, and Codex?

Yes, realtime data synchronization supports multiple platforms including Claude, Gemini, Codex, and E2B. The event subscriber monitors filesystem updates to ensure seamless synchronization across these environments.

How do I start an event subscription agent for Supabase and Turso data synchronization?

To start an event subscription agent for Supabase and Turso data synchronization, run the command `bigmac-realtime-agent <session_uuid> <agent_id> [project_tag] [timeout_sec]` to begin listening for instant notifications.