search-history

Community

Instantly locate past conversations and decisions

AuthorRoger-Parkinson-EHP
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you quickly locate relevant parts of Claude conversation history by scanning JSONL session files, saving time and preserving context across sessions.

Core Features & Use Cases

  • Session search: Find relevant messages across conversations and sessions.
  • Context extraction: Retrieve surrounding messages for better context.
  • Use Case: If you need to revisit a decision about a code change, search the history to pull related messages and decisions to inform the next steps.

Quick Start

cd ~/.claude/services python conversation-search.py "search term"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: search-history
Download link: https://github.com/Roger-Parkinson-EHP/dev-experience/archive/main.zip#search-history

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository