Local-life-manager quick-journal
Quick update to today's journal without full review. Use when user wants to quickly log something they did, add a journal entry, or note an activity. Triggers on "log this", "add to journal", "I just did", "quick note".
install
source · Clone the upstream repo
git clone https://github.com/TaylorHuston/local-life-manager
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TaylorHuston/local-life-manager "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/quick-journal" ~/.claude/skills/taylorhuston-local-life-manager-quick-journal && rm -rf "$T"
manifest:
.claude/skills/quick-journal/SKILL.mdsource content
Add this to today's journal (
my-vault/02 Calendar/YYYY-MM-DD.md):
$ARGUMENTS
Steps
- Read today's journal
- Add as bullet under appropriate section:
- "What Did I Do?" for personal activities
- "What Did I Work On?" for technical/coding work
- "What Did I Study?" for learning sessions, courses
- If journal doesn't exist: create from template first
Keep it brief, just add the entry.