daily-log
Installation
SKILL.md
Daily Log
Generate a daily work log by scanning session JSONL files from known locations.
Session file locations
| Agent | Location | Format |
|---|---|---|
| Claude Code | ~/.claude/projects/*/ |
JSONL files in per-project dirs |
| Codex | ~/.codex/sessions/YYYY/MM/DD/ |
JSONL files with local-time filenames |
Workflow
- Determine the target date (default: today)
- Find all session JSONL files modified on the target date
- Read each session to extract user prompts and outcomes
- Compile the log and write the output file
- Refresh the qmd
mozcollection so the new log is searchable