agent-memory agents

4,556 tagged agent-memory, measured the same way as everything else here.

Browse within: coding-agents 40knowledge-graph 40fastapi 20agent-orchestration 19llm-agents 17chat-database 11realtime-database 11streaming 11agentic-coding 10ai-memory 10claude-code-commands 10knowledge-management 9cognitive-architecture 8coding-agent 7

hipocampus

267

kevin-hs-sohn/hipocampus

Plugin Claude Code

Persistent agent memory that survives across sessions — auto-compacting 3-tier memory with hybrid search. Your agent remembers what it learned, decided, and built.

206 +1 2mo ago A tokens not measured original MIT

SessionStart

268

kevin-hs-sohn/hipocampus

Hook

Runs when a session starts, executing session-start.sh via bash. From kevin-hs-sohn/hipocampus.

206 +1 2mo ago A tokens not measured copy · 55% MIT

PreCompact

269

kevin-hs-sohn/hipocampus

Hook

Runs before the context is compacted, running npx hipocampus compact --stdin. From kevin-hs-sohn/hipocampus.

206 +1 2mo ago A tokens not measured original MIT

TaskCompleted

270

kevin-hs-sohn/hipocampus

Hook

Runs when a task is marked completed, running npx hipocampus compact. From kevin-hs-sohn/hipocampus.

206 +1 2mo ago A tokens not measured original MIT

hipocampus-core

271

kevin-hs-sohn/hipocampus

Skill Claude CodeCodex

3-tier agent memory system with 5-level compaction tree. Codex CLI version. Defines session start protocol, end-of-task checkpoints, and memory file management. MUST be followed every session.

206 +1 2mo ago A 44 tokens original MIT

hipocampus-compaction

272

kevin-hs-sohn/hipocampus

Skill Claude CodeCodex

Build 5-level compaction tree (daily/weekly/monthly/root) with smart thresholds and fixed/tentative lifecycle. Run at session start when triggers are met, or via external scheduler.

206 +1 2mo ago A 45 tokens original MIT

hipocampus-search

273

kevin-hs-sohn/hipocampus

Skill Claude CodeCodex

Search memory using qmd (BM25 + optional vector) and compaction tree traversal. Use ROOT.md to decide whether to search memory or look externally. Always check memory before external lookups.

206 +1 2mo ago A 44 tokens original MIT

memory-archivist

274

mage0535/hermes-memory-installer

Skill Claude CodeCodex

A set of scripts for archiving conversations, syncing them to a knowledge graph, updating summaries, and managing stored memories over time. A knowledge graph is a linked collection of information and relationships.

203 11d ago A 22 tokens original MIT

skills-constitution

277

jiabaobei/skills-constitution

Skill Claude CodeCodex

A set of rules that makes an agent check its memory and available skills before handling professional tasks such as coding, file work, data analysis, or deployment.

191 3d ago A 119 tokens original MIT

SessionStart

278

jiabaobei/skills-constitution

Hook

Runs when a session starts on startup, resume, clear and compact, executing session-start.sh via bash. From jiabaobei/skills-constitution.

191 3d ago A tokens not measured original MIT

UserPromptSubmit

279

jiabaobei/skills-constitution

Hook

A prompt-submission hook that runs before the coding agent receives your request when the request contains configured development-related terms. A hook is an automatic action tied to an event.

191 3d ago A tokens not measured original MIT

ownmem

280

grpcer/ownmem

Plugin Claude Code

Local deterministic memory for coding agents: recall past lessons before changing code, with zero model calls and zero query-time tokens.

191 6d ago A tokens not measured original Apache-2.0

dashboard

281

grpcer/ownmem

Skill Claude CodeCodex

Open OwnMem Console, the local dashboard for this repository's memory. Use when the user asks to open the dashboard, see memory metrics, check adoption or recall quality, or set up the optional embedding lane. Requires a repository initialized with the dashboard layer.

191 6d ago A 53 tokens original Apache-2.0

init

282

grpcer/ownmem

Skill Claude CodeCodex

Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.

191 6d ago A 43 tokens original Apache-2.0

recall

283

grpcer/ownmem

Skill Claude CodeCodex

Recall this repository's OwnMem local memory before changing code, and keep it healthy. Use when a repository contains .ownmem/, when past debugging lessons could apply ("have we hit this before", "why is it done this way"), or when the user mentions ownmem, project memory, or recalling across sessions.

191 6d ago A 66 tokens original Apache-2.0

mainline-org/mainline

Instructions file GitHub Copilot

Copilot instructions for mainline-org/mainline, covering mainline, read team intents for context (do this aggressively), write your own intent and if mainline hooks is installed for your agent.

189 +1 20d ago A 550 tokens

mainline AGENTS.md

285

mainline-org/mainline

Instructions file CodexOpenCode

AGENTS.md instructions for mainline-org/mainline: Stop AI coding agents from repeating old engineering mistakes.

189 +1 20d ago A 281 tokens

mainline CLAUDE.md

286

mainline-org/mainline

Instructions file

Claude Code instructions for mainline-org/mainline, covering mainline, read team intents for context (do this aggressively), write your own intent and if mainline hooks is installed for your agent.

189 +1 20d ago A 479 tokens

mainline

287

mainline-org/mainline

Skill Claude CodeCodex

Use for coding-agent work in Git repos that use or may need Mainline, or when users mention Mainline, intents, agent autonomy, agentauthority, maxautonomy, stop lines, allowedboundary, inspectorstop, beforecommit/proposedintent/openedpr, current-instruction overrides, commit/seal handoff, push/PR review boundaries…

189 +1 20d ago C 117 tokens

lemmalog

288

JordyZomer/lemmalog

Skill Claude CodeCodex

Externalize working memory and logical state into the lemmalog Datalog engine (MCP). Use for ANY multi-step task where state should outlive one context window or span agents: long investigations, debugging sessions, audits, multi-agent searches, systematic explorations, planning with many interdependent constraints…

187 5d ago A 105 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: