Agent skill · AI & Agents

agent-health-monitoring

Monitor AI agent health, detect anomalies, set up alerting, and maintain observability dashboards for production multi-agent systems. Covers liveness checks, performance metrics, drift detection, and incident response.

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill agent-health-monitoring --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/ai-ml/agent-health-monitoring/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Health Monitoring & Alerting ## Overview Production multi-agent systems fail silently. An agent that stops responding, returns empty results, or enters an infinite loop can degrade an entire workflow without triggering traditional infrastructure alerts. This skill covers how to build comprehensive health monitoring, metrics collection, and alerting for AI agent fleets. --- ## Core Concepts ### Agent Vital Signs | Metric | What It Measures | Why It Matters | |--------|-----------------|----------------| | **Response Rate** | % of agent invocations that return a result | Dropping rate indicates crashes or context overflows | | **Latency (P50/P95/P99)** | Time from invocation to response | Spikes indicate context bloat or degraded model performance | | **Error Rate** | % of invocations with errors/tool failures | Rising rate indicates systemic issues | | **Step Count** | Number of reasoning steps per task | Unbounded growth indicates looping behavior | | **Tool Call Success Rate** | % of tool calls that succeed | Drop indicates broken integrations or rate limiting | | **Token Consumption** | Tokens used per agent run | Budget anomalies indicate runaway agents | | **Context Uti

What's inside
Steps it walks through
  1. Overview
  2. Core Concepts
  3. Agent Vital Signs
  4. Alert Severity Levels
  5. Step-by-Step Implementation
  6. Step 1: Instrument Every Agent
  7. Step 2: Implement Liveness & Readiness Probes
  8. Step 3: Set Up Anomaly Detection
  9. Step 4: Build the Alerting Pipeline
  10. Step 5: Define Alert Rules
  11. Step 6: Build the Dashboard
  12. Trigger Phrases
  13. Production Runbook
  14. Incident: Agent Unresponsive
More from mercury-agent-skills
All skills →
About this skill
What does the agent-health-monitoring skill do?

Monitor AI agent health, detect anomalies, set up alerting, and maintain observability dashboards for production multi-agent systems. Covers liveness checks, performance metrics, drift detection, and incident response.

How do I install it?

Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill agent-health-monitoring --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going