Chat Log
Use this as a short trigger for ~/.codex/skills/conversation-logger.
When this skill is invoked, follow the conversation-logger workflow:
- Read
~/.codex/skills/conversation-logger/SKILL.mdif its workflow is not already loaded. - Use
~/.codex/skills/conversation-logger/scripts/log_turn.pyto create or continue the thread archive. - Save each user query and substantive assistant response as separate timestamped Markdown files under the configured archive root.
- 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