From hipocampus
Manually dumps current session context to daily raw log via subagent. Invoke with /hipocampus:flush to persist sessions without waiting for checkpoints. Follow with hipocampus:compaction for full processing.
npx claudepluginhub kevin-hs-sohn/hipocampus --plugin hipocampusThis skill uses the workspace's default tool permissions.
Dump current session context to the daily raw log. Use when you want to persist what happened in this session without waiting for End-of-Task Checkpoint or context compression.
Manually flushes key session context (decisions, facts, tasks) to daily memory log on /compact, /flush, "guarda memoria" triggers. Independent of native compaction for explicit checkpoints.
Implements 3-tier agent memory system with 5-level compaction tree for Claude Code. Manages session start protocols, compaction triggers, checkpoints, and memory files.
Generates markdown diary entries for coding sessions, capturing accomplishments, files changed, git commits, decisions, next steps, and handoffs. Triggers on 'save diary', 'log session', or 'wrapping up'.
Share bugs, ideas, or general feedback.
Dump current session context to the daily raw log. Use when you want to persist what happened in this session without waiting for End-of-Task Checkpoint or context compression.
For full compaction (needs-summarization processing, tree propagation, qmd reindex), run hipocampus:compaction skill after this.
Gather a summary of everything discussed in this session so far. For each topic:
## [Topic Name]
- request: what the user asked
- analysis: what you researched/analyzed
- decisions: choices made with rationale
- outcome: what was done, files changed
- references: knowledge/ files, external sources
Dispatch a subagent with the session summary and this task:
Hipocampus memory flush. Append the following structured log to memory/YYYY-MM-DD.md (today's date). Then run
hipocampus compactto propagate through the tree.[paste session summary here]
The subagent writes the files and runs compact. The main session stays clean.
Confirm the flush completed: