Real-time observability dashboard for multi-agent Claude Code sessions. Visualize agent interactions, tool usage, and session flows in real-time through a web dashboard. Track multiple agents running in parallel with swim lane visualization, event filtering, and live charts. **Key Features:** - 🔴 Real-time event streaming via WebSocket - 📊 Agent swim lanes showing parallel execution - 🔍 Event filtering by agent, session, event type - 📈 Live charts for tool usage patterns - 💾 Filesystem-based (no database required) **Inspired by [@indydevdan](https://github.com/indydevdan)**'s work on multi-agent observability. **Our approach:** Filesystem + in-memory streaming vs. indydevdan's SQLite database approach.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdSETUP.mdapps/client/index.htmlapps/client/package.jsonapps/client/postcss.config.jsapps/client/src/App.vueapps/client/src/assets/vue.svgapps/client/src/components/AgentSwimLane.vueapps/client/src/components/AgentSwimLaneContainer.vueapps/client/src/components/ChatTranscript.vueapps/client/src/components/ChatTranscriptModal.vueapps/client/src/components/EventRow.vueapps/client/src/components/EventTimeline.vueapps/client/src/components/FilterPanel.vueapps/client/src/components/HelloWorld.vueapps/client/src/components/LivePulseChart.vueapps/client/src/components/StickScrollButton.vueapps/client/src/components/ThemeManager.vueapps/client/src/components/ThemePreview.vueapps/client/src/components/ToastNotification.vue