wf-docker-realtime-delta-streams-method

Define SSE delta streams that augment paginated list endpoints.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/belluga/delphi-ai --skill wf-docker-realtime-delta-streams-method
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-docker-realtime-delta-streams-method
Source: https://github.com/belluga/delphi-ai/tree/main/.cline/skills/wf-docker-realtime-delta-streams-method
Command: npx skills add https://github.com/belluga/delphi-ai --skill wf-docker-realtime-delta-streams-method

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Define SSE delta streams to deliver real-time updates for paginated feeds while preserving the canonical page-based list as the source of truth.

Core Features & Use Cases

  • SSE delta stream definitions: define routes, scope, and filters for delta updates that align with existing list endpoints.
  • Contract alignment: ensure the delta streams stay consistent with page-based list contracts, including event types and delta payloads.
  • Documentation and governance: update contracts and roadmaps accordingly and record client changes where needed.

Quick Start

Define the SSE route name and scope, specify delta filters, and document the contract and roadmap changes.

Frequently Asked Questions about wf-docker-realtime-delta-streams-method

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

FAQPage Schema
How do I add realtime updates to a paginated API without replacing pagination?

SSE delta streams complement page-based list endpoints by delivering real-time updates while preserving the canonical paginated list as the source of truth for feeds like events, invites, or map POIs.

What is an SSE delta stream and how does it work with paginated feeds?

An SSE delta stream delivers real-time updates for paginated feeds by specifying route names, delta filters, and event types that augment the canonical list without replacing the page-based endpoint.

How do I define route scope and delta filters for realtime API streams?

Define the SSE route name and scope, specify delta filters to align with existing list contracts, and document minimal delta payloads alongside required resync behavior.

When do I need realtime delta streams for paginated API endpoints?

Realtime delta streams are needed when serving paginated feeds for events, invites, or map POIs where real-time updates must augment the canonical list without replacing pagination.

Can I use SSE delta streams to augment page-based lists without breaking the API contract?

Yes, SSE delta streams ensure contract alignment with page-based list endpoints by defining consistent event types, minimal delta payloads, and resync behavior while updating required contract documentation.

What resync behavior should I specify for realtime delta streams?

Resync behavior for realtime delta streams should specify how clients reconnect and reload the canonical page-based list to recover missed updates, ensuring the paginated endpoint remains the source of truth.