From sous-chef
Prints the last 10 run receipts as a cost table with savings total, and reprints any receipt's shareable summary. Useful for reviewing run costs and savings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sous-chef:receiptsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Receipts are per-run cost artifacts written by serve and simmer into the current
Receipts are per-run cost artifacts written by serve and simmer into the current
repo at .sous-chef/receipts/<utc-timestamp>.md (ignored via
.git/info/exclude, never committed). Each holds the run's measured numbers and
ends with a shareable one-liner. The global ledger (~/.sous-chef/ledger.jsonl)
stays the cross-repo running tab; receipts are the per-run, per-repo story.
Read the last 10 receipts by filename (newest last) and render one table:
| when | task | worker | tokens | ~cost | ~saved vs Fable list | verdict |
Close with one line - "last N runs: ~$X of worker spend, ~$Y saved vs same-token Fable list." Sum only lines that exist; a receipt missing a number contributes nothing to that column - say so rather than papering over it.
If the user wants to share one, print that receipt's quoted summary verbatim - it is written to be pasted unedited.
No .sous-chef/receipts/ here? Say so - receipts appear after the first serve
or simmer in this repo (a bare fire tabs the ledger, not receipts).
npx claudepluginhub tillda/sous-chef2plugins reuse this skill
First indexed Jul 6, 2026
Prints the last 10 run receipts as a cost table with savings total, and reprints any receipt's shareable summary. Useful for reviewing run costs and savings.
Views, dashboards, and exports deep-work slice evidence receipts (JSON). Triggers on `/deep-receipt` and `receipt dashboard` requests. Sub-page of deep-status hub.
Tracks and reports Claude Code token usage, spending, and budgets from the local cost-tracker metrics log. Activates on cost, spending, usage, tokens, budgets queries.