Back to list
Roger-Parkinson-EHP

search-history

by Roger-Parkinson-EHP

Developer tools: WhisperFlow speech-to-text, Claude Code skills, conversation services

0🍴 0📅 Jan 2, 2026

SKILL.md


name: search-history description: Search Claude conversation history from JSONL files. Use when looking for previous discussions, past decisions, code solutions, or context from earlier conversations. allowed-tools: Bash, Read

Conversation History Search

Search through Claude Code conversation history to find relevant past discussions.

When to Use

  • Finding previous discussions about a topic
  • Recalling past decisions or solutions
  • Getting context from earlier conversations
  • Looking up how something was implemented before

Run the search script from the services directory:

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

Search Options

OptionDescription
--list-sessions, -lList all sessions with metadata
--session ID, -sFilter to specific session (partial match)
--context N, -cShow N messages before/after (default: 3)
--max N, -mMaximum results (default: 20)
--verbose, -vShow context messages
--full, -fShow full message content

Examples

# List all available sessions
python conversation-search.py --list-sessions

# Basic search
python conversation-search.py "bulk upload"

# Regex search
python conversation-search.py "context.*percent|usage.*%"

# Search specific session with full output
python conversation-search.py "statusline" --session 6cabef43 --full

# Get more context around matches
python conversation-search.py "error" --context 5 --verbose --max 3

Output Modes

  1. Default: Preview snippet (50 chars before, 100 after match)
  2. Verbose (-v): Adds surrounding message context
  3. Full (-f): Complete message content

Token Efficiency

The search runs externally, so searching costs 0 tokens. Only the returned results consume context.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon