consolidate-memory CLAUDE.md

consolidate-memory CLAUDE.md is an instructions file for Claude Code from Zenetusken/consolidate-memory. It costs 3,496 tokens per session, scanned A, original, MIT.

A project instruction file for consolidate-memory, a Claude Code plugin that stores and verifies agent memory across projects. It explains the plugin layout, installation model, important path variable, and safety rules for the public repository.

In plain words
What is it for?
Use it when installing, developing, testing, or modifying the consolidate-memory plugin, especially its skill paths, scripts, cross-project memory store, and verification process.
Why use it?
It prevents a common installation mistake—treating the plugin skill as a standalone symlink—and protects against placing private memory or unnecessary project-history files in the repository.

Instructions file for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions Claude Code.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/you/project/foo.

Install

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.

Made for: Claude Code.

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 consolidate-memory CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zenetusken/consolidate-memory/claude-md.svg)](https://agentmods.dev/instructions/zenetusken/consolidate-memory/claude-md)
Your own site
<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>
Per session 3,496 This file is loaded in full into every session.
When invoked 3,496 The same file — it is already loaded in full.
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.03496 $0.03496
Opus 5 $0.01748 $0.01748
Sonnet 5 $0.00699 $0.00699
Haiku 4.5 $0.00350 $0.00350

Measured today against content hash de7f6e972274, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

CLAUDE.md · 201 lines

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.md for 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 updateclaude plugin update consolidate-memory@zenetusken-plugins/reload-plugins (plugin install no-ops when already installed)

Read the full file on GitHub · 201 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. today Changed · +1 lines · +23 tokens per session de7f6e972274
  2. 2d ago Changed · +18 lines · +397 tokens per session 0a4a805f5449
  3. 6d ago First seen · 182 lines · 3,076 tokens per session scan A 8f51ebb7bf80

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories