Inspect Session banner
NeoAcar NeoAcar

Inspect Session

Development community

Description

--- description: Safely inspect a Claude Code session .jsonl file. Shows schema, path patterns, and potential secrets without dumping raw content. --- You will inspect a Claude Code session `.jsonl` file at the path the user provides (or the most recently modified one in `~/.claude/projects/` if none given). **Do not cat the file or dump its contents to the terminal.** Session files often contain secrets, API responses, and personal information. Your job is to summarize structure safely. ## S

Installation

Installs to ~/.claude/commands/neoacar-claude-handoff-inspect-session.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NeoAcar/claude-handoff/HEAD/.claude/commands/inspect-session.md -o ~/.claude/commands/neoacar-claude-handoff-inspect-session.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository