← Back to list

genesis-toolsclaude-history
by genesiscz
Useful tools
⭐ 1🍴 0📅 Jan 23, 2026
SKILL.md
name: genesis-tools:claude-history description: Search Claude Code conversation history. Use for finding past conversations by keywords, files modified, tools used, or time range. Triggers on "find conversation", "search history", "where did I", "where did you", "when did we discuss", "find where", "look up our conversation".
Claude History Search
Search through Claude Code conversation history to find past interactions.
Quick Reference
# Basic search
tools claude-history "keyword"
# Search with filters
tools claude-history "query" --tool Edit --since "7 days ago"
# Interactive mode
tools claude-history -i
Common Use Cases
Find by Keywords
tools claude-history "backup mcp-manager refactor"
tools claude-history "authentication bug" --exact
Find by File Modified
tools claude-history --file "config/api.php"
tools claude-history --file "*.tsx" --tool Edit
Find by Tool Usage
tools claude-history --tool Edit --since "7 days ago"
tools claude-history --tool Task --limit 50
Find by Project
tools claude-history "timer" --project GenesisTools
tools claude-history "migration" --all # Search all projects
Show Context
tools claude-history "timer" --context 10 # 10 messages before/after
CLI Options
| Option | Description |
|---|---|
-i, --interactive | Interactive mode with autocomplete |
-p, --project <name> | Filter by project name |
--all | Search all projects |
-f, --file <pattern> | Filter by file path pattern |
-t, --tool <name> | Filter by tool (Edit, Write, Bash, etc.) |
--since <date> | Since date (e.g., "7 days ago", "yesterday") |
--until <date> | Until date |
-l, --limit <n> | Limit results (default: 20) |
-c, --context <n> | Show N messages before/after match |
--exact | Exact match instead of fuzzy |
--regex | Use regex for query |
--agents-only | Only search subagent conversations |
--exclude-agents | Exclude subagent conversations |
--exclude-thinking | Exclude thinking blocks |
--format <type> | Output: ai (default), json |
Output Formats
Default (ai): Perfect markdown with summaries and file paths With --context: Shows surrounding messages in markdown JSON: Raw JSON for programmatic use
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