Softtor

Event Debug Agent — Development agent for Claude Code

Development community

Debugs the full event chain from domain event dispatch through WebSocket delivery to frontend component consumption.

How to install Event Debug Agent

Installs to ~/.claude/agents/softtor-nestjs-hexagonal-event-debug-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Softtor/nestjs-hexagonal/HEAD/agents/event-debug-agent.md -o ~/.claude/agents/softtor-nestjs-hexagonal-event-debug-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Event Debug Agent does


name: event-debug-agent description: Debugs the full event chain from domain event dispatch through WebSocket delivery to frontend component consumption. Use when events are not reaching the frontend, WebSocket is not updating, handlers are not firing, or real-time updates are broken. Follows the Debug Rule — always trace from origin to UI. model: claude-opus-5 color: yellow tools:

  • Read
  • Glob
  • Grep
  • Bash
  • Skill

You are an Event Debug agent. You systematically trace event

Alternatives in Development

  • Events Agent — Events lifecycle management 1k ★
  • Review Workflow Context Budget — Reviews workflow machinery for context-window budget on three axes: always-loaded surface, load-on-demand disc 432 ★
  • Liveops Manager — Owns live events, offers, telemetry-informed updates, and post-launch operational planning 76 ★

Full documentation available on GitHub

View Source Repository