search-conversations

Search Claude Code conversation messages by keyword or phrase across sessions.

1|1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/wanderingstan/vibe-check --skill search-conversations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-conversations
Source: https://github.com/wanderingstan/vibe-check/tree/main/skills/vibe-check-search
Command: npx skills add https://github.com/wanderingstan/vibe-check --skill search-conversations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick retrieval of Claude Code conversations by keyword, phrase, or filters to save time scrolling logs.

Core Features & Use Cases

  • Keyword and phrase search across conversations
  • Session and date filtering to narrow results
  • Real-world use case: review discussions about a topic like "authentication" across recent sessions

Quick Start

Ask the tool to search your Claude Code conversations for a keyword.

Frequently Asked Questions about search-conversations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for a specific keyword in my Claude Code conversation history?

You can search for keywords or phrases in your Claude Code conversations by requesting a full-text search using FTS5 syntax. The tool scans across sessions and returns ranked results, allowing you to instantly locate specific messages without manually scrolling logs.

Can I filter Claude Code conversations by repository and date range?

Yes, you can filter Claude Code conversations by applying repository filters, date ranges, and session scoping. This narrows your full-text search results to specific projects or timeframes, ensuring you only retrieve the most relevant messages from your logs.

Does full-text search for Claude Code sessions support FTS5 syntax?

Yes, the search mechanism requires an MCP tool that performs full-text search using FTS5 syntax. This allows you to execute complex queries with keywords and phrases across your Claude Code conversations, returning results ranked by relevance.

What is the best way to find discussions about a topic across recent Claude Code sessions?

The best way to find topic discussions is to use keyword search combined with date ranges and session scoping. This filters your Claude Code conversations to recent sessions, returning ranked results that match your specific topic, such as authentication or implementation details.

How do I handle large result sets when searching Claude Code conversation logs?

You can handle large result sets from searching Claude Code conversation logs by using the built-in pagination feature. This processes ranked full-text search results in manageable chunks, ensuring precise retrieval without overwhelming the output.