chat-history-convention

Community

Log user messages for project chat continuity

Authorpelchers
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Append every user message to .chat-history/user-messages.log with timestamp, role, and raw message body for project-local chat continuity.

Core Features & Use Cases

  • Ensures .chat-history/ exists at repo root.
  • Ensures .chat-history/user-messages.log exists.
  • Append each incoming user message with:
    • ISO timestamp
    • role=user
    • raw message content
  • Separate entries with ---

File Format

[2026-02-09T00:00:00Z] role=user
<raw message>

---

Quick Start

Use the chat history convention skill to append a message to the log.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: chat-history-convention
Download link: https://github.com/pelchers/SessionSaver/archive/main.zip#chat-history-convention

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.