cmi-memory-review

cmi-memory-review is a skill for Claude Code, Codex from lenhonbp/codex-memory-intelligence. It costs 129 tokens per session (2,164 once invoked), scanned A, original, no licence file.

A read-only review guide for durable CMI memory, meaning stored project knowledge that may be reused later. It surfaces entries that are stale, inactive, untracked, blocked, or awaiting review for a person to decide on.

In plain words
What is it for?
Use it to audit project memory and identify entries that need review.
Why use it?
It helps find stored knowledge that may no longer be reliable or useful without changing it automatically.

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/lenhonbp/codex-memory-intelligence/cmi-memory-review
Any agent
npx skills add lenhonbp/codex-memory-intelligence --skill cmi-memory-review
Clone the repo
git clone --depth 1 https://github.com/lenhonbp/codex-memory-intelligence

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/lenhonbp/codex-memory-intelligence/cmi-memory-review.svg)](https://agentmods.dev/skills/lenhonbp/codex-memory-intelligence/cmi-memory-review)
Your own site
<a href="https://agentmods.dev/skills/lenhonbp/codex-memory-intelligence/cmi-memory-review"><img src="https://agentmods.dev/badge/skills/lenhonbp/codex-memory-intelligence/cmi-memory-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00129 $0.02164
Opus 5 $0.00064 $0.01082
Sonnet 5 $0.00026 $0.00433
Haiku 4.5 $0.00013 $0.00216

Measured 3d ago against content hash 3b2262b27def, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

skills/cmi-memory-review/SKILL.md · 270 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 270 lines · 129 tokens per session scan A 3b2262b27def

Subscribe to this mod's changes

cmi-memory-review is a skill published in the GitHub repository lenhonbp/codex-memory-intelligence (1 stars, last pushed 4d ago), with no licence file. It adds 129 tokens to every session and 2,164 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

ragcode-memory

Manage shared cross-AI memories for this project through RagCode MCP tools (memorywrite, memoryquery, memorylist, memorydelete), with ragcode memory CLI fallback when MCP is unavailable. Read prior decisions, user preferences, and feedback written by other AI agents, and record new insights so they persist across…

MarshallEriksen-Neura/ragcode · 101 tokens

memtrace-decision-memory

Use Cortex decision memory through the normal Memtrace MCP tools. Trigger for free-text questions about what was decided, chosen, rejected, banned, or established as a convention; for why a symbol exists or which contracts constrain it; for whether a known decision held, drifted, or was violated; and for the…

syncable-dev/memtrace-public · 137 tokens

memtrace-evolution

Trace source-code change history from Memtrace's symbol-level temporal memory. Use when the user asks about change history, recent modifications, what changed since a date, symbol timeline, evolution, unexpected changes, or incident timelines. Do not use git log, git diff, Grep, or manual file search to reconstruct…

syncable-dev/memtrace-public · 107 tokens

memtrace-refactoring-guide

Build a phased, risk-scored refactoring plan from Memtrace complexity, dead-code, bridge, impact analysis, and Cortex decision-memory constraints. Use when the user wants to refactor source code, reduce complexity, clean technical debt, delete dead code, split large functions, extract modules, reorganize code, or…

syncable-dev/memtrace-public · 100 tokens

memtrace-change-impact-analysis

Compute what a planned source-code change will break — blast radius, affected processes, cross-repo callers, temporal stability, and Cortex decision-memory constraints — and produce a risk-rated change plan. Use for multi-symbol or multi-part edits, refactors, API changes, renames, removals, PR reviews, or risk…

syncable-dev/memtrace-public · 117 tokens

memtrace-preflight

Run a one-call pre-flight check on a single existing symbol before editing it: blast radius, co-change partners, complexity, 30-day churn, and verification checklist, then check Cortex decision memory for rationale/bans when intent may matter. Use before modifying any existing function or symbol you did not just…

syncable-dev/memtrace-public · 102 tokens