monitor

Display real-time TUI dashboards for multi-agent gang status and logs.

1|Updated May 24, 2026
One-click install
npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill monitor-tinner-deinno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor
Source: https://github.com/tinner-deinno/innova-skills-lib/tree/main/core/monitor
Command: npx skills add https://github.com/tinner-deinno/innova-skills-lib --skill monitor-tinner-deinno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor helps you observe the live status of multiple sub-agents without constantly checking logs and processes, reducing time-to-diagnose and coordination overhead.

Core Features & Use Cases

  • Real-time TUI dashboard: View agents, gangs, progress bars, timing, and recent logs in a single terminal interface.
  • Focused views: Switch between all agents, specific gang status (Architects, Builders, Auditors, Oracles), and log filtering for errors or specific agents.
  • Continuous watch mode: Refresh monitoring at a configurable interval and clear the screen to keep the view readable during active development.

Use case: You run multi-agent-gangs to execute an engineering workflow and need an at-a-glance view of which stage is active, who is failing, and how far each agent has progressed.

Quick Start

Run the monitor dashboard by telling your agent system to execute: /monitor

Frequently Asked Questions about monitor

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

FAQPage Schema
How do I monitor multiple sub-agents in real time during a workflow?

Track multi-agent progress in real time using a TUI dashboard that consolidates agent status, timing, and logs into a single terminal view. It reads state files from ~/multi-agent-gangs/ to display active workflows and gang-level health.

How do I view logs for specific agents like Architects or Builders in a multi-agent gang?

Switch to focused gang views and apply log filters to inspect specific agent output. The dashboard isolates logs and status for roles like Architects, Builders, Auditors, and Oracles to help pinpoint individual agent issues.

What is a TUI dashboard for multi-agent observability?

A TUI dashboard for multi-agent observability is a terminal interface that tracks active agents, displays progress bars and timing, and consolidates recent logs to reduce time-to-diagnose coordination overhead in engineering workflows.

Can I configure a refresh interval for continuous agent monitoring?

Yes, you can configure a refresh interval for continuous agent monitoring using watch mode. This mode periodically clears the screen to keep the terminal dashboard readable during active development and debugging sessions.

Does the multi-agent monitor require specific directory structures for state files?

The multi-agent monitor requires state files and logs to be stored in the ~/multi-agent-gangs/ directory. It reads gang state and log data from this specific path to populate the dashboard interface and track active agents.