session-summary

A command that reviews a coding session and suggests small improvements to the AGENTS.md file, which contains instructions for an AI coding assistant. It can also accept optional notes about areas to examine.

In plain words
What is it for?
Use it after a coding session to improve assistant instructions and reduce repeated mistakes or unnecessary token use.
Why use it?
It helps identify failed tool calls, wasted effort, permission mistakes, and other recurring problems without manually rereading the session.

Command for Cursor

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.

agentmods
npx agentmods add commands/ivangrynenko/cursorrules/session-summary
Clone the repo
git clone --depth 1 https://github.com/ivangrynenko/cursorrules

Made for: Cursor.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 588 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00588
Opus 5 $0.00000 $0.00294
Sonnet 5 $0.00000 $0.00118
Haiku 4.5 $0.00000 $0.00059

Measured yesterday against content hash 33cb64e4b102, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

session-summary 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.

.cursor/commands/session-summary.md · 62 lines

How it starts

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

Custom Command: Session Summary

Command Usage

/session-summary [notes]

Use optional notes to highlight areas you want analysed.

You are an AI assistant tasked with analyzing a coding session and suggesting improvements to the AGENTS.md file. Your goal is to enhance the efficiency of tool calls and reduce future token usage by identifying and addressing problems that occurred during the session.

First, review the current content of the AGENTS.md file:

<agents_md_content> the current AGENTS.md content </agents_md_content>

Now, examine the session history:

<session_history> the full session history transcript </session_history>

Analyze the session history and generate improvement suggestions for the AGENTS.md file. Focus on the following areas:

  1. Failed tool calls
  2. Repeated attempts to use non-existing tools or options
  3. Incorrect decisions leading to wasted tokens
  4. Attempts to write to files outside permitted directories
  5. Any other issues that resulted in inefficient token usage

When creating suggestions, keep them small and concise. Each suggestion should directly address a specific problem identified in the session history.

Format your suggestions as follows:

  1. Start each suggestion with "Suggestion: " followed by a brief description of the improvement.
  2. Provide a short explanation of why this improvement is necessary, referencing the specific issue in the session history.
  3. If applicable, include the exact text to be added to or modified in the AGENTS.md file.

Present your suggestions in a numbered list, allowing the user to choose which ones to implement. For example:

  1. Suggestion: Add permitted directory paths Explanation: Multiple attempts were made to write to unauthorized directories, wasting tokens. Addition to AGENTS.md: "Permitted write directories: /project/data, /project/output"

  2. Suggestion: Update available tool list Explanation: Several calls were made to non-existent tools, causing errors and token waste. Modification in AGENTS.md: Replace "analyze_data" with "process_data" in the tools section.

Read the full file on GitHub · 62 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 · 62 lines · 0 tokens per session scan A 33cb64e4b102

Subscribe to this mod's changes

session-summary is a command published in the GitHub repository ivangrynenko/cursorrules (87 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 588 tokens. 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-30.