ai-agent-memory: Skill for Claude Code

.claude/skills/end-session/SKILL.md

end-session is a skill for Claude Code from ozgurkarahan/ai-agent-memory. It costs 57 tokens per session (434 once invoked), scanned A, original, MIT.

A session-closing procedure for recording project lessons and decisions, checking the Git working state, and summarising outstanding work.

In plain words
What is it for?
Use it at the end of a coding session to update the project wiki, promote reusable lessons, record a log entry, and review Git status.
Why use it?
It prevents useful knowledge from being lost when coding ends and makes uncommitted changes visible.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ozgurkarahan/ai-agent-memory's own configuration. It tells Claude Code how to work on ai-agent-memory itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-agent-memory configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ozgurkarahan/ai-agent-memory. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ozgurkarahan/ai-agent-memory/master/.claude/skills/end-session/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ozgurkarahan/ai-agent-memory

Made for: Claude Code.

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 end-session

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozgurkarahan/ai-agent-memory/end-session.svg)](https://agentmods.dev/skills/ozgurkarahan/ai-agent-memory/end-session)
Your own site
<a href="https://agentmods.dev/skills/ozgurkarahan/ai-agent-memory/end-session"><img src="https://agentmods.dev/badge/skills/ozgurkarahan/ai-agent-memory/end-session.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 434 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.00057 $0.00434
Opus 5 $0.00028 $0.00217
Sonnet 5 $0.00011 $0.00087
Haiku 4.5 $0.00006 $0.00043

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

Security

Grade A, and why

end-session 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 7d 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.

.claude/skills/end-session/SKILL.md · 35 lines

What it actually says

End Session

When the user says "end session", "wrap up", or "done for today":

Resolve the memory root

  1. If memory/schema.md exists in the current workspace, use memory/.
  2. Else if schema.md exists, use the current directory.
  3. Else follow the memory-wiki path declared in the current project's AGENT.md.
  4. If no folder containing both schema.md and index.md resolves, report that the wiki update is blocked; still perform the Git check.

All wiki paths below are relative to that memory root.

  1. Project wiki page — Check if wiki/projects/{project}.md needs updates from today's work (lessons, decisions, technical details, status). Propose changes. (Note: legacy .ai/lessons-learned.md / .ai/project-reference.md were retired — project knowledge lives directly on the wiki page.)
  2. Wiki compounding — If significant lessons or patterns were discovered:
    • Update relevant domain pages under wiki/domains/
    • Add new glossary terms to glossary.md
    • Create or update pattern/lesson pages if applicable
    • Append to log.md
  3. Git check — Run git status and warn about uncommitted changes.
  4. Summary — Present a table:
Area Status Action
Project docs Up to date / Updated ...
Wiki (project page) Up to date / Updated ...
Wiki (domains/patterns) Up to date / Graduated ...
Glossary Up to date / Updated ...
Git Clean / Has changes ...
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. 7d ago First seen · 35 lines · 57 tokens per session scan A c94a40a2fc44

Subscribe to this mod's changes

end-session is a skill published in the GitHub repository ozgurkarahan/ai-agent-memory (8 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 434 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.