Back to list
jongwony

search

by jongwony

0🍴 0📅 Jan 25, 2026

SKILL.md


name: search description: | This skill should be used when the user asks to "find past conversation", "search session history", "where did we discuss X", "find when I worked on Y", or "search old sessions by keyword". Searches Claude Code session files in ~/.claude/projects/ by topic, keyword, or date. context: fork

Session Search

Search Claude Code session history to find past conversations by topic, keyword, or date.

Scope

  • Target: ~/.claude/projects/ (all project sessions)
  • Format: JSONL session files containing conversation history

Workflow

1. Gather Search Terms

Identify keywords from user query. Common patterns:

  • Topic keywords (e.g., "kafka", "migration")
  • Technical terms (e.g., "MSK", "Confluent", "EKS")
  • Date ranges if specified

Use Explore subagent for efficient multi-file search:

Search ~/.claude/projects/**/*.jsonl for:
- Primary keywords in message content
- Korean and English variants
- Related technical terms

3. Output Format

Present results as table with columns: Date | Session ID | Project | Topic Summary

Reference: references/examples.md for format details.

4. Follow-up Options

Offer: view details, resume session, or export content.

Search Strategy

Keyword Expansion

Expand user terms to Korean + English variants + related technical terms.

Reference: references/examples.md for expansion patterns.

Date Extraction

Extract from: file modification time → message timestamps → filename patterns.

Scripts

scripts/search-sessions.sh

Quick grep-based search across session files. Usage:

./scripts/search-sessions.sh "keyword1" "keyword2"

Requirements

  • jq (JSON processor) - for structured JSONL parsing

Limitations

  • Large session files may have truncated preview
  • Base64-encoded content not fully searchable
  • Date accuracy depends on available metadata

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

0/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