read-cli-sessions

Analyze and index Claude Code CLI session transcripts from JSONL files.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill read-cli-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-cli-sessions
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/read-cli-sessions
Command: npx skills add https://github.com/ammonfife/sakima.co --skill read-cli-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides the ability to read, search, and monitor Claude Code CLI session transcripts from JSONL files, enabling users to review session history, find specific sessions, and extract context from past sessions.

Core Features & Use Cases

  • Read CLI Sessions: Access and read transcripts from CLI sessions stored in JSONL files.
  • Search Sessions: Find specific sessions by topic or content.
  • Monitor Active Work: Keep track of ongoing CLI sessions.
  • Extract Context: Extract decisions and actions from past sessions.
  • Use Case: When you need to review a past CLI session to understand a sequence of commands or to find a specific piece of information that was discussed.

Quick Start

Use the read-cli-sessions skill to find the most recent CLI session transcript.

Frequently Asked Questions about read-cli-sessions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Claude Code CLI session transcripts for specific content?

You can search Claude Code CLI session transcripts by using this Skill to index JSONL files and locate specific sessions based on their topic or content. It enables quick retrieval of past commands and discussions.

What is the best way to extract context from past JSONL session files?

Extracting context from JSONL session files involves analyzing the stored Claude Code CLI transcripts to pull out past decisions and actions. This Skill automates indexing those files to provide searchable session history.

Can I monitor active CLI sessions stored in JSONL format?

Yes, you can monitor active CLI sessions by reading the JSONL files generated by Claude Code. This Skill supports tracking ongoing work and extracting context from active transcripts as they are updated.

Do I need direct access to JSONL files to analyze CLI session history?

Yes, analyzing CLI session history requires direct access to the Claude Code CLI session JSONL files. The Skill reads these files directly to index content and provide search functionality for past transcripts.

How do I review a sequence of commands from a past Claude Code session?

To review a sequence of commands from a past Claude Code session, you can use this Skill to read the JSONL transcript and locate the specific session. It allows you to understand the history of actions taken.