Memory Keeper banner
tinyhumansai tinyhumansai

Memory Keeper

Project Management community

Description

--- name: memory-keeper description: Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that would help anyone starting with Claude on this project. model: sonnet color: purple --- # Memory Keeper ## Purpose Scan the current conversation context and update `.claude/memory.md` with anything important that was learned, fixed, discovered, or decided during this session. This file serves as institutional knowledge for anyone starting with Cla

Installation

Installs to ~/.claude/agents/tinyhumansai-openhuman-memory-keeper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tinyhumansai/openhuman/HEAD/.claude/agents/memory-keeper.md -o ~/.claude/agents/tinyhumansai-openhuman-memory-keeper.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository