what-did-i-get-done

what-did-i-get-done is a skill for Claude Code, Codex from heyAyushh/stacc. It costs 24 tokens per session (226 once invoked), scanned A, a copy of what-did-i-get-done, MIT.

A concise summary of your own completed Git commits over a chosen period. It reports the actual dates covered and leaves out merge commits and uncommitted work.

In plain words
What is it for?
Use it to prepare updates for yesterday, the last few days, last week, or another specified time range.
Why use it?
It turns commit history into a short status update without guessing at your intentions or including minor changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prepare updates for yesterday, the last few days, last week, or another specified time range.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heyayushh/stacc/what-did-i-get-done
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 heyAyushh/stacc --skill what-did-i-get-done
Clone the repo
git clone --depth 1 https://github.com/heyAyushh/stacc

Made for: Claude Code, Codex.

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 what-did-i-get-done

README.md
[![agentmods](https://agentmods.dev/badge/skills/heyayushh/stacc/what-did-i-get-done/github.svg)](https://agentmods.dev/skills/heyayushh/stacc/what-did-i-get-done)
Your own site
<a href="https://agentmods.dev/skills/heyayushh/stacc/what-did-i-get-done"><img src="https://agentmods.dev/badge/skills/heyayushh/stacc/what-did-i-get-done/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for what-did-i-get-done

Your own site · 80×15
<a href="https://agentmods.dev/skills/heyayushh/stacc/what-did-i-get-done"><img src="https://agentmods.dev/badge/skills/heyayushh/stacc/what-did-i-get-done.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 226 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 94% copy Near-identical to another mod 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.00024 $0.00226
Opus 5 $0.00012 $0.00113
Sonnet 5 $0.00005 $0.00045
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

what-did-i-get-done 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 11d 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.

Origin

This is a copy

94% identical to what-did-i-get-done — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

configs/cursor-plugins/skills/what-did-i-get-done/SKILL.md · 33 lines

What it actually says

What did I get done

Trigger

Need a short, high-signal summary of work completed in a specific time range (for example: yesterday, last 3 days, or last week).

Workflow

  1. Resolve the requested time window into concrete dates.
  2. Read commits authored by the current git user email within that range.
  3. Exclude merge commits and uncommitted changes.
  4. Synthesize the most important shipped changes into a concise status update.
  5. Include the actual date range used in the final summary.

Guardrails

  • Be extremely concise and information-dense.
  • Prioritize substantial behavior or architecture changes.
  • Omit cosmetic-only changes (formatting, imports, minor renames).
  • Do not infer intent or motivation. Describe changes functionally.

Output

  • One short summary suitable for a status update
  • Real date range
  • Optional 2-5 bullets for major changes only
Files

What ships with it

1 file 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. 11d ago First seen · 33 lines · 24 tokens per session scan A ebb15bff4b81

Subscribe to this mod's changes

what-did-i-get-done is a skill published in the GitHub repository heyAyushh/stacc (3 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 226 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to what-did-i-get-done, differing in 1 line, and is treated as a copy.