dashboard

Launch a browser-based pixel-art dashboard visualizing multi-agent orchestration events.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/raphaelVRA/company_agents --skill dashboard-raphaelvra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/raphaelVRA/company_agents/tree/main/dashboard
Command: npx skills add https://github.com/raphaelVRA/company_agents --skill dashboard-raphaelvra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a real-time, pixel-art dashboard that visualizes Claude Code multi-agent orchestrations across an organization, enabling observers to see active agents, their departments, and progress at a glance.

Core Features & Use Cases

  • Real-time visualization of multi-agent activity across company, dev-team, strategy-team, product-team, finance-team, data-team, marketing-team, legal-team, hr-team, ops-team, design, qa, devops, and ceo.
  • Unified event feed that streams hook events, task transcripts, and project-state updates into a single browser view.
  • Optional narration module that runs in the background to summarize activity at regular intervals and provide milestone reports.

Quick Start

Run the dashboard server locally by starting the server from the skill directory and then open http://localhost:7777.

Frequently Asked Questions about dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize multi-agent orchestration in real-time?

You can visualize multi-agent orchestration in real-time by launching a pixel-art dashboard that streams hook events, task transcripts, and state files into a browser-based view via a WebSocket feed.

What is the best way to monitor multiple AI agents across different teams?

Monitoring multiple AI agents across teams requires a unified event feed that aggregates project-state updates and transcripts, allowing observers to see active agents, departments, and progress at a glance.

Do I need Node.js and a WebSocket server to run a real-time agent dashboard?

Yes, running a real-time agent dashboard requires a Node.js server and a WebSocket feed to stream static frontend assets and orchestration events to the browser.

Can I get automated summaries of multi-agent activity?

Yes, you can get automated summaries of multi-agent activity by enabling the optional narration module, which runs in the background to summarize activity at regular intervals and provide milestone reports.

How do I start the dashboard server locally?

To start the dashboard server locally, run the server from the skill directory and then open http://localhost:7777 in your browser to view the orchestration events.

Are there limitations to the port access for the real-time dashboard?

The real-time dashboard offers port-configurable access, meaning you can adjust the default localhost port settings to fit your local environment constraints.