src/claude/skills/session-read/SKILL.md
Read a past session and produce a structured summary (messages, tool calls, files, decisions)
npx skillsauth add the-agency-ai/the-agency src/claude/skills/session-readInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Extract a structured summary from a Claude Code session JSONL file.
$ARGUMENTS is a session ID (full UUID or partial prefix) or a session index from /session-list.
Find the JSONL file matching the ID in ~/.claude/projects/.
Read the file (use offset/limit for large files).
Parse and extract a structured summary:
type: "user" linebusiness
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment