view-team-session

Installation
SKILL.md

View Team Session

Generate a self-contained HTML viewer from Claude Code session JSONL logs. Works for both solo sessions and agent team sessions, showing the full conversation timeline with filtering, search, and collapsible tool calls.

How It Works

Claude Code stores conversation logs as JSONL files at ~/.claude/projects/<project>/<session-id>.jsonl. When agent teams are used, each agent gets its own JSONL file in the same project directory, linked by a shared teamName field. Team config is stored at ~/.claude/teams/{team-name}/config.json.

Browsers can't read local JSONL files directly, so the skill uses a Python script to extract the data and embed it into a self-contained HTML playground.

Usage

Run the generate script with a session ID using uv run:

Related skills

More from kenneth-liao/ai-launchpad-marketplace

Installs
17
GitHub Stars
124
First Seen
Feb 24, 2026