cc-convo-explorer
Installation
SKILL.md
cc-convo-explorer
Claude Code stores conversation history as JSONL files in ~/.claude/projects/.
File locations
~/.claude/projects/{encoded-project-path}/{session-id}.jsonl- main conversation files (UUID format)
agent-{hash}.jsonl- subagent conversation files
{session-id}/- directories may exist alongside some conversations
~/.claude/history.jsonl- command history (not conversation content)
Project paths are encoded by replacing / with - (e.g.: /Users/foo/my-project -> -Users-foo-my-project).