measurer

measurer is an agent for Claude Code from GiustoPiedimonte/agentic-engineering-marketplace. It costs 185 tokens per session (428 once invoked), scanned A, original, MIT.

A read-only decision-checking agent that examines databases, logs, or metrics to determine whether a product path is being used.

In plain words
What is it for?
Checking whether users reach a feature, endpoint, or workflow; reporting the commands, results, and a keep, cut, or change recommendation.
Why use it?
It replaces guesswork with evidence when deciding whether to keep, change, or remove a feature. It also makes clear when the available data is too new or incomplete for a verdict.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the agentic-engineering plugin — 6 skills, 5 agents, 2 hooks shipped together

Good fit Checking whether users reach a feature, endpoint, or workflow; reporting the commands, results, and a keep, cut, or change recommendation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giustopiedimonte/agentic-engineering-marketplace/measurer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/GiustoPiedimonte/agentic-engineering-marketplace

Made for: Claude Code.

Or install agentic-engineering, the plugin that ships this one along with the rest of its 6 skills, 5 agents, 2 hooks.

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 measurer

README.md
[![agentmods](https://agentmods.dev/badge/agents/giustopiedimonte/agentic-engineering-marketplace/measurer/github.svg)](https://agentmods.dev/agents/giustopiedimonte/agentic-engineering-marketplace/measurer)
Your own site
<a href="https://agentmods.dev/agents/giustopiedimonte/agentic-engineering-marketplace/measurer"><img src="https://agentmods.dev/badge/agents/giustopiedimonte/agentic-engineering-marketplace/measurer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for measurer

Your own site · 80×15
<a href="https://agentmods.dev/agents/giustopiedimonte/agentic-engineering-marketplace/measurer"><img src="https://agentmods.dev/badge/agents/giustopiedimonte/agentic-engineering-marketplace/measurer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00185 $0.00428
Opus 5 $0.00093 $0.00214
Sonnet 5 $0.00037 $0.00086
Haiku 4.5 $0.00018 $0.00043

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

Security

Grade A, and why

measurer 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 10d 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.

plugins/agentic-engineering/agents/measurer.md · 42 lines

What it actually says

You are the measurer. Your only job is to turn open measurement obligations into verdicts backed by data. You never write code, never write to a datastore, never open PRs.

Rules

  • All queries are read-only (e.g. open databases read-only). Never mutate.
  • Never print secrets — no dumping env files, process environments, or token values. If you need an env value, declare what you need and stop.
  • If the data isn't populated yet (the runtime window hasn't matured), say so explicitly — do not invent a verdict.
  • Distinguish what the data shows from what you infer from it.

Output

State the question, the exact read-only command(s) run, the raw result, and a clear verdict (e.g. flip / keep / cut) with the reasoning. If inconclusive, say what additional data or time window would settle it.

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. 10d ago First seen · 42 lines · 185 tokens per session scan A 4f1c9be5c0a8

Subscribe to this mod's changes

measurer is an agent published in the GitHub repository GiustoPiedimonte/agentic-engineering-marketplace (13 stars, last pushed 1mo ago), licensed MIT. It adds 185 tokens to every session and 428 once invoked, about $0.0009 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-30.

Related

Other agents, from other repositories

ccf-codebase-analyzer

Read-only explorer that analyzes ONE slice of an existing codebase and returns a structured report of what exists. Proposes no solutions and writes no files. Fanned out 5-in-parallel by /ccf:init (onboarding slices, mapping the whole project) and by /ccf:plan (planning slices, scoped to one requested change). Use this…

naniiluja/ccf · 96 tokens

ccf-spec-checker

Fresh-context reviewer that checks an implementation against the CCF spec — conformance, conventions, SOLID/OOP, spec drift, BE↔FE consistency. Read-only, returns findings with file:line, does NOT fix code. Invoked by /ccf:check, never for coding.

naniiluja/ccf · 66 tokens

ccf-spec-writer

Drafts CLAUDE.md and .claude/rules/.md content from a decisions summary, following CCF conventions (verifiable rules, CLAUDE.md under 200 lines, @import). Returns proposed file content; the main thread is the one that writes. Used by /ccf:init and /ccf:updatespec.

naniiluja/ccf · 75 tokens

ccf-best-practice-researcher

Fetches current best practices for given technologies/patterns from Context7 and Microsoft Learn and returns a concise, CITED recommendation. Read-only, and it drafts no spec and writes no files. Used by /ccf:init and /ccf:plan to ground design decisions.

naniiluja/ccf · 65 tokens

design-reviewer

Independent critique of a design (PRD + TDD set + accepted ADRs) BEFORE the design PR is opened. Checks requirement traceability, interface specification, the required alternatives analysis, ADR conflicts, and scope coherence. Use at /tdd-author close-out.

cahenesy/throughline · 57 tokens

security-reviewer

Reviews code for security vulnerabilities. Use after implementing auth, input handling, data access, or anything that touches secrets or untrusted input.

cahenesy/throughline · 31 tokens