real-time-updates
CommunityKeep dashboards fresh without disrupting users.
Software Engineering#server-sent events#optimistic UI#websocket#real-time updates#browser freshness#reconnect catch-up#stale data indicators
Authorjacob-balslev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Real-time updates help you avoid showing stale or misleading information by making browser freshness explicit for live dashboards, notifications, and progress views.
Core Features & Use Cases
- Freshness contract first: define acceptable staleness and user disruption rules before choosing a transport.
- Transport selection guidance: choose adaptive polling, Server-Sent Events (SSE), or bidirectional sockets based on directionality and recovery needs.
- Webhook-to-UI propagation patterns: route external changes through durable state updates and a browser reconciliation step.
- Optimistic update safety: apply speculative UI only when reversible, with rollback and server reconciliation.
- Reconnect and catch-up: implement reconnect that fetches missed state via versioning/cursors/timestamps and deduplicates updates.
- Stale-data indicators: show timestamps, connection/badge status, and non-disruptive “new data available” behavior.
Quick Start
Use the real-time-updates skill to design a browser freshness contract and pick the right mechanism (polling, SSE, or sockets) for your live dashboard’s user-visible update and recovery behavior.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: real-time-updates Download link: https://github.com/jacob-balslev/skill-graph/archive/main.zip#real-time-updates Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.