kevin-hs-sohn

10 mods across 1 repository, 205 stars between them.

hipocampus

02

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.

205 2mo ago A tokens not measured original MIT

SessionStart

03

kevin-hs-sohn/hipocampus

Hook

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

205 2mo ago A tokens not measured copy · 55% MIT

PreCompact

04

kevin-hs-sohn/hipocampus

Hook

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

205 2mo ago A tokens not measured original MIT

TaskCompleted

05

kevin-hs-sohn/hipocampus

Hook

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

205 2mo ago A tokens not measured original MIT

hipocampus-core

06

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.

205 2mo ago A 44 tokens original MIT

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.

205 2mo ago A 45 tokens original MIT

hipocampus-flush

08

kevin-hs-sohn/hipocampus

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.

205 2mo ago A 48 tokens original MIT

hipocampus-recall

09

kevin-hs-sohn/hipocampus

Skill Claude CodeCodex

Memory recall guide. Structured retrieval from hipocampus memory — ROOT.md triage, manifest-based LLM selection, qmd search fallback.

205 2mo ago A 34 tokens original MIT

hipocampus-search

10

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.

205 2mo ago A 44 tokens original MIT