remember

remember is a skill for Claude Code, Codex from ZeroMadLife/sage-agent. It costs 20 tokens per session (139 once invoked), scanned A, original, MIT.

A skill for saving a project convention or decision in persistent workspace memory. Persistent memory is information kept for later work instead of only the current conversation.

In plain words
What is it for?
Use it to store project conventions or technical decisions for later reference, with a default category for project conventions and a separate category for decisions.
Why use it?
It helps an agent remember agreed rules and technical decisions across future sessions.

Skill for Claude CodeCodex

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 skills/zeromadlife/sage-agent/remember
Any agent
npx skills add ZeroMadLife/sage-agent --skill remember
Clone the repo
git clone --depth 1 https://github.com/ZeroMadLife/sage-agent

Made for: Claude Code, Codex.

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 remember

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeromadlife/sage-agent/remember.svg)](https://agentmods.dev/skills/zeromadlife/sage-agent/remember)
Your own site
<a href="https://agentmods.dev/skills/zeromadlife/sage-agent/remember"><img src="https://agentmods.dev/badge/skills/zeromadlife/sage-agent/remember.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 139 The whole file, excluding the scripts and references it only reads on demand.
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.00020 $0.00139
Opus 5 $0.00010 $0.00069
Sonnet 5 $0.00004 $0.00028
Haiku 4.5 $0.00002 $0.00014

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

Security

Grade A, and why

remember 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 5d 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.

core/coding/skills/bundled/remember/SKILL.md · 16 lines

What it actually says

将以下内容记住到项目记忆中:

$ARGUMENTS

请按以下步骤操作:

  1. 如 remember 工具不可用,先调用 tool_search 激活它
  2. 调用 remember 工具,将上述事实写入持久记忆
  3. topic 默认为 project-conventions;若这是一项技术决策,将 topic 设为 decisions
  4. 写入后,简要确认已记住的内容与所属 topic
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. 5d ago First seen · 16 lines · 20 tokens per session scan A df25fd6e1c98

Subscribe to this mod's changes

remember is a skill published in the GitHub repository ZeroMadLife/sage-agent (9 stars, last pushed 10d ago), licensed MIT. It adds 20 tokens to every session and 139 once invoked, about $0.0001 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 skills, from other repositories

linker

Discovers missing cross-domain connections between knowledge documents and creates/updates connection wiki articles.

Yrzhe/pagefly · 20 tokens

knowledge-ingestion

Save user-provided links, social posts, videos, podcasts, screenshots, PDFs, local files, or text into the configured Obsidian knowledge base through the knowledge-ingestion MCP tools. Use when the user asks to save, ingest, archive, collect, summarize into the knowledge base, add something to Obsidian, 保存, 收录, 摄入…

lyc403223157-source/knowledge-inbox · 112 tokens

personal-knowledge-ingestion

Save user-provided links, WeChat Channels videos, X posts, local files, screenshots, PDFs, or text into the configured Obsidian vault through the personal-knowledge MCP tools. Use when the user sends a supported URL for automatic ingestion or asks to 保存, 收录, 摄入, 归档, 总结后存入知识库, or add something to Obsidian.

lyc403223157-source/knowledge-inbox · 86 tokens

coding-prefs

Read the user's coding preferences from /memory/coding-prefs.md before making non-trivial style decisions, and append new preferences when the user gives durable feedback.

langchain-ai/deepagents · 36 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens

qmd

Search the vault using QMD semantic search. Use PROACTIVELY before reading files. Preference order: (1) MCP tools — mcpqmdquery, mcpqmdget, mcpqmdmultiget, mcpqmdstatus — if they appear in your tool menu, use them first; (2) CLI qmd --index ... as fallback; (3) Grep/Glob only when QMD is not installed. Trigger…

breferrari/obsidian-mind · 142 tokens