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.
curl -O https://raw.githubusercontent.com/ozgurkarahan/ai-agent-memory/master/.claude/skills/end-session/SKILL.mdgit clone --depth 1 https://github.com/ozgurkarahan/ai-agent-memoryWrote 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.
[](https://agentmods.dev/skills/ozgurkarahan/ai-agent-memory/end-session)<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
End Session
When the user says "end session", "wrap up", or "done for today":
Resolve the memory root
- If
memory/schema.mdexists in the current workspace, usememory/. - Else if
schema.mdexists, use the current directory. - Else follow the memory-wiki path declared in the current project's
AGENT.md. - If no folder containing both
schema.mdandindex.mdresolves, report that the wiki update is blocked; still perform the Git check.
All wiki paths below are relative to that memory root.
- Project wiki page — Check if
wiki/projects/{project}.mdneeds updates from today's work (lessons, decisions, technical details, status). Propose changes. (Note: legacy.ai/lessons-learned.md/.ai/project-reference.mdwere retired — project knowledge lives directly on the wiki page.) - 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
- Update relevant domain pages under
- Git check — Run
git statusand warn about uncommitted changes. - 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 | ... |
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.
- 7d ago First seen · 35 lines · 57 tokens per session scan A c94a40a2fc44
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.
Other skills, from other repositories
syncing-memory-filesystem
Diagnose and repair MemFS repository setup, remote sync, authentication failures, optional backup remotes, or merge/rebase conflicts. Do not load for routine memory reads or edits.
git-ai-search
Search and restore AI conversation context from git history.
github-ops
GitHub CLI for issues, PRs, code search, CI logs, releases, and API queries. Requires gh CLI and auth.
mulch-record-from-evidence
Turn the evidence of a finished work session — git commits, changed files, recently-touched seeds issues — into well-formed ml record invocations. Use at session close, when an agent has made changes worth preserving as mulch expertise but hasn't yet recorded them.
release-finalizer
Merges a release PR, associates it with resolved issues, replies to issue reporters, and closes issues. Use after PR review is complete and ready for merge. Closes the release cycle.
release-prep
Orchestrates the full release preparation flow for a plugin — version sync across 7+ files, bilingual release notes creation, and commit message drafting. Use before submitting a PR. Does NOT push or create a PR; that is handled by pr-submitter.