Fleet Scorecard

Compile daily fleet health metrics and write scorecard files.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill fleet-scorecard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fleet Scorecard
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/fleet-scorecard
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill fleet-scorecard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Daily fleet health and cost monitoring across this instance and all managed instances, consolidating runs, tokens, and reliability into an actionable scorecard.

Core Features & Use Cases

  • Automated daily health snapshot: generate a single view of fleet performance across repositories.
  • Delta and alerting: compute day-over-day deltas and raise alerts for anomalies in reliability or cost.
  • Self-discovery and federation: automatically include self and managed instances from memory/instances.json without hardcoding.
  • End-to-end reporting: write memory/scorecard.md and memory/scorecard-history.csv for archival and trend analysis.

Quick Start

Run the Fleet Scorecard on the schedule to produce memory/scorecard.md and memory/scorecard-history.csv with the latest fleet metrics.

Frequently Asked Questions about Fleet Scorecard

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

FAQPage Schema
How do I monitor fleet health and cost across multiple repositories?

Fleet health monitoring is handled by compiling metrics across managed instances into a single scorecard, capturing daily runs, tokens, and reliability data. It ingests prefetch results to generate an actionable daily health snapshot for operational oversight.

How do I track day-over-day deltas for fleet metrics and trigger alerts?

Day-over-day deltas for fleet metrics are computed by comparing current values against historical data stored in a CSV file. The scorecard automatically triggers alerts when it detects anomalies in reliability or cost estimates across your repositories.

What's the best way to automate a daily fleet scorecard without hardcoding instances?

Automating a daily fleet scorecard without hardcoding relies on self-discovery and federation. The process automatically includes self and managed instances from memory/instances.json, then writes the results to memory/scorecard.md for archival.

Does the fleet scorecard require specific files or dependencies to generate cost estimates?

Generating cost estimates requires no external dependencies, but the process ingests prefetch results as input. It reads managed instances from memory/instances.json and outputs the daily reliability insights and cost data to memory/scorecard-history.csv.

Why do I need a scorecard-history.csv file for operational fleet monitoring?

A scorecard-history.csv file is needed for operational fleet monitoring because it enables trend analysis and day-over-day delta comparisons. Archiving daily fleet metrics allows you to track reliability and cost changes over time rather than viewing isolated daily snapshots.

Can I use this fleet monitoring approach for instances managed across different repositories?

Yes, this fleet monitoring approach automatically federates and includes instances managed across different repositories. By reading from memory/instances.json, it consolidates runs, tokens, and reliability metrics from all managed instances into a single unified scorecard.