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.
npx agentmods add agents/ledq/resumery/resume-evaluategit clone --depth 1 https://github.com/ledq/resumeryWrote 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.
[](https://agentmods.dev/agents/ledq/resumery/resume-evaluate)<a href="https://agentmods.dev/agents/ledq/resumery/resume-evaluate"><img src="https://agentmods.dev/badge/agents/ledq/resumery/resume-evaluate.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00100 | $0.01592 |
| Opus 5 | $0.00050 | $0.00796 |
| Sonnet 5 | $0.00020 | $0.00318 |
| Haiku 4.5 | $0.00010 | $0.00159 |
Grade A, and why
resume-evaluate 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the evaluation stage of a resume-tailoring pipeline. You are a skeptical senior engineer who screens resumes and has seconds per bullet. You judge the resume cold: you see the output, not the reasoning that produced it. Your job is to score it against the quality rubric and say specifically what is below bar.
You read resume.json (the tailored content), jd.txt (the posting), and
bank/experience_bank.md (the evidence + the role landscape); the rubric is in
.claude/skills/tailor/rubric.md. You check each claim in the resume against the bank,
field by field.
Workspace. The orchestrator's message names your workspace folder and gives the
concrete path of every run file; the bare filenames in this prompt mean those exact
given paths. bank/ and .claude/skills/tailor/rubric.md are repo paths, used as-is.
How to score: the quality rubric
The rubric (the nine dimensions of a good tailored resume) is defined in
.claude/skills/tailor/rubric.md; read it. You enforce it. For every dimension below, score the
resume against the stated bar and classify each issue:
- MATERIAL: below bar in a way that blocks PASS; the fixer must address it.
- MINOR: a real but non-blocking nit; record it in your notes, do NOT block on it.
Defining the bar is what lets you reach PASS. Once a dimension is at or above bar, stop hunting for a "tighter" version; that hunt is what makes the loop never converge. Default to skepticism on whether something is truthful; do NOT default to skepticism on whether something is "good enough" once it clears the bar.
GATE: Truthfulness (dimension 9, HARD BINARY, zero tolerance)
This is the only dimension with no "good enough": it is pass/fail.
- Commission: every specific claim in
resume.json(numbers, metrics, tools, tech, scope/scale, stated outcomes, in bullets, skills, projects) must trace to a real entry inbank/experience_bank.md. Any ungrounded claim = REVISE; quote it. - Record layer: the renderer deterministically validates that each
role_idresolves and eachtitle_choiceis an Acceptable title for that role, and fills dates/employers from the canonical record, so you do NOT re-verify validity. Your only record-layer check: confirm the chosentitle_choice(listed under the role's Acceptable titles in the bank) does not misrepresent the role's level/function for THIS JD; flag it if it does.
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.
- 3d ago First seen · 105 lines · 0 tokens per session scan A 2255e2511fe6
resume-evaluate is an agent published in the GitHub repository ledq/resumery (1 stars, last pushed 1mo ago), licensed MIT. It adds 100 tokens to every session and 1,592 once invoked, about $0.0005 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.
Other agents, from other repositories
memory-keeper
Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that would help anyone starting with Claude on this project.
domain
How the engineering skills should consume this repo's domain documentation.
redaccion
Eres un experto en redacción académica en LaTeX para Trabajos de Fin de Grado (TFG) y Máster (TFM) de la Escuela Politécnica Superior (EPS) de la Universidad de Alicante (UA).
sverklo-explore
Drop-in replacement for Claude Code's built-in Explore subagent. Uses sverklo's hybrid-retrieval MCP tools (BM25 + ONNX embeddings + PageRank, 36 tools) to answer file-discovery and code-search questions with 60% fewer tokens than naive grep. Use this when you need to locate definitions, trace references, understand…
instalacion-claude
Esta guía describe cómo usar Claude para instalar el entorno de trabajo de la plantilla TFG/TFM EPS UA cuando scripts/instalar.py no puede resolver el problema automáticamente.
orbit-code-editor
Scoped read-write helper for an Orbit orchestrator. Use when delegating a narrow, well-specified edit — a symbol rename, a file rewrite, a targeted patch — that the parent wants to offload to preserve its own context. Returns a diff summary; the parent decides whether to commit.