report

report is a skill for Claude Code from cwinvestments/memstack. It costs 67 tokens per session (2,361 once invoked), scanned A, original, MIT.

A session-reporting skill that writes a final account of the work to a file when a specific phrase or configured trigger is used.

In plain words
What is it for?
Use it to create an end-of-session report and print its file path with a one-line summary.
Why use it?
It records what happened without creating files for ordinary summaries or unrequested long sessions.

Skill for Claude Code

Written for Claude Code: SessionStart hook event.

Part of the memstack plugin — 87 skills, 2 commands, 6 hooks shipped together

Good fit Use it to create an end-of-session report and print its file path with a one-line summary.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cwinvestments/memstack/report
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 cwinvestments/memstack --skill report
Clone the repo
git clone --depth 1 https://github.com/cwinvestments/memstack

Made for: Claude Code.

Or install memstack, the plugin that ships this one along with the rest of its 87 skills, 2 commands, 6 hooks.

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 report

README.md
[![agentmods](https://agentmods.dev/badge/skills/cwinvestments/memstack/report.svg)](https://agentmods.dev/skills/cwinvestments/memstack/report)
Your own site
<a href="https://agentmods.dev/skills/cwinvestments/memstack/report"><img src="https://agentmods.dev/badge/skills/cwinvestments/memstack/report.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,361 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.00067 $0.02361
Opus 5 $0.00034 $0.01180
Sonnet 5 $0.00013 $0.00472
Haiku 4.5 $0.00007 $0.00236

Measured yesterday against content hash 9c141cfa81a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

report 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 yesterday.

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.

skills/report/SKILL.md · 181 lines

How it starts

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

Report: Writing the Session Report

The session states what it did, in a file, once, at the end.

Activation

Output Report: writing the session report..., then follow the rules below.

Context Guard

Context Status Priority
The prompt contains "Report per memstack:report" ACTIVE, write the file before finishing P1
The prompt's first non-blank line starts with a configured trigger ACTIVE, same requirement P1
The prompt matched a prefix trigger, but is under 40 characters DORMANT, see the floor below n/a
The prompt asks for a summary, a recap or a status line DORMANT, answer in the terminal, no file n/a
A long session ends and nobody asked for a report DORMANT, an unrequested file is litter n/a
The prompt asks for a diary or a handoff DORMANT, that is Diary and Project, not this n/a

Triggers

The phrase always arms, on every install, with nothing configured. It is a phrase rather than a keyword because "report" appears in ordinary prose constantly.

Two environment variables add standing triggers on top of it. Both are unset by default, so a shipped install arms on the phrase and on nothing else.

Variable Effect
MEMSTACK_REPORT_ON_TASK_PROMPTS Set to 1, arms any prompt whose first non-blank line starts with Working directory:. Any other value, including 0, changes nothing.
MEMSTACK_REPORT_TRIGGERS Extra prefixes, semicolon separated, each matched against the first non-blank line. Surrounding spaces are trimmed, so Task briefing:; Ticket: configures two.

Working directory: is separated out rather than left to the general list because it is the opening line of a dispatched task prompt, which is the shape this was built for, and because arming on it by default would file a report for a large share of every prompt anyone writes.

When either variable is configured, the SessionStart hook injects one sentence saying so. That sentence is the only announcement: a prompt carrying the phrase announces the requirement itself, so a default install is told nothing and pays nothing.

Read the full file on GitHub · 181 lines

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. yesterday First seen · 181 lines · 67 tokens per session scan A 9c141cfa81a4

Subscribe to this mod's changes

report is a skill published in the GitHub repository cwinvestments/memstack (419 stars, last pushed yesterday), licensed MIT. It adds 67 tokens to every session and 2,361 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-09-06.