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

![License](https://img.shields.io/github/license/Lohomi15/claude-search-conversations)
![Stars](https://img.shields.io/github/stars/Lohomi15/claude-search-conversations?style=social)
![Python](https://img.shields.io/badge/python-3.8+-blue)
![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey)

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

View full repository on GitHub →