hipocampus
01Plugin Claude Code
Plugin marketplace listing 1 plugin: hipocampus.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
Hook
Runs when a session starts, executing session-start.sh via bash. From kevin-hs-sohn/hipocampus.
Hook
Runs before the context is compacted, running npx hipocampus compact --stdin. From kevin-hs-sohn/hipocampus.
Hook
Runs when a task is marked completed, running npx hipocampus compact. From 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.
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.
Skill Claude CodeCodex
Manual memory flush: dump current session context to daily raw log via subagent. Invoke with /hipocampus:flush. Run hipocampus:compaction afterwards for tree propagation and qmd reindex.
Skill Claude CodeCodex
Memory recall guide. Structured retrieval from hipocampus memory — ROOT.md triage, manifest-based LLM selection, qmd search fallback.
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.