opencontext CLAUDE.md

opencontext CLAUDE.md is an instructions file for coding agents from slxca/opencontext. It costs 392 tokens per session, scanned A, original, MIT.

A set of Claude Code instructions for using OpenContext, a persistent store of project-specific information, during software work.

In plain words
What is it for?
Use it before changing architecture, schemas, APIs, authentication, or security rules, and after introducing or changing those conventions.
Why use it?
It tells the agent when to inspect existing project decisions and when to record changes so important context is not lost between sessions.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/slxca/opencontext/claude-md.svg)](https://agentmods.dev/instructions/slxca/opencontext/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/slxca/opencontext/claude-md"><img src="https://agentmods.dev/badge/instructions/slxca/opencontext/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 392 This file is loaded in full into every session.
When invoked 392 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.00392 $0.00392
Opus 5 $0.00196 $0.00196
Sonnet 5 $0.00078 $0.00078
Haiku 4.5 $0.00039 $0.00039

Measured yesterday against content hash 963483d74378, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

opencontext 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 yesterday.

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 · 36 lines

What it actually says

CRITICAL MEMORY SYSTEM: OpenContext Protocol

You have access to persistent project context via OpenContext MCP tools (.opencontext/). Adherence to this protocol is mandatory for consistency across sessions.

1. Mandatory Pre-Flight: Inspect Context

Before editing, refactoring, or generating code that affects:

  • Architecture, module boundaries, or dependency graph
  • Database schemas, migrations, or models
  • API contracts, route handlers, or DTOs
  • Authentication, authorization, or security rules

Action Required: Execute read_context FIRST to check existing conventions, past design decisions, and project rules. Do NOT assume architectural patterns without reading relevant context topics.

2. Post-Implementation: Persist Changes

Immediately after introducing, altering, or deprecating conventions, run the corresponding OpenContext tool:

  • Save/Update (save_context):
    • When: You add or change an architectural pattern, schema, shared utility rule, or tech stack decision.
    • Format: Concise, topic-scoped Markdown summary.
    • Lifecycle Frontmatter: When updating an existing convention, you MUST include YAML frontmatter:
      ---
      status: active | superseded | deprecated
      supersedes: previous_topic_slug
      ---
      
  • Deprecate vs. Delete (delete_context):
    • Use status: deprecated or status: superseded in YAML frontmatter if historical context is valuable.
    • Call delete_context ONLY when a topic is fully obsolete or entirely removed from the codebase.

3. Execution Rules

  • Never skip: Do not bypass read_context on multi-file or cross-cutting tasks to save tokens.
  • Fail-safe: If unsure whether an architectural decision exists, invoke read_context before taking action.
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. yesterday First seen · 36 lines · 392 tokens per session scan A 963483d74378

Subscribe to this mod's changes

opencontext CLAUDE.md is an instructions file published in the GitHub repository slxca/opencontext (11 stars, last pushed yesterday), licensed MIT. It adds 392 tokens to every session, about $0.0020 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-09-04.