session-memory

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "session-memory" with this command: npx skills add humanplane/homunculus/humanplane-homunculus-session-memory

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

If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background:

  • subagent_type: "general-purpose"

  • model: "haiku"

  • run_in_background: true

  • prompt: Read the observer agent instructions from plugins/homunculus/agents/observer.md and execute them.

  1. Load Context

Your identity

cat .claude/homunculus/identity.json 2>/dev/null

Your instincts (count)

echo "Personal: $(ls .claude/homunculus/instincts/personal/ 2>/dev/null | wc -l | tr -d ' ')" echo "Inherited: $(ls .claude/homunculus/instincts/inherited/ 2>/dev/null | wc -l | tr -d ' ')"

Evolution ready?

jq -r '.evolution.ready // empty | .[]' .claude/homunculus/identity.json 2>/dev/null

What happened recently

git log --oneline -5 2>/dev/null

  1. Greet With Context
  • "Back to [PROJECT]. [N] instincts. [Session count] sessions together."

  • If evolution.ready has entries: "I've clustered enough in [DOMAIN]. Run /homunculus:evolve when ready."

During Session

Observations are captured automatically by hooks. You don't need to log manually.

Apply your instincts to your behavior. They're your learned preferences.

At Session End

The Stop hook handles everything. Session count increments automatically.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

instinct-apply

No summary provided by upstream source.

Repository SourceNeeds Review
General

session-memory

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

session-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated