Language:JapaneseEnglish

receipts Claude Code Plugin

Author
Anthropic
Category
Productivity
Topics
Claude Code Customization & Workflow · Project Management & Collaboration
First cataloged
2026-07-17 (UTC)
Explanation last updated
2026-07-21 (UTC)
Source (GitHub) last updated
2026-07-21 (UTC) (42 days ago)

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

receipts is a Claude Code plugin that builds a personal usage report summarizing work done with Claude Code, meant to help justify that usage to a manager or in a self-review. According to the README, it reads local session transcript files and runs read-only git commands to tally files and lines touched, commits, and pull requests. The output is produced locally as a markdown file and a self-contained HTML receipt, with options to export as CSV or print to PDF. Per the README, only aggregate counts and project names are sent to the model that writes the summary, while code, conversation content, and connected tool or MCP server names never leave the machine.

What you can do with receipts

  • Generate a report for a chosen window (last 7, 30, or 90 days, a custom day count, or one project) using the /receipts command
  • Review aggregate figures such as files and lines touched, commits, and pull requests
  • See a per-project breakdown of sessions, active days, and share of total usage, with file-less sessions grouped as research/investigation
  • Get suggested framing for presenting the results to a manager without overstating impact
  • Export the report as markdown, self-contained HTML, or CSV, or print it to PDF
  • Keep transcripts and git operations entirely local, since only counts and project names are shared with the model

Sources

History of receipts

  • Claude Code Plugin Updated the official description of receipts
  • Claude Code Plugin Added receipts

Back to list