Websocket skills for AI agents
8 practitioner-grade websocket skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Chat Rooms
Chat room architecture covering message routing, history, moderation, and scalable room-based real-time systems
305 lines - Collaborative Editing
Real-time collaborative editing with CRDTs and Operational Transform for conflict-free concurrent document editing
308 lines - Presence
User presence system design for tracking online/offline status, typing indicators, and activity in real-time apps
276 lines - Reconnection
Reconnection and offline resilience patterns for WebSocket apps including retry strategies and state synchronization
406 lines - Scaling Websockets
Scaling WebSocket applications with Redis pub/sub, sticky sessions, horizontal scaling, and load balancing strategies
392 lines - Server Sent Events
Server-Sent Events (SSE) patterns for efficient unidirectional real-time streaming from server to client
265 lines - Socket Io
Socket.IO patterns for event-driven real-time communication with automatic reconnection and room management
247 lines - Websocket Basics
WebSocket API fundamentals including connection lifecycle, message framing, and browser/server implementations
177 lines