add-agent-dashboard

Integrate an agent monitoring dashboard with tRPC router into a T3 stack admin area.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill add-agent-dashboard
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-agent-dashboard
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/add-agent-dashboard
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill add-agent-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the lack of visibility into AI agent performance by providing a centralized admin interface to track executions, costs, and decision-making processes.

Core Features & Use Cases

  • Agent Monitoring: View a comprehensive dashboard of all AI agents, including success rates, cumulative costs, and last run timestamps.
  • Deep Debugging: Inspect the full reasoning chain of any agent invocation, including tool calls and intermediate outputs.
  • Manual Control: Trigger agent runs on-demand with custom prompts directly from the admin panel.
  • Use Case: When an agent behaves unexpectedly, use the dashboard to trace its decision-making steps turn-by-turn to identify and fix the root cause.

Quick Start

Use the add-agent-dashboard skill to install the monitoring interface into my admin area.

Frequently Asked Questions about add-agent-dashboard

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

FAQPage Schema
How do I monitor AI agent performance and costs in a T3 stack admin dashboard?▼

To monitor AI agent performance in a T3 stack admin dashboard, you can integrate a dedicated tRPC router and UI pages that track agent invocations, analyze cumulative costs, and display success rates.

How can I debug an AI agent's decision-making process after an unexpected execution?▼

You can debug an AI agent's decision-making process by inspecting the full reasoning chain of the invocation, allowing you to trace tool calls and intermediate outputs turn-by-turn to find the root cause.

Can I manually trigger AI agent runs with custom prompts from an admin panel?▼

Yes, you can manually trigger AI agent runs on-demand with custom prompts directly from the admin panel using the integrated management dashboard interface.

Does the agent monitoring dashboard require existing admin authentication?▼

Yes, the agent monitoring dashboard requires an existing admin authentication setup in your project, along with a database schema containing your agent invocation records.

What is the best way to track AI agent invocations and last run timestamps in a tRPC application?▼

The best way to track agent invocations in a tRPC application is to use a dedicated tRPC router that logs execution data, providing a comprehensive view of last run timestamps and success rates.

Are there limitations when adding an AI agent dashboard to an admin area without a database schema?▼

Yes, a major limitation is that without a database schema containing agent invocation records, the dashboard cannot facilitate tracking of agent invocations or cost analysis.