Skip to main content
Back to registry

websocket-engineer

jeffallan/claude-skills

Installs1
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill websocket-engineer
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Load detailed guidance based on context: When implementing WebSocket features, provide: Socket.IO, ws, uWebSockets.js, Redis adapter, sticky sessions, nginx WebSocket proxy, JWT over WebSocket, rooms/namespaces, acknowledgments, binary data, compression, heartbeat, backpressure, horizontal pod autoscaling - Analyze requirements — Identify connection scale, message volume, latency needs - Design architecture — Plan clustering, pub/sub, state management, failover - Implement — Build WebSocket server with authentication, rooms, events - Validate locally — Test connection handling, auth, and room behavior before scaling (e.g., npx wscat -c ws://localhost:3000 ); confirm auth rejection on missing/invalid tokens, room join/leave events, and message delivery - Scale — Verify Redis connection and pub/sub round-trip before enabling the adapter; configure sticky sessions and confirm with test connections across multiple instances; set up load balancing - Monitor — Track connections, latency, throughput, error rates; add alerts for connection-count spikes and error-rate thresholds - Use sticky sessions for load balancing (WebSocket connections are stateful — requests must route to the same server instance) - Implement heartbeat/ping-pong to detect dead connections (TCP keepalive alone is insufficient) - Use rooms/namespaces for message scoping rather than filtering in application logic -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does websocket-engineer do?

websocket-engineer is listed in SkillJury, but the source summary is still sparse.

Is websocket-engineer good?

websocket-engineer does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does websocket-engineer work with?

websocket-engineer currently lists compatibility with cursor, github-copilot, claude-code.

What are alternatives to websocket-engineer?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install websocket-engineer?

npx skills add https://github.com/jeffallan/claude-skills --skill websocket-engineer

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering