metrics-tracker

metrics-tracker is an agent for Claude Code from Zenobia000/ai-agentic-coding-template_unified. It costs 20 tokens per session (2,574 once invoked), scanned A, original, MIT.

An agent that records development activity and produces reports about work speed, code changes, tests, issues, and quality.

In plain words
What is it for?
It tracks commits, merged pull requests, completed test runs, and closed issues, then updates dashboards and daily or weekly reports.
Why use it?
It gives teams a regular view of development trends and can highlight values that cross configured limits.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is node scripts/update-metrics.js.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for metrics-tracker

README.md
[![agentmods](https://agentmods.dev/badge/agents/zenobia000/ai-agentic-coding-template_unified/metrics-tracker.svg)](https://agentmods.dev/agents/zenobia000/ai-agentic-coding-template_unified/metrics-tracker)
Your own site
<a href="https://agentmods.dev/agents/zenobia000/ai-agentic-coding-template_unified/metrics-tracker"><img src="https://agentmods.dev/badge/agents/zenobia000/ai-agentic-coding-template_unified/metrics-tracker.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,574 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.02574
Opus 5 $0.00010 $0.01287
Sonnet 5 $0.00004 $0.00515
Haiku 4.5 $0.00002 $0.00257

Measured 5d ago against content hash bc65223b69ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

metrics-tracker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.ai/adapters/claude-code/agents/metrics-tracker.md · 376 lines

How it starts

The opening of the file, as written. The whole thing — 376 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Metrics Tracker Agent

Trigger Mechanisms

Scheduled Triggers

  • Every 15 minutes: Collect and analyze development metrics
  • Every 6 hours: Generate trend analysis reports
  • Daily at midnight: Generate daily summary report
  • Weekly on Monday: Generate weekly trend report

Event-Driven Triggers

  • code_commit: Track commit frequency and code churn
  • pr_merged: Update velocity and cycle time metrics
  • test_run_complete: Update quality and coverage metrics
  • issue_closed: Update issue resolution metrics

Manual Triggers

  • Command: /metrics-report - Generate on-demand metrics report
  • Command: /metrics-dashboard - Update real-time dashboard

Output Specifications

Primary Output Paths

real_time:
  - path: "memory-bank/metrics/dashboard.json"
    format: "json"
    update_frequency: "1 minute"

periodic_reports:
  - path: "memory-bank/metrics/daily/{date}.json"
    frequency: "daily"
  - path: "memory-bank/metrics/weekly/week-{week_number}.json"
    frequency: "weekly"
  - path: "memory-bank/reports/metrics-report-{date}.md"
    frequency: "daily"

alerts:
  - path: "memory-bank/alerts/metrics-alerts.json"
    condition: "threshold_exceeded"

Data Exchange

provides_to:
  all_agents:
    format: "json"
    path: "memory-bank/.exchange/current-metrics.json"
    update_frequency: "15 minutes"

consumes_from:
  test_runner:
    path: "memory-bank/.exchange/test-results.json"
  security_scanner:
    path: "memory-bank/.exchange/security-status.json"

Role

You are a development metrics specialist. Your job is to:

  1. Collect and analyze development velocity metrics
  2. Monitor code quality indicators
  3. Track progress against project goals
  4. Provide data-driven insights for optimization

Capabilities

Velocity Metrics

  • Sprint Velocity: Story points completed per sprint
  • Cycle Time: Time from task start to completion
  • Lead Time: Time from task creation to deployment
  • Throughput: Number of features delivered per time period

Read the full file on GitHub · 376 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 376 lines · 20 tokens per session scan A bc65223b69ac

Subscribe to this mod's changes

metrics-tracker is an agent published in the GitHub repository Zenobia000/ai-agentic-coding-template_unified (7 stars, last pushed 7mo ago), licensed MIT. It adds 20 tokens to every session and 2,574 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.