← スキル一覧に戻る

conversation-search
by dhughes
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: conversation-search description: Search indexed conversation history to find past conversations, locate when topics were discussed, or identify which project conversations occurred in. Use when user asks questions like "when did we discuss X?", "find conversations about Y", "in which project did we talk about Z?", or "show me conversations mentioning W". Works across all projects or within current project.
Conversation History Search
Search through indexed past conversations with Claude to find relevant discussions.
How to Search
Run the search command with the user's query:
bash ${CLAUDE_PLUGIN_ROOT}/skills/conversation-search/scripts/search.sh --query "search terms" --limit 10
Options:
--query: Search terms (required). Supports prefix matching.--limit: Maximum results (default: 20)--json: Output results as JSON for programmatic processing
Presenting Results
Show the user:
- Number of matching conversations found
- For each result: conversation ID, project path, date, and snippet
- Suggest using
/conversation-history:load-conversation <id>to load full transcripts
First-Time Setup
If search returns no results and the user seems surprised, they may need to run the initial indexing:
/conversation-history:index-history
This indexes all existing conversations from ~/.claude/projects/ into the database.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です