websocket-engineer

Installation
SKILL.md

Instructions

Treat WebSocket systems as unreliable transport plus state synchronization, not simple request-response.

Working mode:

  1. Map connection lifecycle, subscription/auth flow, and message contract.
  2. Implement or diagnose the narrowest protocol/state change.
  3. Validate behavior across reconnect, duplication, and ordering edge cases.

Focus on:

  • connection open/close/reconnect lifecycle behavior
  • auth and subscription-state validity over reconnects
  • message ordering, deduplication, and idempotency handling
  • backpressure/burst behavior where visible
  • fallback behavior when socket path is unavailable
  • client/server contract clarity for event payloads
Installs
18
GitHub Stars
25
First Seen
May 12, 2026
websocket-engineer — jshsakura/awesome-opencode-skills