claude-memory-framework CLAUDE.md

claude-memory-framework CLAUDE.md is an instructions file for coding agents from guachoxx/claude-memory-framework. It costs 912 tokens per session, scanned C, original, Unlicense.

Project instructions for Claude Memory Framework, a system that stores and organizes technical project knowledge. They explain its documents, providers, configuration, boot sequence, and navigation rules.

In plain words
What is it for?
Use them to start a session, understand the framework structure, find provider-specific setup, check active projects, and follow the required documentation-reading order.
Why use it?
They show developers where to find architecture, credentials, build, testing, and project-status information before making changes. This reduces time spent searching across the framework’s memory files.

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/guachoxx/claude-memory-framework/claude-md
Clone the repo
git clone --depth 1 https://github.com/guachoxx/claude-memory-framework

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/guachoxx/claude-memory-framework/claude-md.svg)](https://agentmods.dev/instructions/guachoxx/claude-memory-framework/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/guachoxx/claude-memory-framework/claude-md"><img src="https://agentmods.dev/badge/instructions/guachoxx/claude-memory-framework/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 912 This file is loaded in full into every session.
When invoked 912 The same file — it is already loaded in full.
Security scan C 1 finding. 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.00912 $0.00912
Opus 5 $0.00456 $0.00456
Sonnet 5 $0.00182 $0.00182
Haiku 4.5 $0.00091 $0.00091

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

Security

Grade C, and why

claude-memory-framework CLAUDE.md scanned grade C with 1 finding 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- User identity and provider settings live in claude-memory/CONFIG.md (gitignored). See claude-memory/providers/ for setup instructions. When current_user is not set, the framework operates in single-user mode. -->
CLAUDE.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Memory Index

System Overview

Configuration

Quick Navigation

I need to... Read
Understand the architecture ARCHITECTURE document
Credentials, endpoints, connection CREDENTIALS document
Build commands BUILD COMMANDS document
Testing methodology TESTING METHODOLOGY document
Conventions and memory rules CONVENTIONS document
Reusable technical lessons LESSONS LEARNED document
See active projects and status Project index
Available providers claude-memory/providers/
Provider-specific setup claude-memory/providers/{provider}/SETUP.md
Full documentation for humans HUMANS_START_HERE.md
Multi-user setup CONVENTIONS → "Multi-User Mode"
Provider cache (external providers) claude-memory/PROVIDER_CACHE.md

Provider note: Where each document lives depends on the configured provider. See claude-memory/providers/ for details.

Boot Sequence

  1. Read this file (CLAUDE.md) — you are here
  2. Read claude-memory/CONFIG.md — provider type, user identity, connection
  3. Read CONVENTIONS (from provider) — framework operational rules. Mandatory on every session.
  4. Read claude-memory/PROVIDER_CACHE.md — cached entity IDs (warm start) or discover provider structure (cold start)
  5. Read Project Index — overview of active projects (names, statuses, owners). Do NOT read individual project CURRENT STATUS pages at this point.
  6. Ready to work. Read a project's CURRENT STATUS only when the user asks to work on it.

Read the full file on GitHub · 67 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. 4d ago First seen · 67 lines · 912 tokens per session scan C 16d73e3966ec

Subscribe to this mod's changes

claude-memory-framework CLAUDE.md is an instructions file published in the GitHub repository guachoxx/claude-memory-framework (3 stars, last pushed 6mo ago), licensed Unlicense. It adds 912 tokens to every session, about $0.0046 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). 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