session-log

Save complete session dialogues to dated Markdown log files.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/0xEdenY/eden-claude-skills --skill session-log-0xedeny
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-log
Source: https://github.com/0xEdenY/eden-claude-skills/tree/main/session-log
Command: npx skills add https://github.com/0xEdenY/eden-claude-skills --skill session-log-0xedeny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

会话记录在长会话结束前保存完整对话记录,确保下次会话能还原所有决策上下文,而不仅是摘要。

Core Features & Use Cases

  • 自动保存完整对话记录,按日期分段归档,便于跨会话追踪。
  • 提供可检索的对话历史,帮助回顾关键决策和假设。
  • 支持跨技能使用,作为长会话的中央记忆入口。

Quick Start

Invoke the trigger words 保存记录 or 写 session log to start capturing the current session's full dialogue into docs/session-log-{YYYY-MM-DD}.md.

Frequently Asked Questions about session-log

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

FAQPage Schema
How do I preserve full conversation history for cross-session context handoffs?▼

To preserve full conversation history, trigger the session log capture to save complete dialogues into dated markdown files. This ensures the next session retrieves full decision context rather than just a summary.

What is the best way to track decisions and assumptions in long running chats?▼

Tracking decisions in long running chats requires archiving complete session dialogues into searchable markdown logs. This provides a retrievable history to review key decisions and assumptions later.

How do I automatically save session logs to dated markdown files?▼

You can automatically save session logs by triggering capture on configured user command keywords or automatic criteria. The system stores complete dialogues in docs/session-log-{date}.md for chronological archiving.

Can I use a session log as a central memory entry point across multiple workflows?▼

Yes, the session log functions as a central memory entry point across workflows by storing complete conversation histories. This enables full context transfer and knowledge retention for later review.

Does preserving a session log require any external dependencies or components?▼

Preserving a session log requires no external dependencies or components. It operates independently to capture dialogues and write them directly into dated markdown files within your docs directory.