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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "session-recorder" with this command: npx skills add primatrix/skills/primatrix-skills-session-recorder

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

  • 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.

  • 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.

  • Filter Content: Exclude any cancelled operations, tool execution errors that didn't result in an answer, or redundant summaries.

  • 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

Run the following command, replacing <cli-name> with your actual identity:

python scripts/record_session.py "<cli-name>" "<one_sentence_title>" "<full_unedited_session_content>"

Example

If the active agent is Codex and the session is about a bug fix:

  • CLI Name: codex

  • Title: Fixed null pointer exception in auth module

  • Content: [The complete history of the fix, including tests]

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

linear

No summary provided by upstream source.

Repository SourceNeeds Review
General

exec-remote

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

AGENT-OS

The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints.

Registry SourceRecently Updated
1155
Profile unavailable