remembering-conversations
Installation
SKILL.md
Remembering Conversations
You have episodic memory: every past OpenCode session is indexed and searchable via two native tools.
When to search
Search proactively when:
- The user references prior work: "like we did with X", "the conversation about Y", "what did we decide about Z", "we tried that before"
- You're about to propose an approach the user may have already evaluated or rejected
- A bug or error message feels familiar ("didn't we see this before?")
- The user asks about their own history: "when did we set up X", "which repo was Y in"
Do NOT search for questions answerable from the current codebase or the current conversation — the index is for cross-session recall, not code search.