Read Past Sessions — Communication skill for Claude Code
A Claude Code skill for finding and reading past Claude Code session transcripts and turning one into a context briefing for the current chat.
How to install Read Past Sessions
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open JonathanLiu1401/read-past-sessions and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Read Past Sessions does
A Claude Code skill for finding and reading past Claude Code session transcripts and turning one into a context briefing for the current chat.
Alternatives in Communication
- Lark Coding Agent Bridge — Bot that bridges Feishu/Lark messenger with a local Claude Code or Codex CLI 2.4k ★
- Claudix - Claude Code For VSCode — by Haleclipse - A VSCode extension that brings Claude Code directly into your editor with interactive chat int 1k ★
- YouTube To Ebook — Claude skill for turning YouTube transcripts from your favorite channels into EPUB ebooks, delivered to your e 426 ★
README
read-past-sessions
A cross-agent skill for finding and reading past session transcripts across **Claude Code**, **Grok**, **Cursor IDE / cursor-agent CLI**, **Antigravity (agy)**, **clx**, **clg**, **clc**, and **cld**, turning them into concise context briefings for the current chat.
Use it when you want to fork off, continue, resume, or pick up from a previous session; recall what was decided in an earlier chat; or find which old session touched a particular file, topic, or artifact.
It can also search curated durable memory files and build a local Graphify-compatible memory graph, so project knowledge can be shared between agent sessions without rereading raw transcript JSONL files.
Supported session stores
| Store | Flag | Location | Description |
|---|---|---|---|
| Claude Code | --source claude |
~/.claude/projects//*.jsonl |
Direct Claude Code sessions |
| CLX | --source clx |
~/.claude-clx/projects//*.jsonl |
Claude Code on Grok via CLIProxyAPI |
| CLG | --source clg |
~/.claude-clg/projects//*.jsonl |
Claude Code on Gemini via CLIProxyAPI |
| CLC | --source clc |
~/.claude-clc/projects//*.jsonl |
Claude Code on Cursor via local translator |
| CLD | --source cld |
~/.claude-cld/projects//*.jsonl |
Claude Code on DeepSeek |
| Cursor | --source cursor or --source cursor-agent |
~/.cursor/projects//agent-transcripts/*/*.jsonl |
Cursor IDE and cursor-agent CLI |
| Grok Build | --source grok |
~/.grok/sessions/// |
Grok Build CLI / TUI |
| Antigravity | --source agy or --source antigravity |
~/.gemini/antigravity-cli/brain//... |
Antigravity CLI transcripts |
| All Stores | --source all |
All engines above | Chronologically merged and ranked |
Default source: auto-detected from current Claude profile (`clx` / `clg` / `clc` / `cld` via `CLAUDE_CONFIG_DIR`, otherwise `claude`).
The engine
`scripts/sessions.py` does the hea
Related Skills
Superhuman Mail
Use Superhuman Mail MCP for email and calendar workflows such as searching inboxes, reading threads, drafting
Context Injection
Configure and tune automatic context injection for Memory OS. Covers the Icarus pre_llm_call hook flow, 4 sour
Session Glue
Reset the chat, not the work — zero-dependency, repo-local session handoffs for coding agents. Freeze a bloate
Read Buddy
Read Buddy: Agent Skills for reading webpages, RSS, YouTube, X, Feishu docs, OCR, podcasts, topics and persona
Memory Read
Retrieve memory context for a contact or chat
Capture This Chat
Turn the current chat session into a reusable spell
Related Agents
Conversation Historian
Use when analyzing Claude Code conversation history, finding past sessions by topic, tracing how implementatio
Chronicler
You are a specialized session analyst. Your job is to analyze past sessions, extract learnings, and find relev
Skill Refiner
Meta-skill agent. Takes a skill file and evidence of how it has performed in real sessions (commit log, chat t