claude-code-hooks-multi-agent-observability
Monitor and manage multiple Claude Code agents in real time
All Skills in This Repository (4)
Pure Emerald Level Indicatorscreate-worktree-skill
Create isolated git worktrees with automatic port and environment configuration.
Create New Skills
Create new Claude Code Agent Skills with SKILL.md structure and YAML frontmatter.
worktree-manager-skill
Create, list, and remove isolated Git worktrees with automated port allocation.
Video Processor
Extracts audio, converts video to MP4 or WebM, and transcribes with Whisper via Python CLI.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core