dashboard

Serves a live error observability dashboard and triage kanban for drover monitoring pipelines.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill dashboard-cosmicdreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/drover/skills/dashboard
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill dashboard-cosmicdreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of quickly monitoring, triaging, and understanding drover errors across projects without manually refreshing logs or searching scattered state files.

Core Features & Use Cases

  • Live observability dashboard: Shows environment health tiles and error volume trends in a Datadog/Splunk-style UI.
  • Triage-aware error exploration: Provides a filterable error table with expandable stack traces and last triage cycle stats.
  • Operational kanban workflow: Offers a full kanban board with drag-and-drop, advance buttons, and ticket modals, live-updating via SSE when the board or state changes.
  • Use Case: You’re running a sprint error-monitoring pipeline and need to spot error spikes, drill into stack traces, and move issues through a triage kanban in near real time while teams work in parallel.

Quick Start

Use the drover:dashboard trigger (or ask the assistant to open the drover ops dashboard) and then browse to http://localhost:3749 to view the live Dashboard and Board.

Frequently Asked Questions about dashboard

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

FAQPage Schema
How do I get a live observability dashboard for monitoring error volumes and stack traces?

A live observability dashboard displays environment health tiles and error volume trends while providing filterable error tables with expandable stack traces. It updates in real time using Server-Sent Events, giving operational teams immediate visibility into single or multiple registered projects without manual log refreshing.

What is the best way to triage monitoring pipeline errors with a kanban workflow?

Triage monitoring pipeline errors using an operational kanban board that supports drag-and-drop ticket movement and advance buttons. The board live-updates via Server-Sent Events whenever state changes, enabling near real-time collaborative issue tracking during active sprint pipelines.

Do I need Node.js to launch a local error monitoring dashboard?

Yes, you need a Node.js runtime version 18 or higher to launch the local error monitoring dashboard. The application starts a local server on port 3749, resolves dashboard state and configuration paths, and serves real-time observability updates directly to your browser.

Can I monitor multiple projects simultaneously in a Datadog-style UI?

Yes, you can monitor multiple registered projects simultaneously within a Datadog-style UI. The dashboard aggregates environment health visibility and error volume timelines across all configured projects, allowing you to spot error spikes and inspect stack traces in one centralized interface.

How do I open the drover ops dashboard and start viewing real-time error updates?

Trigger the drover dashboard command or ask the assistant to open the drover ops dashboard, then browse to localhost port 3749. The local server immediately serves the live dashboard and triage board, pushing real-time state and error updates via Server-Sent Events to your browser.