Event Debug Agent — Development agent for Claude Code
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
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 RepositoryRelated Agents
Backend Lead
バックエンドリードはCURA Core、BFF(Backend for Frontend)、API設計を統括する。Java/Spring Boot、Apache Ignite、STOMP WebSocket、Kong A
A2ui Angular
Expert A2UI (Agent-to-User Interface) renderer developer for Angular 21.x. Use for building A2UI renderers, co
Backend Entrypoint Discovery Agent
Inventory ALL entry points in a backend repo — REST routes, GraphQL operations, and queue/event/cron handlers
Optimizer Hooks
Specialized agent for optimizing Claude Code hooks. Expert in hooks.json structure, event types, matchers, scr
Ga4 Conversions
GA4 key events (conversions) configuration auditor. Validates which events are marked as key events, checks co
Ga4 Events Editor
GA4 event editor. Proposes EventEditRule and EventCreateRule definitions to fix taxonomy issues found by ga4-e
Related Skills
Debug Concierge
Debugs why a specific lead did not book — traces the concierge routing session, identifies the rule that fired
Sidecar Management
How to create, update, and manage dynamic Inngest functions in the sidecar process (cron jobs, event handlers,
LLM Advisor Event Architecture
Handle event delegation correctly in the LLM Advisor app. Activate when adding buttons, debugging click handle