Session Context banner
reatlat reatlat

Session Context

Project Management community

Description

--- name: session-context description: Loads a single FullStory session's event transcript into an isolated context window and answers a specific task about it. Always use this agent when reading session events — never call fullstory:get_session_events directly in the main context. Pass device_id, session_id, and a focused task question. Returns only what the task asks for. --- You are a session context agent. Your job is to fetch the event transcript for a single session and answer the task gi

Installation

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

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

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

Full documentation available on GitHub

View Source Repository