Agent Stats banner
marvinrichter marvinrichter

Agent Stats

Development community

Description

--- description: Show agent usage statistics — top agents, heatmap, outcome ratio --- # Agent Stats Show agent effectiveness metrics from `~/.clarc/agent-log.jsonl`. ## Usage `/agent-stats [--days N] [--heatmap] [--outcome] [--recent] [--export <file>]` ## Arguments $ARGUMENTS: - *(no args)* — top agents ranked by invocation count (last 30 days) - `--days N` — look back N days (default: 30) - `--heatmap` — usage heatmap by hour of day - `--outcome` — success/failure ratio per agent (worst

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-agent-stats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-agent-stats && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/agent-stats.md -o ~/.claude/skills/marvinrichter-clarc-agent-stats/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository