glebis/session-finder
Index and search Claude Code sessions using semantic embeddings (Gemini). Find past sessions by topic, relaunch the best match. Triggers on "find session", "which session did I", "relaunch the session where", "session about X".
npx skills add https://github.com/glebis/claude-skills --skill session-finder
Semantic search across Claude Code sessions using Gemini embeddings.
python3 ~/.claude/skills/session-finder/scripts/session_finder.py index [--max-age-days 90]
python3 ~/.claude/skills/session-finder/scripts/session_finder.py search "query" [--top 5]
python3 ~/.claude/skills/session-finder/scripts/session_finder.py open "query"
python3 ~/.claude/skills/session-finder/scripts/session_finder.py stats
away_summary events (pre-existing Claude recaps) if availablegemini-embedding-exp-03-07 via llm CLI~/.claude/session-finder.dbWhen user asks to find a session:
search with their queryclaude --resume <id>Take glebis/session-finder from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.