AI AGENT ADDONS
Documentation
687installs

Every conversation with an AI agent can be saved for later review. The session logger automatically stores your chat history in organized log files. Timestamps and topic names make it easy to find any session.

You can use simple commands like save session or 保存对话 to trigger the logger. It creates a markdown file with a summary of what was done, key decisions, and actions taken. This helps you keep track of progress and follow up on tasks.

The logs are stored in a sessions folder that stays private and is not saved to git. Anyone working with an AI agent can benefit from having a written record of each conversation.

Add Session Logger skill to your workflow

Global

mkdir -p ~/.claude/skills/session-logger

Project

mkdir -p .claude/skills/session-logger

Source Repository

Stars
62
Forks
10
Watchers
62
Last Push
1 month ago
Created
7 months ago