kjungit/claude-code-worklog

8 stars · Last commit 2026-09-07

README preview

# claude-code-worklog

Automatically captures what you do in Claude Code and turns it into a daily worklog, without you having to ask for it.

Every turn is captured silently by a hook (no LLM call, no cost). Once a day has passed, the next time you start a session it gets summarized in the background into a plain markdown file. Ask for it whenever you want with `/worklog:show`.

## Install

```
/plugin marketplace add kjungit/claude-code-worklog
/plugin install worklog@claude-code-worklog
```

You'll be asked for a few optional settings on install (see [Configuration](#configuration) below) -- all of them can be left blank.

## Commands

Plugin commands are namespaced as `/<plugin-name>:<command>`, so these show up as:

| Command | What it does |

View full repository on GitHub →