SessionEnd

Write timestamped session summaries with contextual metadata to memory.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Alejfanjul/ai-brain --skill sessionend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SessionEnd
Source: https://github.com/Alejfanjul/ai-brain/tree/main/.claude-config/skills/SessionEnd
Command: npx skills add https://github.com/Alejfanjul/ai-brain --skill sessionend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write a concise session summary to memory before ending the conversation.

Core Features & Use Cases

  • Reflect on what was accomplished in the session.
  • Write a structured summary file to ~/ai-brain/MEMORY/sessions/ and confirm the file path to the user.
  • Supports consistent record-keeping for future reference and continuity.

Quick Start

Write a session summary now and save it to ~/ai-brain/MEMORY/sessions/ using the standard filename format.

Frequently Asked Questions about SessionEnd

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

FAQPage Schema
How do I automatically save a session summary to memory before ending an AI conversation?

To save a session summary, the Skill writes a concise memory log with contextual metadata to a timestamped file upon session end. It stores the record at ~/ai-brain/MEMORY/sessions/ to ensure future reference and continuity.

What is the best way to log AI session activity for future reference?

Logging AI session activity is best handled by writing a structured summary file to a dedicated memory directory. The Skill creates a timestamped log at ~/ai-brain/MEMORY/sessions/ and confirms the file path to the user.

Can I trigger a session summary manually instead of waiting for the conversation to end?

Yes, you can trigger a session summary by asking the AI to save what was done. The Skill applies this action whenever the user signals session end or explicitly requests a memory log, across any project.

Does writing a session summary to memory require any specific dependencies or components?

Writing a session summary requires no external dependencies or components. The Skill operates independently to store contextual metadata and logs directly into the local ~/ai-brain/MEMORY/sessions/ directory.

What information is included in an automated session memory log?

An automated session memory log includes a reflection of what was accomplished during the session along with contextual metadata. It is saved as a timestamped filename within the ~/ai-brain/MEMORY/sessions/ directory.

When should I avoid using an automated session summary for my project?

You should avoid automated session summaries if your project lacks a local file system to support the ~/ai-brain/MEMORY/sessions/ directory path. The Skill relies on direct local storage to create and write the timestamped memory logs.