Chat Log

Short alias for the conversation-logger skill. Use when the user invokes $chat-log, asks to log this chat, start logging, archive the current Codex conversation, find prior chat logs, continue from another chat, or save and retrieve user and assistant turns as Markdown files.

kaybarax Updated

File contents

Chat Log

Use this as a short trigger for ~/.codex/skills/conversation-logger.

When this skill is invoked, follow the conversation-logger workflow:

  1. Read ~/.codex/skills/conversation-logger/SKILL.md if its workflow is not already loaded.
  2. Use ~/.codex/skills/conversation-logger/scripts/log_turn.py to create or continue the thread archive.
  3. Save each user query and substantive assistant response as separate timestamped Markdown files under the configured archive root.
  4. If the user asks to find or continue from prior logs, use ~/.codex/skills/conversation-logger/scripts/find_logs.py.

The intended shortest user invocation is:

$chat-log

Useful examples:

$chat-log continue from the conversation where we made the logger skill
$chat-log find the logs about Vercel deployment
$chat-log summarize my recent Codex chats

kaybarax/codex-skills/tree/main/skills/chat-log commit 77443630c2

Frequently asked questions

npx skillmds@latest add kaybarax/chat-log