read-claude-code-history
Installation
SKILL.md
Read Claude Code History
Read Claude Code evidence only. Do not resume the old process, edit its project,
or turn a read request into a continuation task. When the user later asks to act,
hand the verified evidence to daymade-claude-code:continue-claude-code-work.
Route by the requested result
| User wants | Use |
|---|---|
| Recent Claude Code sessions, titles, dates, or IDs | scripts/list_local_history.py --source claude |
| One known Session reconstructed as a chronological evidence briefing | scripts/read_claude_session.py --session <ID> |
| The user's recent words, including human queued prompts | scripts/extract_user_messages.py |
| A conversation, quote, file, tool result, or action by keyword | scripts/analyze_sessions.py search |
| Prior work whose wording may have changed | scripts/history_index.py recall after checking index status |
| How sessions in a time window ended | scripts/analyze_sessions.py triage |
| A deleted/overwritten file preserved in Claude file-history records | scripts/recover_content.py |
| Kimi CLI sessions — this Skill owns the only live Kimi surface | inventory: scripts/list_local_history.py --source kimi; full-text: scripts/analyze_sessions.py search --kimi |
| Continue a verified Claude session | Stop reading and invoke daymade-claude-code:continue-claude-code-work |