claude-conversation-reader

Read, tail, and summarize Claude conversation JSONL files for session analysis.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/nop2099/ai-book --skill claude-conversation-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-conversation-reader
Source: https://github.com/nop2099/ai-book/tree/main/.claude/skills/claude-conversation-reader
Command: npx skills add https://github.com/nop2099/ai-book --skill claude-conversation-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you understand and navigate the history of your interactions with Claude, making it easier to track progress, identify issues, and recall past decisions.

Core Features & Use Cases

  • Read Conversation History: View recent user and assistant turns, including tool usage.
  • Summarize Key Events: Extract the core objective, Claude's actions, user corrections, and open questions.
  • Tail Live Conversations: Monitor new events as they occur in a session.
  • Use Case: When you're unsure what Claude has been working on for the current project, use this Skill to get a concise summary of the latest developments and any user feedback.

Quick Start

Use the claude-conversation-reader skill to read the latest Claude conversation for this project and summarize what is happening.

Frequently Asked Questions about claude-conversation-reader

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

FAQPage Schema
How do I read and summarize Claude conversation JSONL history files?

To read and summarize Claude conversation JSONL history files, this Skill parses session logs to extract recent user and assistant turns, tool usage, and core conversational objectives for a given repository.

What is the best way to inspect what Claude has been working on in a project?

The best way to inspect what Claude has been working on is to use this Skill to summarize key session events, including Claude's actions, user corrections, and open questions from the conversation history.

Can I tail live Claude conversation logs to monitor new events as they occur?

Yes, you can tail live Claude conversation logs to monitor new events as they occur in a session, allowing real-time tracking of AI-human interaction logs and debugging active workflows.

How do I extract user corrections and tool usage from Claude session history?

To extract user corrections and tool usage from Claude session history, this Skill reads JSONL log files and summarizes the overall conversational thread, identifying specific feedback and actions taken.

Does this conversation reader work without external dependencies?

Yes, this conversation reader works without external dependencies, relying solely on internal scripts to read, tail, and summarize Claude JSONL files for detailed session analysis.