JonathanLiu1401

Read Past Sessions — Communication skill for Claude Code

Communication community

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