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.
curl -O https://raw.githubusercontent.com/design-and-deliver/claude-code-autoconfig/main/.claude/commands/eod-report.mdgit clone --depth 1 https://github.com/design-and-deliver/claude-code-autoconfigWrote 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.
[](https://agentmods.dev/commands/design-and-deliver/claude-code-autoconfig/eod-report)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 7d ago First seen · 506 lines · 0 tokens per session scan A 2c6b9fe9402d
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.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.