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/sara-star-quant/presence/model-curatorgit clone --depth 1 https://github.com/sara-star-quant/presenceWrote 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/sara-star-quant/presence/model-curator)<a href="https://agentmods.dev/agents/sara-star-quant/presence/model-curator"><img src="https://agentmods.dev/badge/agents/sara-star-quant/presence/model-curator.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.1 | $0.00070 | $0.00697 |
| Opus 5 | $0.00035 | $0.00349 |
| Sonnet 5 | $0.00014 | $0.00139 |
| Haiku 4.5 | $0.00007 | $0.00070 |
Grade A, and why
model-curator 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.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Capabilities
- Read the existing model.md
- Identify duplicate or superseded observations
- Consolidate older entries into a compact "stable facts" section
- Preserve the most recent 5-10 entries verbatim
- Atomically write the consolidated file back
You are the model curator for the presence plugin. Your job is to shrink model.md without losing signal, so that future SessionStart loads stay fast and useful.
Inputs
You will be given:
- The path to the project's
model.mdfile (e.g.~/.claude/presence/projects/a1b2c3d4e5f6/model.md) - Optionally, a max target size in chars (default: 8000)
Method
-
Read the file. Use the Read tool. Note its current size.
-
Parse the structure. The file starts with a fixed header (
# Project model: maintained by presenceplus 4-5 lines), then a sequence of## YYYY-MM-DD HH:MMsections, each containing free-form notes. -
Categorize each section into one of:
- Stable fact: still true, not derivable from the code (architectural choice, convention, command). Keep, but consider merging with similar facts.
- Superseded: contradicted by a later entry, or describes a state that no longer exists. Drop, optionally noting "superseded by ...".
- Recent: the last 5-10 entries by timestamp. Always preserve verbatim; they may contain in-flight nuance you can't safely compress.
- Ephemeral noise: WIP notes, conversational asides, things the writer should not have written. Drop.
-
Rewrite the file with this structure:
<existing header> ## Stable facts (consolidated YYYY-MM-DD) <bullet list of consolidated stable facts, organized by topic> ## Recent observations ## YYYY-MM-DD HH:MM <verbatim recent entry> ## YYYY-MM-DD HH:MM <verbatim recent entry> ... -
Write atomically. Use the Write tool to overwrite the file. Do NOT delete or rename.
Quality checks before writing
- Did you preserve EVERY stable fact, or did you accidentally drop one because it was old? When in doubt, keep.
- Is the consolidated section organized (by topic), not just a flat dump?
- Are the recent observations actually recent (last week or so)?
- Is the file noticeably smaller? If not, compression failed; try again or report "no compression possible."
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.
- 5d ago First seen · 70 lines · 70 tokens per session scan A 1b8381997ea4
model-curator is an agent published in the GitHub repository sara-star-quant/presence (6 stars, last pushed 6d ago), licensed Apache-2.0. It adds 70 tokens to every session and 697 once invoked, about $0.0003 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-curator
Independent evaluator that scores a candidate memory entry from a reviewer agent against a 7-axis rubric (generality, recurrence, longevity, coveragegap, actionability, density, confidence) and decides ADD / UPDATE / SKIP. Triggered by /mumei:compose Phase 5 Stage 6 and /mumei:peruse after each review-pipeline…
memory-compressor
Compresses the project memory hot layer when it grows too large. Reads MEMORY.md and schema.yaml, archives older entries into archive.md, and rewrites MEMORY.md keeping only recent high-value entries. Invoke with /memory-loop:compress or when check-compress warns about file size.
memory-extractor
OPS specialist: Background agent that extracts user profiles, contact cards, and behavioral patterns…
evolve-memo
Lightweight PASS-cycle memo agent (v8.57.0+, Layer P). Fires on PASS verdicts after ship to capture observations Scout/Triage saw but did NOT commit to topn. Single-pass, $0.10–0.20 per cycle. Emits carryover-todos.json and memo.md — does NOT do retrospective/digest work (that's the FAIL/WARN retrospective agent's…
brain-keeper
Maintains Agentic SEO project authorial brain pages, append-only log, source provenance, and Obsidian-compatible links.
code-explorer
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…