session-close

Summarize and archive completed conversations into structured digest logs.

7|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill session-close-shiien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-close
Source: https://github.com/Shiien/Self-Evolved-Research-Framework/tree/main/skills/session-close
Command: npx skills add https://github.com/Shiien/Self-Evolved-Research-Framework --skill session-close-shiien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill solves the friction of ending a session by automatically summarizing the conversation, preserving key decisions, actions, and changes, and saving a digest for memory and review.

Core Features & Use Cases

  • Auto-summarization of session history (discussions, decisions, files touched)
  • Digest log generation and persistence to logs/digest/YYYY-MM-DD.yaml
  • Memory updates and chaining to memory-write, memory-consolidate, evolve-suggest, and checklist-update
  • End-of-session detection via goodbye/done signals or long-running sessions

Quick Start

Say goodbye or indicate the end of a long session to trigger an automatic session summary and log save.

Frequently Asked Questions about session-close

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

FAQPage Schema
How do I automatically summarize conversation history at the end of a session?

Automatically summarize conversation history by triggering an end-of-session event, which generates a concise summary of discussions, decisions, and touched files. This creates a structured digest log for memory persistence without manual effort.

What is the best way to save a digest log for conversational AI memory updates?

The best way to save a digest log for conversational AI memory updates is to trigger an automatic session summary. This persists the conversation history into a structured YAML file, preserving key decisions and actions for later memory consolidation.

Can I chain a session summary workflow to memory consolidation and checklist updates?

Yes, you can chain a session summary workflow to memory consolidation and checklist updates. The session-close process supports deterministic chaining to memory-write, memory-consolidate, evolve-suggest, and checklist-update workflows for continuous memory management.

Does session summarization work for long-running sessions without a manual goodbye trigger?

Yes, session summarization works for long-running sessions without a manual goodbye trigger. The workflow detects long-running sessions automatically and generates a concise history and digest log to preserve key changes and decisions.

What format is used for archiving conversation logs during session close?

Conversation logs are archived using a structured YAML format. The digest log is generated and persisted to a dated YAML file, ensuring the conversation history and memory updates are stored in a readable, structured layout.