fleet-report
Installation
SKILL.md
Fleet Report — read the fleet's telemetry back
The fleet writes one JSON record per round to fleet.jsonl. This skill turns that into
numbers, then says which of them deserve attention.
The one rule
You never compute, estimate, or restate a number that the script did not print.
The script is the fact layer; you are the judgement layer. Every count, rate, percentile and duration comes from its output verbatim. A number you produce yourself is indistinguishable from a correct one to the reader — that is precisely why it is forbidden. If a number you want is not in the output, say it is not measured rather than deriving it.
Step 1 — run it
bun "${AGENTLOOP_ROOT:-$HOME/.claude/plugins/marketplaces/arcblock-agent-skills/plugins/agentloop}/scripts/fleet-report.ts" $ARGS