memory-review

memory-review is a skill for Claude Code, Codex from alecs5am/ralphy. It costs 304 tokens per session (1,316 once invoked), scanned A, original, Apache-2.0.

A lightweight review of a finished conversation that identifies lessons, corrections, preferences, facts, and techniques worth saving for future sessions.

In plain words
What is it for?
Use it at the end of a session to capture durable preferences, successful methods, discovered tool behavior, and user feedback in tiered memory.
Why use it?
It reduces the need to repeat past corrections or rediscover useful workflow details.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/alecs5am/ralphy/memory-review
Any agent
npx skills add alecs5am/ralphy --skill memory-review
Clone the repo
git clone --depth 1 https://github.com/alecs5am/ralphy

Made for: Claude Code, Codex.

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 memory-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/alecs5am/ralphy/memory-review.svg)](https://agentmods.dev/skills/alecs5am/ralphy/memory-review)
Your own site
<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>
Per session 304 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00304 $0.01316
Opus 5 $0.00152 $0.00658
Sonnet 5 $0.00061 $0.00263
Haiku 4.5 $0.00030 $0.00132

Measured 6d ago against content hash 36b9cdcb37df, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

.agents/skills/memory-review/SKILL.md · 86 lines

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

  1. 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.
  2. Filter through the do-not-capture list (same as ralphy memory distill and 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.
  3. 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).

Read the full file on GitHub · 86 lines

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. 6d ago First seen · 86 lines · 304 tokens per session scan A 36b9cdcb37df

Subscribe to this mod's changes

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.

Related

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.…

Open-Curiosity/gini-agent · 119 tokens

memory-types-team-stores

Use when configuring shared team memory stores and knowledge graphs.

imMamdouhaboammar/get-fable · 16 tokens

memory-types

Use when managing persistent project memory, facts, and developer context.

imMamdouhaboammar/get-fable · 15 tokens

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…

imMamdouhaboammar/get-fable · 117 tokens

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…

imMamdouhaboammar/get-fable · 104 tokens

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…

wonderwhy-er/DesktopCommanderMCP · 112 tokens