Agent Memory

Long-term memory for AI coding agents via `agmem` CLI. Persist cross-project knowledge — bug fixes, library quirks, design decisions, user preferences — across sessions. Use when: (1) fixing a non-trivial bug worth remembering, (2) discovering undocumented library/API behavior, (3) making architecture decisions, (4) user corrects your approach or states a preference, (5) starting a new task and want to check for prior knowledge, (6) encountering an error that might have been seen before.

whq25 7c05d05 2 files · 4.9 KB Updated

File contents

whq25/agent-memory/tree/main/skills/agent-memory commit 7c05d055fa

Frequently asked questions

npx skillmds@latest add whq25/agent-memory