Loading...
Loading...
Generate a self-contained HTML viewer for any Claude Code session, including agent team sessions with full inter-agent DM timelines. Use whenever the user asks to "view a session", "visualize a conversation", "show me what happened in session X", "generate a session viewer", "replay a session", or references viewing/inspecting Claude Code JSONL logs. Also use when the user provides a session ID and wants to see the conversation.
npx skill4agent add kenneth-liao/ai-launchpad-marketplace view-team-session~/.claude/projects/<project>/<session-id>.jsonlteamNameuv runuv run {SKILL_DIR}/scripts/generate.py SESSION_ID [--output path] [--no-open]SESSION_ID605eef0e-40be-4e0f-8a34-0a977c60399d--output path.claude/output/<session-id>.html--no-open~/.claude/projects/*/teamName{SKILL_DIR}# List recent sessions for the current project
ls -lt ~/.claude/projects/<project>/*.jsonl | head -10
# Search for sessions containing specific content
grep -l "search term" ~/.claude/projects/<project>/*.jsonl.jsonl.claude/output/