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/wefio/nodememorygraph/agents-mdgit clone --depth 1 https://github.com/wefio/NodeMemoryGraphWhat 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.00213 | $0.00213 |
| Opus 5 | $0.00106 | $0.00106 |
| Sonnet 5 | $0.00043 | $0.00043 |
| Haiku 4.5 | $0.00021 | $0.00021 |
Grade A, and why
NodeMemoryGraph AGENTS.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.
What it actually says
NMG Agent bootstrap
NMG is an Agent-native, local-first memory system. This file is only the stable bootstrap; it does not duplicate the repository's changing design or status.
Before modifying the repository, follow skills/repo-development/SKILL.md:
- Run
npm run agent:context -- <target-path>. Positional paths select routes directly;--changedis a separate Git-dependent discovery mode. - Follow the returned routes and read only their owning documents.
- Preserve unrelated working-tree changes.
- Do not treat experiments as normative design.
- After editing, run
npm run agent:verify. It automatically routes the Git changes and persists the latest verification evidence. In a shared dirty worktree, use-- <owned-path>so unrelated changes stay outside the plan.
For documentation changes, also follow skills/doc-maintenance/SKILL.md. For using
NMG memory or its coordination board, follow skills/nmg-memory/SKILL.md.
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.
- yesterday First seen · 19 lines · 213 tokens per session scan A 61227baf408d
NodeMemoryGraph AGENTS.md is an instructions file published in the GitHub repository wefio/NodeMemoryGraph (0 stars, last pushed yesterday), licensed MIT. It adds 213 tokens to every session, about $0.0011 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.
Other instructions, from other repositories
build_a_product_agent CLAUDE.md
Instructions for ADW-19/build_a_product_agent, covering claude.md, 项目本质(readme 概览之外), 目录与编号规范, 文章写作规范(新增/修改文章时必须遵循) and 常用操作.
BuildersGate CLAUDE.md
Instructions for Thepizzapie/BuildersGate, covering setting up builders gate for a user, ask two things first, install, point it at a game and keys.
agent-memory-atlas AGENTS.md
Instructions for neoneye/agent-memory-atlas, covering working in this repository, rules for using what you find here, job 2 — you are extending the atlas itself, house rules that have all been learned the hard way and the protocol, and its limits.
growmos AGENTS.md
Instructions for codician-team/growmos: This repository keeps a knowledge graph in .growmos/ (entities, typed relations, provenance, profiles, a journal). It is the shared world model that survives context windows. Treat it as memory you read at the start of work and write to as you develop. Zero-config commands.
BuildersGate codacy.instructions.md
Configuration for AI behavior when interacting with Codacy's MCP Server.
growmos CLAUDE.md
Instructions for codician-team/growmos: This repository keeps a knowledge graph in .growmos/ (entities, typed relations, provenance, profiles, a journal). It is the shared world model that survives context windows. Treat it as memory you read at the start of work and write to as you develop. Zero-config commands.