session-logger

Save conversation histories to timestamped session log files.

69|11|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zhaono1/agent-playbook --skill session-logger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-logger
Source: https://github.com/zhaono1/agent-playbook/tree/main/skills/session-logger
Command: npx skills add https://github.com/zhaono1/agent-playbook --skill session-logger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the creation and organization of persistent session logs for conversations, enabling easy reference, continuity, and learning across interactions.

Core Features & Use Cases

  • Automatic session logging: capture metadata, summaries, decisions, and actions after each chat.
  • Topic-based tracking: generate per-topic session files to track progress across projects.
  • Privacy-conscious storage: logs are kept locally and can be excluded from version control.

Quick Start

Say one of the trigger phrases like 保存对话信息 to create a new dated session log in the sessions/ directory.

Frequently Asked Questions about session-logger

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

FAQPage Schema
How do I automatically save conversation logs for Claude Code interactions?

Automated session logging works by saving conversation histories to persistent session logs. It applies across Claude Code interactions, supporting topic-based organization and timestamped files for easy reference.

Can I organize conversation logs by topic for different projects?

Yes, you can organize conversation logs by topic. The logging mechanism generates per-topic session files, allowing you to track progress and maintain continuity across distinct projects.

How do I start tracking conversation histories with a structured log template?

Tracking conversation histories requires a local sessions directory and a structured log template that captures metadata, summaries, actions, and notes. Simply say a trigger phrase like '保存对话信息' to create a new dated session log.

Does session logging keep my conversation tracking data private?

Session logging is privacy-conscious. Logs are kept locally in your sessions directory and can be excluded from version control, ensuring your conversation tracking data remains private.

What do I need to set up before automating session log creation?

To automate session log creation, you need a local sessions directory and a structured log template. This environment setup allows the system to automatically save conversation histories with metadata and notes.