dislerdislerCommunity·4 Agent Skills Included

claude-code-hooks-multi-agent-observability

Monitor and manage multiple Claude Code agents in real time

Captures every Claude Code hook event and streams it to a live dashboard for real-time multi-agent monitoring. Tracks tool calls, session lifecycles, and subagent handoffs so you can debug agent behavior without digging through logs. Includes skills for managing git worktrees, processing video, and generating new agent skills automatically.
npx skills add disler/claude-code-hooks-multi-agent-observability --all -g -y
Available:

Tells the AI agent to identify each monitored agent by combining its source_app and session_id when working with hook events.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-hooks-multi-agent-observability?

Run `npx skills add disler/claude-code-hooks-multi-agent-observability --all -g -y` in your terminal to install all skills in this suite globally.

How to monitor multiple Claude Code agents at once?

This system captures all 12 Claude Code hook events and streams them to a live web dashboard, so you can watch every tool call and agent session in real time.

How do I track what my AI agent is doing?

Copy the .claude folder into your project and start the server; every tool call, prompt, and session event is then logged and visualized with filtering and live charts.

Can I run parallel development environments with git worktrees?

Yes. The included worktree skills create, list, and remove isolated git worktrees with unique ports and configurations through simple natural language requests.

Does this work with Claude Code hooks?

Yes. It is built directly on Claude Code's official hook system, forwarding events from your projects to a Bun server and Vue dashboard over WebSockets.

Related Repositories in Software Engineering

View All in Software Engineering