Handles the full stack of WebSocket implementation, from basic Socket.IO setups to horizontally scaled architectures using Redis adapters. You'll want this when you're building anything that needs bidirectional real-time communication: chat apps, live dashboards, multiplayer games, or when you're finally ditching polling for proper push technology. It covers the annoying parts too, like connection drops, heartbeat configurations, and CORS headaches. The skill also includes Server-Sent Events for when you only need one-way updates. With 138 installs and passing most security audits, it's clearly solving real problems for teams dealing with stateful connections at scale.
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill websocket-engineer