session-logger

Records session summaries to a timestamped file when a work session ends.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BinatrixAI/tandem-marketplace --skill session-logger-binatrixai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-logger
Source: https://github.com/BinatrixAI/tandem-marketplace/tree/main/plugins/tandem/skills/core/session-logger
Command: npx skills add https://github.com/BinatrixAI/tandem-marketplace --skill session-logger-binatrixai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically logs session summaries to memory at session end, reducing manual note-taking and enabling better continuity across work sessions.

Core Features & Use Cases

  • Background logging: logs when a session ends or a major task sequence completes, not during active tasks or trivial interactions.
  • Standardized log fields: records Skills/commands used, Tasks completed, Documents created, Suggestions accepted, Suggestions dismissed, Decisions made, and Duration.
  • Silent operation: logs without user announcements, and respects edge cases and memory privacy rules.
  • Memory boot and dashboard: coordinates with last-accessed rewrites, consolidate-memory, boot.md regeneration, and silent dashboard sync.

Quick Start

End a session with a goodbye to trigger the automatic, silent session log.

Frequently Asked Questions about session-logger

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

FAQPage Schema
How do I automatically log session summaries to memory without manual note-taking?▼

You can automatically log session summaries to memory by ending the session with a goodbye, which triggers background logging of tasks, decisions, and duration without manual input.

What is the best way to ensure session logs capture completed tasks and decisions without interrupting active work?▼

To capture completed tasks and decisions without interrupting active work, automated session logging activates only when a session winds down or a major task sequence completes, remaining silent during active tasks.

How does automated session logging handle memory privacy and dashboard synchronization?▼

Automated session logging handles memory privacy by following SKILL.md rules and operating silently, while coordinating with last_accessed rewrites, boot.md regeneration, and dashboard sync.

What standardized fields are recorded when logging a session summary to a markdown file?▼

Logging a session summary to a markdown file records seven fixed fields: Skills used, Tasks completed, Documents created, Suggestions accepted, Suggestions dismissed, and Decisions made.

When should I not use automated session logging for memory continuity?▼

You should not use automated session logging during active tasks or trivial interactions, as the logger is designed exclusively for session ends or major task sequence completions.