ALBA: Skill for Claude Code

.claude/skills/end/SKILL.md

end is a skill for Claude Code from onurpolat05/ALBA. It costs 97 tokens per session (787 once invoked), scanned A, original, MIT.

A session-closing workflow that asks what you completed, learned, and plan to do next. It records the answers in task lists, memory files, error notes, and a daily log.

In plain words
What is it for?
Use it when ending a session, saving progress, or preparing a clear starting point for the next session.
Why use it?
It preserves useful context at the end of a work session instead of leaving progress and decisions only in the conversation.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

This is onurpolat05/ALBA's own configuration. It tells Claude Code how to work on ALBA 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 ALBA configures →

Reuse

Borrowing it

Nothing to install: this file belongs to onurpolat05/ALBA. 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/onurpolat05/ALBA/main/.claude/skills/end/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/onurpolat05/ALBA

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/onurpolat05/alba/end.svg)](https://agentmods.dev/skills/onurpolat05/alba/end)
Your own site
<a href="https://agentmods.dev/skills/onurpolat05/alba/end"><img src="https://agentmods.dev/badge/skills/onurpolat05/alba/end.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 787 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.1 $0.00097 $0.00787
Opus 5 $0.00048 $0.00394
Sonnet 5 $0.00019 $0.00157
Haiku 4.5 $0.00010 $0.00079

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

Security

Grade A, and why

end 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 6d 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/SKILL.md · 89 lines

How it starts

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

/end - Session End

Close the session with a structured 3-question protocol. Save state for next session.

Steps

1. Ask 3 Questions (one at a time, keep it short)

Q1: "What was completed this session?" (max 3 bullets) Q2: "Any learnings or insights?" (optional - user can skip) Q3: "What's the priority for next session?" (1 sentence)

2. Auto-Update (after answers)

Dashboard (memory/state/dashboard.md):

  • Mark completed items as [x]
  • Add next priority if mentioned
  • Update any status changes

Todo (memory/state/todo.md):

  • Mark completed tasks as [x]

Learnings (memory/knowledge/learnings.md):

  • If Q2 had content, append in format:
## [Topic] - YYYY-MM-DD
**Context:** [What prompted this learning]
**Insight:** [The learning itself]
**Application:** [When to apply this]

Errors (memory/knowledge/errors.md):

  • Check memory/knowledge/errors_raw.log for new entries from this session
  • If errors were resolved during the session, consolidate them into errors.md:
## [Error Type] - YYYY-MM-DD
**Pattern:** [What triggers this error]
**Solution:** [How it was resolved]
**Prevention:** [How to avoid it]

Daily Log (memory/daily/YYYY-MM-DD.md):

  • Create with session summary:
# YYYY-MM-DD

## Completed
- [From Q1 answers]

## Learnings
- [From Q2, if any]

## Next
- [From Q3]

3. Confirm

Output a 3-line summary:

Session saved.
Completed: [count] items | Learnings: [count]
Next: [priority from Q3]

Rules

  • Keep questions SHORT - this is CLI, not a form
  • If user says "nothing" or skips Q2, that's fine - don't push
  • Don't read the entire dashboard - just update what changed
  • If daily log already exists (multiple sessions per day), append to it
  • Create memory/daily/ directory if it doesn't exist
  • Never fail silently - confirm what was saved
  • Respect user's language (follow dashboard/CLAUDE.md language)

Note on Auto-Memory vs ALBA Memory

Read the full file on GitHub · 89 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. 6d ago First seen · 89 lines · 97 tokens per session scan A 86cd2ec6660a

Subscribe to this mod's changes

end is a skill published in the GitHub repository onurpolat05/ALBA (20 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 787 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

handoff

Compact the current session into a handoff document. A fresh session or another agent can pick it up with no need to re-derive context. Use when asked to hand off, hand over, wrap up for another session or agent, or park work mid-stream.

terva-sh/terva · 56 tokens

g-resume

Re-hydrate a fresh session with the right slice of the durable record. The read-side counterpart to /g-retro — selectively retrieves the relevant retro, ADRs, journal, and handoff keyed by the current branch/milestone/first-task, and assembles a focused re-entry briefing. Loads distilled context into a clean window…

onlygian/G-Forge · 128 tokens

compact-manual

Claude Code skill for deterministic context compaction. Compresses the current Claude Code session to the clipboard for a manual rewind+paste workflow. A deterministic alternative to /compact that extracts literal dialog and truncates only tool outputs — no LLM summarization. Use when the user says 'compact the…

mario-hernandez/claude-compact-manual · 81 tokens

daily-briefing

Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…

vellum-ai/vellum-assistant · 75 tokens

memory

Persistent, token-efficient project memory. When ON, maintains a .shob/memory/ folder of structured .md files so the full context of the project is NEVER lost across responses, sessions, or context compaction. Uses progressive disclosure — routes through a lightweight INDEX and loads only the files a task needs…

shobcoder/shob · 146 tokens

kn-init

Use at the start of a new session to read project docs, understand context, and see current state.

knowns-dev/knowns · 23 tokens