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.
npx agentmods add instructions/evermind-ai/everos/claude-mdgit clone --depth 1 https://github.com/EverMind-AI/EverOSWrote 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.
[](https://agentmods.dev/instructions/evermind-ai/everos/claude-md)<a href="https://agentmods.dev/instructions/evermind-ai/everos/claude-md"><img src="https://agentmods.dev/badge/instructions/evermind-ai/everos/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01056 | $0.01056 |
| Opus 5 | $0.00528 | $0.00528 |
| Sonnet 5 | $0.00211 | $0.00211 |
| Haiku 4.5 | $0.00106 | $0.00106 |
Grade A, and why
EverOS 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EverOS — md-first Memory Extraction Framework
This is a Python framework for md-first memory extraction (lightweight; single-user or small-team).
Quick commands
uv sync # install deps
make lint # ruff (check + format-check) + import-linter
make format # auto-fix formatting
make test # pytest tests/unit
make integration # pytest tests/integration
make ci # full CI: lint + test + integration
Architecture
DDD 5 layers + cross-cutting:
entrypoints → service → memory → infra
↓
component / core / config
entrypoints/— cli + api (Presentation)service/— use case orchestration (memorize / retrieve / evolve / manage)memory/— domain (extract + search + cascade + prompt_slots + models)infra/— storage adapters (markdown + sqlite + lancedb)component/— injectable providers (llm / embedding / config / utils)core/— runtime base (observability / lifespan / context)config/— configuration data (Settings + default.toml)
Dependency rule: entrypoints → service → memory → infra. Single-direction, enforced by import-linter.
Detailed: docs/architecture.md.
Engineering practices
- Coding rules auto-loaded from .claude/rules/ (10 rules; the three always-loaded ones cover architecture / code-style / language-policy, the rest are path-scoped and load when Claude Code opens a matching file)
- Workflows as slash commands in .claude/skills/ —
/commit,/new-branch,/pr,/release - Project-level decisions in docs/ (low-frequency, human-judgment-required)
- Language policy: the project targets a global audience — docs and code are English; CJK appears only in test fixtures and locale-suffixed mirrors. Scanned by
make check-cjk. - Datetime discipline: never call
datetime.now()/time.time()directly — useeveros.component.utils.datetime. Enforced bymake check-datetime.
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.
- 4d ago First seen · 93 lines · 1,056 tokens per session scan A a8518e7fedc1
EverOS CLAUDE.md is an instructions file published in the GitHub repository EverMind-AI/EverOS (12,682 stars, last pushed today), licensed Apache-2.0. It adds 1,056 tokens to every session, about $0.0053 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-30.
Other instructions, from other repositories
MemOS CLAUDE.md
Claude Code instructions for MemTensor/MemOS, covering claude.md, claude code entry, sub-agents and project knowledge.
MemOS AGENTS.md
AGENTS.md instructions for MemTensor/MemOS, covering agents.md, project overview, repository layout, command cheatsheet and core api.
mem0 CLAUDE.md
Claude Code instructions for mem0ai/mem0, a project described as: The Memory Layer for AI Agents - Drop-in memory infrastructure for AI agents and apps. Context that persists. Built for production.
trinity AGENTS.md
AGENTS.md instructions for trinity-tick/trinity, covering agents.md — trinity memory, trinity 记忆层实时快照(生成于 2026-09-02 03:21:12,snapshot 任务自动刷新), 活跃目标(active goals), 最近会话(recent sessions) and 1. trinity 是什么.
mnemic CLAUDE.md
Claude Code instructions for dongtang3/mnemic: This project includes a project-level .mcp.json for the Mnemic memory MCP server.
mnemic AGENTS.md
AGENTS.md instructions for dongtang3/mnemic: Mnemic is a graph-backed long-term memory substrate for coding agents and LLM applications.