Lohomi15/claude-search-conversations
3 stars · Last commit 2026-04-24
Skill to search your past Claude Code conversations by keyword and jump back in.
README preview
# search-conversations     A Claude Code skill that searches your past conversations by keyword and helps you jump back into any matched session. Every Claude Code chat is stored locally as JSONL in `~/.claude/projects/`. This skill searches across all of them, shows you matching snippets with context, and tells you exactly which session to `/resume`. ## Install ### As a Claude plugin (recommended) Inside Claude Code, run these two commands in order: ``` /plugin marketplace add Lohomi15/claude-search-conversations /plugin install search-conversations@claude-search-conversations