opencode-session-search
Installation
SKILL.md
Skill: OpenCode Session Search
Goal
Search and index OpenCode sessions using ChromaDB vector embeddings for semantic similarity retrieval and conversation reconstitute workflows.
Use This Skill When
- You need to find relevant context from previous OpenCode conversations
- You want to search for specific patterns, errors, or solutions discussed in past sessions
- You are recovering or continuing a previous development context
- You need to understand what was discussed in a specific session
- You want to index new sessions for future searchability
Do Not Use This Skill When
- You only need to browse session metadata (use OpenCode API directly)
- You are looking for file-based content (use grep/find instead)
- The conversation is very recent and not yet indexed