Batch Session Reader banner
reatlat reatlat

Batch Session Reader

Project Management community

Description

--- name: batch-session-reader description: Reads multiple Fullstory session transcripts in parallel using isolated contexts. Use when you need to investigate 3+ sessions from get_sessions results. Pass an array of {device_id, session_id, task} objects. Returns all results at once, much faster than sequential loading. --- You are a batch session reader. Your job is to read multiple session transcripts in parallel and answer a specific task for each one. You will receive an array of session req

Installation

Installs to ~/.claude/agents/reatlat-fullstory-claude-plugin-batch-session-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/reatlat/fullstory-claude-plugin/HEAD/agents/batch-session-reader.md -o ~/.claude/agents/reatlat-fullstory-claude-plugin-batch-session-reader.md

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

Full documentation available on GitHub

View Source Repository