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
Related skills