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
306 lines - Collaborative Editing
Real-time collaborative editing with CRDTs and Operational Transform for conflict-free concurrent document editing
309 lines - Presence
User presence system design for tracking online/offline status, typing indicators, and activity in real-time apps
277 lines - Reconnection
Reconnection and offline resilience patterns for WebSocket apps including retry strategies and state synchronization
407 lines - Scaling Websockets
Scaling WebSocket applications with Redis pub/sub, sticky sessions, horizontal scaling, and load balancing strategies
393 lines - Server Sent Events
Server-Sent Events (SSE) patterns for efficient unidirectional real-time streaming from server to client
266 lines - Socket Io
Socket.IO patterns for event-driven real-time communication with automatic reconnection and room management
248 lines - Websocket Basics
WebSocket API fundamentals including connection lifecycle, message framing, and browser/server implementations
178 lines