🧠
AI EngineeringJavaScript

Hipocampus Recall

by kevin-hs-sohn

Hipocampus Recall is an AI Engineering skill for Claude Code, published by kevin-hs-sohn in hipocampus.

206 stars10 forkson kevin-hs-sohn/hipocampusAdded 2026/09/05Repository updated 2026/06/08
agent-memoryai-agentai-memoryclaude-codecompaction-treecontext-managementknowledge-managementllmlong-term-memoryopenclawragvector-search
Install in seconds
Install Hipocampus Recall
Copy Hipocampus Recall into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kevin-hs-sohn/hipocampus/tree/main/skills/recall ~/.claude/skills/recall

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kevin-hs-sohn/hipocampus.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/recall/SKILL.md in kevin-hs-sohn/hipocampus
Installs to
~/.claude/skills/recall
Collection
One of 8 skills cataloged from this repository
Category
AI Engineering3101 skills

What Hipocampus Recall does

Hipocampus Recall guides a three-step memory lookup: ROOT.md triage, manifest-based file selection, then qmd search fallback. Use it when a question may depend on past notes or compacted memory.

Hipocampus Recall is cataloged under AI Engineering on DirSkills. Hipocampus Recall comes from a repository tagged agent-memory, ai-agent, ai-memory, claude-code and compaction-tree.

Documentation

README

Memory Recall Protocol

Use this when the user's question may relate to past memory. Three-step fallback: ROOT.md O(1) lookup → manifest LLM selection → qmd search.

Step 1: ROOT.md Triage (O(1) — always try first)

Check ROOT.md Topics Index for the query topic.

  • Direct match found → read the referenced file (knowledge/, daily log date, etc.). Done.
  • Partial match / related topic found → read referenced file, check if it answers the query. Done if yes.
  • No match at all → proceed to Step 2.

Decision rule: If Topics Index contains a keyword within 1 semantic hop of the query, it's a match. "배포" matches "deployment". "CI/CD" matches "github-actions".

Step 2: Manifest-Based LLM Selection (when ROOT.md is insufficient)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Hipocampus Recall

  • What else does kevin-hs-sohn publish alongside Hipocampus Recall?

    Hipocampus Recall is one of 8 skills that DirSkills catalogs from kevin-hs-sohn/hipocampus, the repository it ships in. Its siblings there include Hipocampus Compaction, Hipocampus Core and Hipocampus Core. Each one is a separate skill with its own page in this directory, installs the same way Hipocampus Recall does, and is maintained by kevin-hs-sohn in that same repository. The rest of the collection is listed on the kevin-hs-sohn/hipocampus page.

  • How does Hipocampus Recall compare to other AI Engineering skills?

    Hipocampus Recall ranks #2786 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Hipocampus Recall against them. Open each page to compare what they document and how they install.

More from kevin-hs-sohn/hipocampus

Hipocampus Recall is one of 8 skills cataloged on DirSkills from kevin-hs-sohn/hipocampus.

See all 8 skills
🧠
50m ago

Hipocampus Compaction

Hipocampus Compaction builds a five-level memory compaction tree from raw logs into daily, weekly, monthly, and root indices. Use it at session start or from a scheduler to keep search indices current without deleting originals.
AI Engineering
20610
🧠
50m ago

Hipocampus Core

Hipocampus Core defines a multi-tier memory protocol for Claude Code sessions, including startup reads, compaction checks, checkpoints, and daily log updates. Use it when an agent needs persistent working state and structured memory maintenance.
AI Engineering
20610
🧠
50m ago

Hipocampus Core

Hipocampus Core defines a multi-tier agent memory protocol with session-start checks, task lifecycle rules, and compaction guidance. Use it to manage persistent memory files and structured checkpoints across sessions.
AI Engineering
20610
🧠
50m ago

Hipocampus Core

Hipocampus Core defines a 3-tier agent memory protocol with session start, checkpoint, and compaction rules. Use it to manage persistent memory files and task state across Claude Code sessions.
AI Engineering
20610
🧠
50m ago

Hipocampus Core

Hipocampus Core defines a 3-tier memory system for Claude Code, including session start checks, end-of-task checkpoints, and memory file maintenance. Use it to keep long-running agent work organized and recoverable.
AI Engineering
20610
🧠
50m ago

Hipocampus Flush

Hipocampus Flush dumps the current session context to the daily raw log through a subagent. Use it before compaction when you want to persist what happened in the session.
AI Engineering
20610