Catalog / Skills

htmx Realtime

Build and review realtime and near-realtime htmx features. Use when implementing polling, load polling, job status updates, WebSockets, Server-Sent Events, htmx ws or sse extensions, streaming server-rendered fragments, multi-client updates, reconnect behavior, or deciding between polling, SSE, and WebSockets.

Frontendv0.1.0MIThtmxrealtimewebsocketsssepolling

Install

npx skills add LVTD-LLC/skills --skill htmx-realtime

From `SKILL.md`

Use this skill when a page needs updates after initial render without full refresh. Choose the simplest transport that matches update frequency, direction, and operational cost.