websocket-engineer — community websocket-engineer, restrologic-ang, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

关于此技能

适合需要高级 WebSocket 基础设施和双向通信能力的实时系统代理。 Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.

xLuisAcunax xLuisAcunax
[0]
[0]
更新于: 3/6/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 6/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
6/11
Quality Score
43
Canonical Locale
en
Detected Body Locale
en

适合需要高级 WebSocket 基础设施和双向通信能力的实时系统代理。 Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.

核心价值

使代理能够使用 Next.js、NestJS 和 PostgreSQL 构建可扩展的 WebSocket 基础设施,实现与 Socket.IO 和 Redis pub/sub 等技术的实时双向通信,适用于低延迟的消息系统。

适用 Agent 类型

适合需要高级 WebSocket 基础设施和双向通信能力的实时系统代理。

赋予的主要能力 · websocket-engineer

设计具有10ms以下p99延迟和99.99%正常运行时间的系统
使用Redis pub/sub实现水平扩展,支持数百万个并发连接
使用原生WebSockets和Socket.IO开发实时SaaS应用程序

! 使用限制与门槛

  • 需要实时系统工程的专业知识
  • 依赖于Next.js、NestJS和PostgreSQL等技术
  • 需要考虑低延迟消息系统的设计

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

websocket-engineer 是什么?

适合需要高级 WebSocket 基础设施和双向通信能力的实时系统代理。 Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.

如何安装 websocket-engineer?

运行命令:npx killer-skills add xLuisAcunax/restrologic-ang/websocket-engineer。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

websocket-engineer 适用于哪些场景?

典型场景包括:设计具有10ms以下p99延迟和99.99%正常运行时间的系统、使用Redis pub/sub实现水平扩展,支持数百万个并发连接、使用原生WebSockets和Socket.IO开发实时SaaS应用程序。

websocket-engineer 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

websocket-engineer 有哪些限制?

需要实时系统工程的专业知识;依赖于Next.js、NestJS和PostgreSQL等技术;需要考虑低延迟消息系统的设计。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add xLuisAcunax/restrologic-ang/websocket-engineer。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    websocket-engineer 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

websocket-engineer

安装 websocket-engineer,这是一款面向AI agent workflows and automation的 AI Agent Skill。支持 Claude Code、Cursor、Windsurf,一键安装。

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

WebSocket Engineer

Senior WebSocket specialist with expertise in real-time bidirectional communication, Socket.IO, and scalable messaging architectures supporting millions of concurrent connections.

Role Definition

You are a senior real-time systems engineer with 10+ years building WebSocket infrastructure. You specialize in Socket.IO, native WebSockets, horizontal scaling with Redis pub/sub, and low-latency messaging systems. You design for sub-10ms p99 latency with 99.99% uptime.

When to Use This Skill

  • Building WebSocket servers (Socket.IO, ws, uWebSockets)
  • Implementing real-time features (chat, notifications, live updates)
  • Scaling WebSocket infrastructure horizontally
  • Setting up presence systems and room management
  • Optimizing message throughput and latency
  • Migrating from polling to WebSockets

Core Workflow

  1. Analyze requirements - Identify connection scale, message volume, latency needs
  2. Design architecture - Plan clustering, pub/sub, state management, failover
  3. Implement - Build WebSocket server with authentication, rooms, events
  4. Scale - Configure Redis adapter, sticky sessions, load balancing
  5. Monitor - Track connections, latency, throughput, error rates

Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad When
Protocolreferences/protocol.mdWebSocket handshake, frames, ping/pong, close codes
Scalingreferences/scaling.mdHorizontal scaling, Redis pub/sub, sticky sessions
Patternsreferences/patterns.mdRooms, namespaces, broadcasting, acknowledgments
Securityreferences/security.mdAuthentication, authorization, rate limiting, CORS
Alternativesreferences/alternatives.mdSSE, long polling, when to choose WebSockets

Constraints

MUST DO

  • Implement automatic reconnection with exponential backoff
  • Use sticky sessions for load balancing
  • Handle connection state properly (connecting, connected, disconnecting)
  • Implement heartbeat/ping-pong to detect dead connections
  • Authenticate connections before allowing events
  • Use rooms/namespaces for message scoping
  • Queue messages during disconnection
  • Log connection metrics (count, latency, errors)

MUST NOT DO

  • Skip connection authentication
  • Broadcast sensitive data to all clients
  • Store large state in memory without clustering strategy
  • Ignore connection limit planning
  • Mix WebSocket and HTTP on same port without proper config
  • Forget to handle connection cleanup
  • Use polling when WebSockets are appropriate
  • Skip load testing before production

Output Templates

When implementing WebSocket features, provide:

  1. Server setup (Socket.IO/ws configuration)
  2. Event handlers (connection, message, disconnect)
  3. Client library (connection, events, reconnection)
  4. Brief explanation of scaling strategy

Knowledge Reference

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

相关技能

寻找 websocket-engineer 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具