Language: JapaneseEnglish

receipts Claude Code Plugin

Author
Anthropic
Category
Productivity
Topics
Claude Code Customization & Workflow
First cataloged
2026-07-17 (UTC)
Explanation last updated
2026-07-17 (UTC)

The explanation below is AI-generated. Please verify it against the sources.

receipts is a Claude Code plugin that builds a personal usage-and-impact report by reading local Claude Code session transcripts and cross-referencing them with local git history. It runs through the /receipts command, which supports a time window (default 30 days, or a week, a quarter, or a custom day count) or scoping to one project. The output is a markdown report plus a self-contained HTML receipt with a CSV export option and PDF printing, covering what was shipped, each project's share of usage, and suggested framing for discussing usage with a manager. All data gathering is done locally through read-only git commands and file reads on the user's own transcripts, and only a small aggregate summary (name, counts, project names) is sent to the model to compose the report. The finished report is saved to the user's home directory and is not shared anywhere unless the user does so themselves.

What you can do with receipts

  • Generate a usage-and-impact report for a chosen time window or a single project using the /receipts command
  • Receive both a markdown report and a self-contained HTML receipt with CSV export and PDF printing support
  • Review what was shipped (files/lines touched, commits, pull requests) and each project's share of usage
  • Rely on local-only data mining, where only a small aggregate summary reaches the model
  • Get suggested framing for presenting the report to a manager without overstating impact

Sources

History of receipts

  • Claude Code Plugin Added receipts

Back to list