nv-context CLAUDE.md

nv-context CLAUDE.md is an instructions file for coding agents from johnnichev/nv-context. It costs 248 tokens per session, scanned A, original, MIT.

A set of instructions for using nv-context with Claude, including ways to manage long sessions and record lessons from mistakes.

In plain words
What is it for?
Use it to save progress in HANDOFF.md, start a fresh session, maintain project instructions, and keep SKILL.md files within their stated size limit.
Why use it?
It helps prevent lost progress and declining answer quality when a conversation becomes too long. It also turns repeated mistakes into rules for future work.

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

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 nv-context CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/johnnichev/nv-context/claude-md.svg)](https://agentmods.dev/instructions/johnnichev/nv-context/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/johnnichev/nv-context/claude-md"><img src="https://agentmods.dev/badge/instructions/johnnichev/nv-context/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 248 This file is loaded in full into every session.
When invoked 248 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.00248 $0.00248
Opus 5 $0.00124 $0.00124
Sonnet 5 $0.00050 $0.00050
Haiku 4.5 $0.00025 $0.00025

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

Security

Grade A, and why

nv-context 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 · 29 lines

What it actually says

Claude-Specific: nv-context

@AGENTS.md @docs/MANIFESTO.md @docs/HIERARCHY-OF-LEVERAGE.md @docs/FAQ.md

Session Management

When context gets heavy (~40 messages or after exploring research/):

  1. Update HANDOFF.md with current progress
  2. /clear
  3. Start fresh: "Read HANDOFF.md and continue where I left off"

This outperforms auto-compaction. At 60% context = safe. At 70% = precision drops. At 85% = hallucinations start. Compact proactively.

Compounding Engineering

When you make a mistake a rule could have prevented:

  1. Fix the mistake
  2. Add one line to AGENTS.md that prevents it
  3. The codebase gets smarter with every session

Claude-Specific

  • SKILL.md is the product. Treat every edit like editing a prompt worth $1000.
  • Use wc -l after every SKILL.md edit. The 500-line budget is a hard constraint, not a guideline.
  • Research logs are excluded via .claudeignore. Read research/SYNTHESIS.md for the distilled version.
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 · 29 lines · 248 tokens per session scan A 2228556a96ed

Subscribe to this mod's changes

nv-context CLAUDE.md is an instructions file published in the GitHub repository johnnichev/nv-context (7 stars, last pushed 4mo ago), licensed MIT. It adds 248 tokens to every session, about $0.0012 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