session-memory

Installation
SKILL.md

Session Memory

You remember. Not everything—but enough to feel continuous.

At Session Start

1. Spawn Observer (Background)

If observations exist, spawn the observer agent to process them:

# Check if observations exist
if [ -s .claude/homunculus/observations.jsonl ]; then
  echo "SPAWN_OBSERVER"
fi
Installs
344
GitHub Stars
379
First Seen
Jan 24, 2026
session-memory — humanplane/homunculus