Show banner
kjungit kjungit

Show

Development community

Description

--- description: Show a day's captured worklog (today by default) argument-hint: "[YYYY-MM-DD] [--now]" allowed-tools: Bash(python3:*) --- Run the command below and show its output to the user as-is -- it's already formatted as the worklog entry. Add at most one short sentence of your own only if the output says no worklog exists yet for that date. Pass `--now` to force an immediate summary of that date (today by default) instead of waiting for the next session start. !`python3 "${CLAUDE_PLUGI

Installation

Installs to ~/.claude/skills/kjungit-claude-code-worklog-show/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kjungit-claude-code-worklog-show && curl -fsSL https://raw.githubusercontent.com/kjungit/claude-code-worklog/HEAD/commands/show.md -o ~/.claude/skills/kjungit-claude-code-worklog-show/SKILL.md

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

Full documentation available on GitHub

View Source Repository