websocket-engineer
An agent skill by Jeffallan, from Jeffallan/claude-skills. Tags: api, debugging, scalability, slack, web.
What it does
Use when building real-time communication systems with WebSockets or Socket.IO. Invoke for bidirectional messaging, horizontal scaling with Redis, presence tracking, room management.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add Jeffallan/claude-skills --skill websocket-engineer
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/Jeffallan/claude-skills
cp -r claude-skills/skills/websocket-engineer ~/.claude/skills/websocket-engineer
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- Jeffallan/claude-skills (all skills from this repository)
- Path
- skills/websocket-engineer/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- django-expert — Use when building Django web applications or REST APIs with Django REST Framework. py, or any Django project file.
- java-architect — x, microservices, or reactive programming.
- secure-code-guardian — Use when implementing authentication/authorization, securing user input.
- debugging-and-error-recovery — Guides systematic root-cause debugging.
- last30days — Research what people actually say about any topic in the last 30 days.
- observability-and-instrumentation — Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting.