with one click
daily-journal
End-of-day capture of what you learned, built, and discovered
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
End-of-day capture of what you learned, built, and discovered
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Turn a vague idea into a concrete project with clear next steps
Clone an expert by extracting their frameworks into an agent file
Create a new reusable skill from a workflow you do repeatedly
Interview the user to define who they're creating content for
Enhance a skill based on learnings from using it
Get to know the user through conversation and capture their context for later reference
| name | daily-journal |
| description | End-of-day capture of what you learned, built, and discovered |
Capture your daily learnings into your lived knowledge base.
Run /daily-journal at the end of each day to:
Ask the user:
"What happened today worth remembering? This could be:
- A problem you solved
- Something you learned
- A decision you made
- A conversation that changed your thinking"
From their response, identify:
Generate a markdown file with this structure:
# [DATE] - [Brief Descriptive Title]
## Metadata
- **Date:** [TODAY]
- **Tags:** [extracted tags]
- **Project/Context:** [what they were working on]
## What Happened
[The story, written in first person]
## Key Learning
[The transferable insight]
## Quotable
> "[Natural language quote]"
Save to: context/lived-experiences/[DATE]-[slug].md
Confirm: "Logged to lived experiences: [filename]"
Ask:
"Is there anything you're working on where this learning might apply? I can flag it for future reference."
context/lived-experiences/User: /daily-journal
Claude: What happened today worth remembering?
User: Spent way too long debugging an API issue. Turns out the auth
tokens were expiring and the error messages weren't clear. Should
have checked that first.
Claude: Got it. Here's what I captured:
**What Happened:** Debugged an API integration issue for several hours.
Root cause was expired auth tokens, but error messages didn't make
this clear.
**Key Learning:** When API calls fail silently, check auth token
expiration first—before diving into the code.
**Quotable:** "The bug that takes 3 hours is usually the thing you
assumed was working."
Logged to lived experiences: `2026-03-13-api-auth-debugging.md`
Is there anything you're working on where this learning might apply?
[Add learnings here after each use]