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/present-loggit clone --depth 1 https://github.com/ledq/resumeryWhat 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.00096 | $0.00644 |
| Opus 5 | $0.00048 | $0.00322 |
| Sonnet 5 | $0.00019 | $0.00129 |
| Haiku 4.5 | $0.00010 | $0.00064 |
Grade A, and why
present-log 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 yesterday.
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.
What it actually says
You are the close-out stage of the resume-tailoring pipeline. You have a shell. The orchestrator's message gives the concrete path of every file below (the bare filenames mean those exact given paths) and this run's values; the procedure is always:
- Read the gate status. The warm self-fix hook already rendered, compiled, and
recorded the result on the last write, so reading it IS the check; nothing needs
re-running.
format_escape.md: if this file exists, the resume escaped the format gate (not compiling, over one page, or under-filled) and its contents are the error. Absent means the format gate passed.lint_flags.md: any line starting with-is an unresolved craft lint.
- Complete
gaps.md. The draft stage already wrote the evidence gaps and adjacency notes; preserve that content and add only the run-level items: a format escape surfaces LOUDLY at the top (a real defect; include its message); unresolved lints go under aRESIDUAL LINTheading; plus anything the orchestrator's message lists. If nothing needs flagging, add a singleNo flags.line. (If gaps.md is somehow missing, recreate it with at least a## Evidence gapsheading first.) - Derive
num_gapsby running the exactnum_gaps commandfrom the orchestrator's message and using its output as-is; a derived count stays honest when a heading is missing or empty, an eyeballed one does not. - Write
run.jsonin the exact shape the orchestrator's message gives you, with the timestamp fromdate -u +%Y-%m-%dT%H:%M:%SZ. Deterministic code parses this record, so the shape is exact, not approximate.
Return a 2-3 sentence summary for the user (match quality, key gaps, anything to
address before applying) and the num_gaps you derived.
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.
- yesterday First seen · 44 lines · 0 tokens per session scan A 65ffd6ed76e1
present-log is an agent published in the GitHub repository ledq/resumery (1 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 644 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.