cortexmem CLAUDE.md

cortexmem CLAUDE.md is an instructions file for coding agents from gonzalonicolasr/cortexmem. It costs 372 tokens per session, scanned A, original, MIT.

Instructions for using Memoria, a persistent memory system, during work on the Cortexmem project. It defines what information to save, how to structure it, and when to start or end a session.

In plain words
What is it for?
Use it to record bug fixes, architecture decisions, configuration changes, patterns, and preferences, with the affected paths and lessons learned.
Why use it?
It prevents important discoveries, fixes, decisions, and user preferences from being lost between sessions. A consistent format also makes saved memories easier to find and update.

Instructions file

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 instructions/gonzalonicolasr/cortexmem/claude-md
Clone the repo
git clone --depth 1 https://github.com/gonzalonicolasr/cortexmem

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 cortexmem CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gonzalonicolasr/cortexmem/claude-md.svg)](https://agentmods.dev/instructions/gonzalonicolasr/cortexmem/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gonzalonicolasr/cortexmem/claude-md"><img src="https://agentmods.dev/badge/instructions/gonzalonicolasr/cortexmem/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 372 This file is loaded in full into every session.
When invoked 372 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 $0.00372 $0.00372
Opus 5 $0.00186 $0.00186
Sonnet 5 $0.00074 $0.00074
Haiku 4.5 $0.00037 $0.00037

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

Security

Grade A, and why

cortexmem 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 4d 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.

CLAUDE.md · 41 lines

What it actually says

Memoria - Persistent Memory System

Memory Protocol

You have access to the Memoria MCP server. Use it AUTOMATICALLY - do not wait for the user to ask.

When to Save (AUTOMATIC - do this without being asked)

Call memoria_save immediately after:

  • Bug fixes: What broke, why, how you fixed it
  • Architecture decisions: Why you chose approach A over B
  • Non-obvious discoveries: Unexpected behavior, gotchas, edge cases
  • Configuration changes: Environment, deployment, infra changes
  • Patterns established: Conventions, naming, file structure decisions
  • User preferences: How the user likes things done

Structured Format

Always use this format:

  • title: Short, searchable (verb + object)
  • what: Action taken - what was done
  • why: Motivation - bug, request, performance
  • where_at: Affected files/paths
  • learned: Gotchas, edge cases, surprises
  • topic_key: Stable ID for evolving topics (e.g. "architecture/auth"). Same key = update instead of duplicate

Session Lifecycle

  1. Start: Call memoria_session_start with goal when beginning work
  2. During: Call memoria_save for significant events (automatically)
  3. End: Call memoria_session_end with structured summary

Context Loading

Call memoria_context at session start to load relevant memories from previous sessions. Call memoria_search before starting new work to find related context.

Privacy

Never include secrets, tokens, passwords, or API keys in memories. The system strips common patterns automatically, but be mindful.

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. 4d ago First seen · 41 lines · 372 tokens per session scan A ea0e093df727

Subscribe to this mod's changes

cortexmem CLAUDE.md is an instructions file published in the GitHub repository gonzalonicolasr/cortexmem (1 stars, last pushed 5d ago), licensed MIT. It adds 372 tokens to every session, about $0.0019 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

loomem CLAUDE.md

Instructions for vvooki-sys/loomem, covering claude.md — rules for ai code generators in the loomem repo, router — read the subset that applies, five hard rules (never break these), build & run and repo map (where things live).

vvooki-sys/loomem · 3,313 tokens

trailmem AGENTS.md

AGENTS.md instructions for amitnexTech/trailmem, covering trailmem — agent guide, session boot sequence — do this first, tool usage rules — pick the right tool for the question, graphify — code knowledge graph and trailmem — persistent memory.

amitnexTech/trailmem · 1,648 tokens

exocortex CLAUDE.md

Claude Code instructions for shawnhack/exocortex, covering exocortex, stack, key commands, mcp setup and data directory.

shawnhack/exocortex · 2,924 tokens

remnic AGENTS.md

AGENTS.md instructions for joshuaswarren/remnic, covering remnic - agent guide, architecture boundaries (non-negotiable), upstream references, adapter implementation rules and openclaw compatibility window.

joshuaswarren/remnic · 31,441 tokens

plur CLAUDE.md

Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.

plur-ai/plur · 4,509 tokens

engraphis AGENTS.md

AGENTS.md instructions for Coding-Dev-Tools/engraphis, covering agents.md — engraphis, internal subagent delegation, 0. read this first — two architectures live in one package, 1. commands and ── unified dashboard + memory inspector ──.

Coding-Dev-Tools/engraphis · 4,947 tokens