Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/instructions/zenetusken/consolidate-memory/claude-md)<a href="https://agentmods.dev/instructions/zenetusken/consolidate-memory/claude-md"><img src="https://agentmods.dev/badge/instructions/zenetusken/consolidate-memory/claude-md.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.03496 | $0.03496 |
| Opus 5 | $0.01748 | $0.01748 |
| Sonnet 5 | $0.00699 | $0.00699 |
| Haiku 4.5 | $0.00350 | $0.00350 |
Grade A, and why
consolidate-memory CLAUDE.md 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 today.
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 — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
consolidate-memory — project conventions
v0.4.13. A Claude Code plugin: cross-project, verification-first memory for agents — the layer beyond
Claude Code's built-in Auto Dream (per-project consolidation), adding a governed cross-project store +
verification against the live code. This repo is both the plugin and its marketplace —
end users install it with /plugin marketplace add Zenetusken/consolidate-memory +
/plugin install consolidate-memory@zenetusken-plugins; maintainers dogfood the same
way against this local checkout (claude plugin marketplace add ./ — see below). See README.md for the
user-facing pitch and plugins/consolidate-memory/skills/consolidate-memory/SKILL.md
- its
references/harness-map.mdfor the full design.
The one gotcha that matters
This ships as a Claude Code plugin, not a symlinked skill. The skill lives at
plugins/consolidate-memory/skills/consolidate-memory/ and SKILL.md invokes scripts
via ${CLAUDE_PLUGIN_ROOT} — a variable that is only set when the skill loads as
a plugin. So the old "symlink skill/ into ~/.claude/skills" model is dead: a bare
user-skill copy would have an unset ${CLAUDE_PLUGIN_ROOT} and every command would
break. Dogfood by registering this repo as a local marketplace and installing the
plugin: claude plugin marketplace add ./ then claude plugin install consolidate-memory@zenetusken-plugins. Run python3 tests/smoke.py after any change to scripts/.
How edits take effect (once installed as a local-marketplace plugin):
| You edit | Effect |
|---|---|
plugins/consolidate-memory/scripts/*.py |
live on next run (exec'd fresh) |
…/skills/consolidate-memory/SKILL.md body |
/reload-plugins or next session |
plugin.json / marketplace.json |
claude plugin marketplace update + /reload-plugins |
a release lands on main |
installed copy re-reads its version ONLY at CC startup — mid-session: claude plugin marketplace update → claude plugin update consolidate-memory@zenetusken-plugins → /reload-plugins (plugin install no-ops when already installed) |
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.
- today Changed · +1 lines · +23 tokens per session de7f6e972274
- 2d ago Changed · +18 lines · +397 tokens per session 0a4a805f5449
- 6d ago First seen · 182 lines · 3,076 tokens per session scan A 8f51ebb7bf80
consolidate-memory CLAUDE.md is an instructions file published in the GitHub repository Zenetusken/consolidate-memory (6 stars, last pushed today), licensed MIT. It adds 3,496 tokens to every session, about $0.0175 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 instructions, from other repositories
SecureContext CLAUDE.md
Instructions for iampantherr/SecureContext, covering securecontext — agent instructions, what this project is, directory layout, build commands and 13 mcp tools.
claude-memory-framework CLAUDE.md
Instructions for guachoxx/claude-memory-framework, covering claude memory index, system overview, configuration, quick navigation and boot sequence.
claude-neo4j-mem AGENTS.md
AGENTS.md instructions for troglodyte/claude-neo4j-mem, a project described as: Claude Neo4j memory plugin, in the manner of claude-mem.
agent_session_manager CLAUDE.md
Claude Code instructions for nshkrdotcom/agent_session_manager, a project described as: Agent Session Manager - A comprehensive Elixir library for managing AI agent sessions, state persistence, conversation context, and multi-agent orchestration workflows.
mylife-vault CLAUDE.md
Claude Code instructions for yys5584/mylife-vault, covering claude.md — mylife vault 운영 룰 (claude code 전용), 절대 룰 — 추측 금지, 최우선 룰, vault 용도 and 첫 진입 시 — 인터뷰 트리거.
kraken CLAUDE.md
Instructions for rafael-adcp/kraken: This project has a knowledge graph at graphify-out/ with god nodes, community structure, and cross-file relationships.