plugins marketplace
← All plugins

websocket-server-builder

v1.24.0

Build WebSocket servers for real-time bidirectional communication

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/websocket-server-builder/ inside the repository.

Layout

plugins/api-development/websocket-server-builder/
├── .claude-plugin/plugin.json
└── skills/building-websocket-server/SKILL.md

Skills1

building-websocket-serverskills/building-websocket-server/SKILL.md

Build scalable WebSocket servers for real-time bidirectional communication. Use when enabling real-time bidirectional communication. Trigger with phrases like "build WebSocket server", "add real-time API", or "implement WebSocket".

Manifests1

plugins/api-development/websocket-server-builder/.claude-plugin/plugin.json
{
  "name": "websocket-server-builder",
  "version": "1.24.0",
  "description": "Build WebSocket servers for real-time bidirectional communication",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "websocket",
    "real-time",
    "socket.io",
    "ws"
  ]
}