agmem
01Plugin Claude Code
agmem — persistent, source-linked project memory for coding agents.
Plugin Claude Code
agmem — persistent, source-linked project memory for coding agents.
Instructions file
Instructions for albedoweb/agmem, covering agmem — project memory, phrase the query for bm25, treating the output and saving memories.
Plugin Claude Code
Persistent project memory for Claude Code — indexes your repo into local JSONL and auto-injects task-relevant context (BM25, no LLM calls, nothing leaves your machine).
Command
Install the agmem CLI and index the current repo for project memory.
Hook
Runs when you submit a prompt, before the agent sees it, executing agmem-hook.sh. From albedoweb/agmem.
Skill Claude CodeCodex
Query and maintain agmem — the repo's persistent project memory. Use before any broad grep/find/Glob exploration of an agmem-initialized repo (a .agmem/ directory exists), when the task mentions unfamiliar modules/resources, or after learning something durable about the repo that future sessions should know. Also use…