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 skills/alecs5am/ralphy/memory-reviewnpx skills add alecs5am/ralphy --skill memory-reviewgit clone --depth 1 https://github.com/alecs5am/ralphyWrote 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/skills/alecs5am/ralphy/memory-review)<a href="https://agentmods.dev/skills/alecs5am/ralphy/memory-review"><img src="https://agentmods.dev/badge/skills/alecs5am/ralphy/memory-review.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.00304 | $0.01316 |
| Opus 5 | $0.00152 | $0.00658 |
| Sonnet 5 | $0.00061 | $0.00263 |
| Haiku 4.5 | $0.00030 | $0.00132 |
Grade A, and why
memory-review 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 6d 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 — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
memory-review — close the loop on the session you just had
The cheap half of Ralphy's learning loop. Recall (AGENTS.md step 0) loads
memory INTO a session; this skill writes the session's lessons BACK. Between
them sits invariant #18 (capture corrections the moment they land). Run this
when a session winds down and something was learned but nobody asked for a
full postmortem.
Workflow
-
Scan the conversation for signals, newest first:
- User corrections — model pick, register, pacing, aspect, voice, phrasing the user changed after seeing output. The strongest signal: it cost the user a turn, and uncorrected it will cost one again.
- Frustration markers — "stop doing X", "again?", "I already said", "why is it doing Y". First-class signals, not noise.
- Durable preferences — anything phrased as "always / never / by default" about look, sound, structure, or workflow.
- Discovered facts — a model filter hit, a provider quirk, a flag that behaved unexpectedly, a workaround that held.
- Techniques that worked — a prompt pattern, a recipe, a sequence that future-you would otherwise re-derive.
-
Filter through the do-not-capture list (same as
ralphy memory distilland invariant #18):- environment-dependent failures (missing key/binary/dep) — capture the FIX if there was one, never the failure;
- negative tool/model claims ("X is broken") — they outlive the bug and harden into refusals;
- transient errors a retry solved — the lesson is the retry pattern;
- task progress, outcomes, narratives —
logs/+postmortem/territory; - anything already covered by the repo (MODELS.md, guidelines, playbooks) or by an existing memory entry that does not need changing.
-
Dedupe against the store. For each survivor:
ralphy memory search <keyword>. Overlap → re-note the existing slug (the store versions it up); no overlap → new slug, class-level name (no project ids, no error strings).
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.
- 6d ago First seen · 86 lines · 304 tokens per session scan A 36b9cdcb37df
memory-review is a skill published in the GitHub repository alecs5am/ralphy (129 stars, last pushed 10d ago), licensed Apache-2.0. It adds 304 tokens to every session and 1,316 once invoked, about $0.0015 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.
Other skills, from other repositories
knowledge-base
Build and maintain a company knowledge base as a wiki of interlinked markdown notes in the workspace — a private, compounding Wikipedia. Use when the user wants to start or organize a knowledge base / wiki, ingest sources (URLs, documents, pasted notes) into it, ask questions answered from it, or audit (lint) it.…
memory-types-team-stores
Use when configuring shared team memory stores and knowledge graphs.
memory-types
Use when managing persistent project memory, facts, and developer context.
fable-handoff
Compact session decisions, durable evidence, open blockers, and exact next actions into structured continuation state for cross-session resumption. Use when pausing a coding session, transferring context to another agent, summarizing long-running work, or creating durable continuation checkpoints — even if the user…
fable-memory
Manage persistent file-based memory, indexing cross-session user preferences, feedback, and architectural constraints in structured MEMORY.md stores. Use when recording user feedback, storing project conventions, recalling cross-session architectural constraints, or indexing durable project memory — even if the user…
knowledge-base
Create and maintain a Markdown knowledge base that any AI agent can read, search, and update. Use when the user wants to start a knowledge base, add or update notes, organize docs/notes for an agent or LLM to consume, build an index of notes, or run a cleanup/maintenance pass on an existing MD knowledge base. Triggers…