icm AGENTS.md

Instructions for using ICM, a persistent memory tool that lets an AI agent recall information across sessions. They define when the agent must search memory and save new decisions or results.

In plain words
What is it for?
Use them at the start of work to recall context and after major decisions, solved errors, user preferences, or completed tasks to store a summary.
Why use it?
They reduce repeated work by bringing back relevant past context and ensure important decisions, preferences, and resolved errors are not lost.

Instructions file for CodexOpenCode

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/rtk-ai/icm/agents-md
Clone the repo
git clone --depth 1 https://github.com/rtk-ai/icm

Made for: Codex, OpenCode.

Per session 357 This file is loaded in full into every session.
When invoked 357 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.00357 $0.00357
Opus 5 $0.00179 $0.00179
Sonnet 5 $0.00071 $0.00071
Haiku 4.5 $0.00036 $0.00036

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

Security

Grade A, and why

icm 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.

AGENTS.md · 33 lines

What it actually says

Persistent memory (ICM) — MANDATORY

This project uses ICM for persistent memory across sessions. You MUST use it actively. Not optional.

Recall (before starting work)

icm recall "query"                        # search memories
icm recall "query" -t "topic-name"        # filter by topic
icm recall-context "query" --limit 5      # formatted for prompt injection

Store — MANDATORY triggers

You MUST call icm store when ANY of the following happens:

  1. Error resolvedicm store -t errors-resolved -c "description" -i high -k "keyword1,keyword2"
  2. Architecture/design decisionicm store -t decisions-{project} -c "description" -i high
  3. User preference discoveredicm store -t preferences -c "description" -i critical
  4. Significant task completedicm store -t context-{project} -c "summary of work done" -i high
  5. Conversation exceeds ~20 tool calls without a store → store a progress summary

Do this BEFORE responding to the user. Not after. Not later. Immediately.

Do NOT store: trivial details, info already in CLAUDE.md, ephemeral state (build logs, git status).

Other commands

icm update <id> -c "updated content"     # edit memory in-place
icm health                                # topic hygiene audit
icm topics                                # list all topics
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. 2d ago First seen · 33 lines · 357 tokens per session scan A 73e0a225e0fd

Subscribe to this mod's changes

icm AGENTS.md is an instructions file published in the GitHub repository rtk-ai/icm (549 stars, last pushed 3d ago), licensed Apache-2.0. It adds 357 tokens to every session, about $0.0018 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.