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/yupcha/memxt/agents-mdgit clone --depth 1 https://github.com/Yupcha/memXTWhat 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.00379 | $0.00379 |
| Opus 5 | $0.00189 | $0.00189 |
| Sonnet 5 | $0.00076 | $0.00076 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
memXT 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 2d 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.
What it actually says
Agent instructions (memxt)
Memory (memxt)
You have a persistent, local memory palace via the memory MCP server.
Nothing leaves this machine. Shared across Claude Code / Codex / Cursor / Grok CLI.
No cloud LLM is used to compress memory.
Progressive disclosure (default)
memory_search— index by default (compact#id+ snippet)memory_get— full verbatim body for promisingid/idsonly- Prefer
detail: "full"only when you need every body immediately
Tools
memory_wake_up— call at the start of every session (Grok does not auto-inject)memory_profile— stable project facts (fast, no embedding model)memory_search— before answering about prior work; modes:hybrid|memories|documents|facts|episodesmemory_get— expand index hits by drawer idmemory_store— after a real decision; preferroom: "decisions"memory_forget— remove wrong/stale memories by idmemory_dream— optional consolidation (hot budget + 4-bit quant)memory_stats— health
Rules
- At session start:
memory_wake_upthen continue. - Before "what did we decide / how does X work here":
memory_search→memory_get. - After a real decision or user correction:
memory_storeone crisp fact. - Default wing for this repo is
memxt(or git-derived). - Claude Code hooks also autosave session tails (Stop + PreCompact) locally — still store decisions explicitly.
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.
- 2d ago First seen · 31 lines · 379 tokens per session scan A 07a7bfbf73c4
memXT AGENTS.md is an instructions file published in the GitHub repository Yupcha/memXT (23 stars, last pushed 1mo ago), licensed MIT. It adds 379 tokens to every session, about $0.0019 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
neo AGENTS.md
AGENTS.md instructions for neomjs/neo, covering ai agent per-turn operational mandates, §corevalues, §identitypromptfirewall, §criticalgates and §precommitgates.
plur CLAUDE.md
Instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
dense-mem AGENTS.md
Instructions for markhuangai/dense-mem, covering dense-mem repository guidance, project context, architecture decision records, current stack and target architecture.
wife AGENTS.md
Instructions for ma-nucho-pro/wife, covering if the user wants to install it, if the user wants to change something and rules that are not negotiable.
dakera-cli CLAUDE.md
Instructions for Dakera-AI/dakera-cli, covering dakera-cli, key commands, architecture and conventions.
sigil CLAUDE.md
Instructions for Anmol-Srv/sigil, covering sigil and design system.