session-recorder

Installation
SKILL.md

Session Recorder

This skill enables an AI agent to keep a precise log of its interactions. It records the full history of questions and answers into a date-organized directory structure.

Workflow

  1. Identify Yourself: Determine your active CLI name (e.g., "gemini", "codex", "claude", or "assistant"). This will be used as the prefix for the log file.
  2. Extract Full Session Content: For every user question and assistant answer, record the complete history. Do not summarize or paraphrase; log the exact interaction as provided to the user.
  3. Filter Content: Exclude any cancelled operations, tool execution errors that didn't result in an answer, or redundant summaries.
  4. Log Work: Execute the scripts/record_session.py script to append the content to a file named {$cli-name}-session.md.

Prerequisites

  • Default base directory for logs: ~/daily_work (automatically expands to user's home directory).

Commands

Related skills
Installs
10
First Seen
Mar 4, 2026