chat-history-convention

Installation
SKILL.md

Chat History Convention

Use this skill whenever the user asks for message logging, session continuity, or project-local chat transcripts.

Workflow

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

File Format

[2026-02-09T00:00:00Z] role=user
<raw message>
Installs
1
First Seen
Apr 4, 2026
chat-history-convention — pelchers/sessionsaver