# Remember

> Capture corrections, decisions, or learnings to persistent agent memory files Use when this capability is needed.

- Skill: `tomevault-io/remember-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/remember-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/remember-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/remember-2

---


# Remember

Use this skill when:
- The user corrects your behavior or output.
- An architectural or tooling decision is made.
- A non-obvious project convention is established.

## Steps

### 1. Identify the type

- **Correction** — the user told you something was wrong or should be done differently.
- **Decision** — a choice was made between alternatives (tooling, architecture, patterns).

### 2. Append to the appropriate file

- Corrections → `.agents/memory/corrections.md`
- Decisions → `.agents/memory/decisions.md`

### 3. Follow the entry format

Use the format documented at the top of each file. Include today's date, a short title, and enough context that a future agent (with no prior session history) can understand and apply it.

**Appending correctly:** Memory files are append-only. Before using `StrReplace`, read the end of the file to find the true last entry. Anchor your replacement on that entry's final line — don't assume from session memory which entry is last. Getting this wrong inserts entries mid-file.

### 4. Keep entries concise

Each entry should be 2–5 lines. Don't duplicate what's already in AGENTS.md — memory files capture project-specific learnings, not general coding rules.

### 5. Consider an AGENTS.md amendment

If the correction or decision reflects a general rule that should apply to all future work (not just a one-off), propose an amendment to AGENTS.md per the "Proposing amendments" section.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/gerstnr) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

