claude-code-autoconfig: Command for Claude Code

.claude/commands/eod-report.md

eod-report is a command for Claude Code from design-and-deliver/claude-code-autoconfig. It costs 0 tokens per session (7,465 once invoked), scanned A, original, MIT.

A command that creates a two-section end-of-day report for the current repository and its worktrees. A worktree is another checkout of the same Git project.

In plain words
What is it for?
Use it to report work completed over the chosen number of days and list the next steps in an HTML page.
Why use it?
It collects recent commits, changes, and unpushed work so someone can see what moved and what to continue next.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions CLAUDE.md.

This is design-and-deliver/claude-code-autoconfig's own configuration. It tells Claude Code how to work on claude-code-autoconfig itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-code-autoconfig configures →

Reuse

Borrowing it

Nothing to install: this file belongs to design-and-deliver/claude-code-autoconfig. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/design-and-deliver/claude-code-autoconfig/main/.claude/commands/eod-report.md
Clone the repo
git clone --depth 1 https://github.com/design-and-deliver/claude-code-autoconfig

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eod-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/design-and-deliver/claude-code-autoconfig/eod-report.svg)](https://agentmods.dev/commands/design-and-deliver/claude-code-autoconfig/eod-report)
Your own site
<a href="https://agentmods.dev/commands/design-and-deliver/claude-code-autoconfig/eod-report"><img src="https://agentmods.dev/badge/commands/design-and-deliver/claude-code-autoconfig/eod-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,465 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.07465
Opus 5 $0.00000 $0.03733
Sonnet 5 $0.00000 $0.01493
Haiku 4.5 $0.00000 $0.00747

Measured 7d ago against content hash 2c6b9fe9402d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

eod-report scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/eod-report.md · 506 lines

How it starts

The opening of the file, as written. The whole thing — 506 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/eod-report

Close out the working day. The whole report is two collapsed sections — Done today and Next steps — and nothing else. Someone reading it cold should know what moved and what to pick up first, without reading a paragraph to get there.

The output is an HTML page in the create-web-page house style, same as /create-wip-report's notes. The console gets three lines, not the report — see Step 4.

It writes one file and commits nothing. No merges, no pushes, no CLAUDE.md edits, no sync-hook-fleet.js. Where it has a finding, it surfaces it and leaves the decision to the user.

Step 1 — gather (batch these into as few calls as possible)

Scan back $ARGUMENTS days (default 1, i.e. today), in this repo only — the checkout the command was run from, plus its worktrees. Do not go hunting through sibling checkouts.

git log --oneline --since="<N> days ago" --author="$(git config user.name)"
git status --short
git log --oneline @{u}.. 2>/dev/null    # committed but unpushed

The project is the report's boundary. A wrap-up covering four repos is four wrap-ups stapled together: nothing in it can be ranked, because a commit here and a commit in an unrelated service are not competing for the same three slots. The three-item cap only means something inside one project.

Read the full file on GitHub · 506 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 506 lines · 0 tokens per session scan A 2c6b9fe9402d

Subscribe to this mod's changes

eod-report is a command published in the GitHub repository design-and-deliver/claude-code-autoconfig (2 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 7,465 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.