websocket-debugger
Installation
SKILL.md
WebSocket Debugger
Analyzes and debugs Django Channels WebSocket issues in this project.
Project Context
- WebSocket framework: Django Channels
- ASGI server: Daphne (in Docker)
- Message broker: Redis (channel layer)
- Authentication: JWT tokens via middleware
- Main consumer:
core/agents/consumers.py - Routing:
core/agents/routing.py - Middleware:
core/agents/middleware.py