session-recording

Record, store, and replay agent session activities with JSONL storage and markdown export.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill session-recording
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-recording
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/session-recording
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill session-recording

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for auditing, documentation, and postmortem analysis of agent sessions by providing a robust mechanism to record and replay all agent activities.

Core Features & Use Cases

  • Comprehensive Recording: Captures commands, file modifications, API calls, decisions, and notes with precise timestamps.
  • Auditable Trail: Creates a detailed, chronological log of every action taken during a session.
  • Replay & Analysis: Enables step-by-step playback of sessions for training, debugging, or compliance.
  • Documentation Generation: Exports recordings into human-readable markdown reports.
  • Use Case: A compliance officer can use this skill to record all interactions with a sensitive system, creating an irrefutable audit trail for regulatory review.

Quick Start

Use the session-recording skill to start recording the current agent session.

Frequently Asked Questions about session-recording

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record agent sessions for auditing and postmortem analysis?

Record agent sessions by capturing commands, file modifications, API calls, and decisions with precise timestamps into a chronological JSONL log. This creates an auditable trail for compliance, debugging, and documentation.

Can I replay an agent session step by step for training or debugging?

Yes, you can replay agent sessions step by step. The structured recording of chronological events enables precise playback to trace decisions and actions for training, debugging, or compliance review.

How do I export agent session logs to markdown for documentation?

Export agent session logs to markdown by converting the stored JSONL recording into a human-readable report. This generates documentation of commands, file operations, and API calls for postmortem analysis.

What is the best way to create an audit trail of agent API calls and file operations?

The best way to create an audit trail is to record agent API calls and file operations in a structured JSONL format. This captures all session activities chronologically for regulatory review and compliance.

Do I need a specific data model to log agent commands and decisions?

Yes, you need a defined data model for events and a structured storage mechanism to log agent commands and decisions. This structured approach ensures accurate recording and replay of session activities.

Are there limitations to using JSONL storage for session recordings?

JSONL storage for session recordings requires a defined event data model and structured storage mechanism. Without this structured approach, capturing the chronological log of commands and API calls accurately is not possible.