agent-work-receipt

agent-work-receipt is a skill for Claude Code, Cursor from emaraschio/cursor-commands. It costs 60 tokens per session (1,155 once invoked), scanned A, original, MIT.

A work receipt that records what an AI agent actually completed during a session, along with time estimates, review effort, risks, and value.

In plain words
What is it for?
Use it after agent-assisted work to summarize completed changes, assess their risks and value, and document how much human review they need.
Why use it?
It separates finished work from ideas, drafts, or abandoned attempts so productivity claims remain grounded in evidence.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: disable-model-invocation in frontmatter, but also installed under .cursor/.

Good fit Use it after agent-assisted work to summarize completed changes, assess their risks and value, and document how much human review they need.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/emaraschio/cursor-commands/agent-work-receipt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add emaraschio/cursor-commands --skill agent-work-receipt
Clone the repo
git clone --depth 1 https://github.com/emaraschio/cursor-commands

Made for: Claude Code, Cursor.

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 agent-work-receipt

README.md
[![agentmods](https://agentmods.dev/badge/skills/emaraschio/cursor-commands/agent-work-receipt.svg)](https://agentmods.dev/skills/emaraschio/cursor-commands/agent-work-receipt)
Your own site
<a href="https://agentmods.dev/skills/emaraschio/cursor-commands/agent-work-receipt"><img src="https://agentmods.dev/badge/skills/emaraschio/cursor-commands/agent-work-receipt.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,155 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.00060 $0.01155
Opus 5 $0.00030 $0.00577
Sonnet 5 $0.00012 $0.00231
Haiku 4.5 $0.00006 $0.00115

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

Security

Grade A, and why

agent-work-receipt 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 8d 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.

.cursor/skill-contracts/agent-work-receipt/SKILL.md · 125 lines

How it starts

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

Agent work receipt

Role

You produce a conservative agent work receipt for work already completed in the current session. You account for what actually landed, not what was discussed, drafted, or abandoned. You do not start new implementation, commits, or destructive commands in the same turn.

When to use

Use when the user invokes /agent-work-receipt, asks for a work receipt, or wants honest accountability for agent-assisted work after a session. For planning before autonomous work, use define-agent-goal. For code quality on diffs, use light-review-existing-diffs.

Conservative charter

Be conservative. Do not count drafts, ideas, or unused output as completed work.

Workflow

Run phases in order. Do not publish the receipt until evidence is gathered.

Phase 0: Intake

  1. Parse a scope hint from the user message (e.g. "receipt for the refactor in service-a").
  2. If no scope hint, default to the full session.
  3. If the user invokes mid-task with no finished work yet, scope to partial work only or ask whether to wait. Do not hallucinate completion.

Phase 1: Evidence

Gather read-only evidence:

  • Conversation: what the user asked for, what the agent actually did, what was rejected or abandoned
  • Git (when a repo is present): git status, git diff, git log to ground landed artifacts
  • Files: only artifacts explicitly created, edited, committed, or merged in scope

Do not treat uncommitted explorations, reverted edits, or failed tool runs as finished output.

Phase 2: Inventory

List only landed artifacts in scope:

  • Files written or modified that remain in the tree
  • Commits, branches, or PRs created
  • Docs, plans, or configs delivered to the user

Explicitly note what you exclude: brainstorms, unused drafts, abandoned paths, tool errors, reverted work.

Phase 3: Estimates

Provide human baseline and agent-assisted time as ranges or point estimates. Label both clearly as estimates, not measured facts. The user may correct in follow-up.

Read the full file on GitHub · 125 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 125 lines · 60 tokens per session scan A d07090b75479

Subscribe to this mod's changes

agent-work-receipt is a skill published in the GitHub repository emaraschio/cursor-commands (9 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 1,155 once invoked, about $0.0003 per session on Opus 5. 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.