memory

Long-term memory across sessions. Always use memory_search at the start of any user request (unless the user explicitly says not to), especially for questions about the user (profile/personal info/preferences), prior constraints or decisions, and resuming ongoing work; use memory_write only when the user explicitly asks to store memory.

$ Installieren

git clone https://github.com/zoubingwu/memory-skill /tmp/memory-skill && cp -r /tmp/memory-skill/memory ~/.claude/skills/memory-skill

// tip: Run this command in your terminal to install the skill