stacks-realtime

Facilitate real-time WebSocket communication and event broadcasting in Stacks applications.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-realtime-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-realtime
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-realtime
Command: npx skills add https://github.com/bughq/bughq --skill stacks-realtime-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ts-broadcasting.

What problem does it solve?

This Skill simplifies the implementation of real-time, event-driven communication in Stacks applications, removing the complexity of managing WebSocket connections, channel subscriptions, and broadcast lifecycles.

Core Features & Use Cases

  • Channel-based Broadcasting: Easily emit events to public, private, or presence channels using a fluent API.
  • User-Specific Messaging: Target individual users or groups with private notifications without manual socket management.
  • Broadcast Discovery: Automatically load and execute broadcast logic from the application directory structure.

Quick Start

Use the stacks-realtime skill to broadcast a new-order event to the orders channel with the provided payload.

Frequently Asked Questions about stacks-realtime

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

FAQPage Schema
How do I implement real-time WebSocket broadcasting in a Stacks application?

To implement real-time WebSocket broadcasting in a Stacks application, use this Skill to emit events to public, private, or presence channels via a fluent API, leveraging ts-broadcasting for high-performance delivery.

How does channel-based event broadcasting work for server-to-client messaging?

Channel-based event broadcasting works by allowing the server to emit messages to public, private, or presence channels, automatically routing events to subscribed clients without manual socket management.

How do I send private real-time notifications to specific users in Stacks?

To send private real-time notifications to specific users in Stacks, utilize the private channel patterns provided by the Skill to target individual users or groups directly.

Do I need to manually configure WebSocket connections for event broadcasting?

No, you do not need to manually configure WebSocket connections for event broadcasting, as the Skill abstracts connection management, channel subscriptions, and broadcast lifecycles automatically.

How does Stacks handle broadcast discovery for real-time events?

Stacks handles broadcast discovery by automatically loading and executing broadcast logic directly from the application directory structure, simplifying event-driven communication setup.

Can I use ts-broadcasting for high-performance WebSocket event delivery?

Yes, you can use ts-broadcasting for high-performance WebSocket event delivery, as the Skill integrates with it specifically to manage server lifecycle and efficient event distribution.