raineraineCommunityยท1 Agent Skills Included

claude-history

Search, browse, and resume past coding conversations

Searches and browses past Claude Code, Pi, and OMP conversations from a fast terminal interface. Eliminates digging through raw JSONL transcript files to find old decisions, commands, or fixes. Lets you resume, fork, rename, export, or delete sessions directly, and gives coding agents structured search commands to recall prior work.
npx skills add raine/claude-history --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-history?โ–ผ

Run `npx skills add raine/claude-history --all -g -y` in your terminal to install the skill globally. The CLI itself can also be installed via Homebrew or Cargo as described in the README.

How to search past Claude Code conversations?โ–ผ

Run `claude-history` in a project directory to open a searchable terminal list of all sessions, or use `claude-history agent search "your query"` for lexical, semantic, or hybrid search.

Can claude-history resume or fork old sessions?โ–ผ

Yes. You can resume or fork any conversation directly from the terminal UI with keyboard shortcuts, including forking a session from another project into your current directory.

Does claude-history work with Pi and OMP sessions?โ–ผ

Yes. It discovers and indexes Pi and Oh My Pi sessions alongside Claude Code history, with full support for search, viewing, resume, fork, rename, and delete.

Can a coding agent read its own past conversations?โ–ผ

Yes. The included skill gives agents safe search, outline, and read commands so they can recall prior decisions and evidence without loading entire transcripts.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’