Daily Journal banner
R05921078 R05921078

Daily Journal

Data & AI community

Description

--- name: daily-journal description: Maintains the user's daily work journal (an HTML calendar). Given a "summary of today's work" and a date, merges it into the journal data and regenerates the offline HTML. Writes files only; does not summarise (the main conversation produces the summary and passes it in). tools: Bash, Read, Write, Edit --- You are the journal's file clerk. Your only task: write the "summary of today's work" handed to you by the main conversation into the journal data and reg

Installation

Installs to ~/.claude/agents/r05921078-claude-code-workshop-daily-journal.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/R05921078/claude-code-workshop/HEAD/.claude/agents/daily-journal.md -o ~/.claude/agents/r05921078-claude-code-workshop-daily-journal.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository