This skill prevents Claude from wasting time reinventing solutions you've already discussed. When you ask "how should I implement X" or reference past conversations, it dispatches a specialized search agent that scans conversation history and synthesizes relevant findings in 200-1000 words. The agent uses episodic memory tools to find previous architectural decisions, gotchas you've hit, and code patterns that worked. Much smarter than loading raw conversation transcripts into context. Saves massive amounts of back-and-forth when you're building on previous work or facing problems you've solved before. Essential for any ongoing project where context matters.
npx skills add https://github.com/obra/episodic-memory --skill remembering-conversations