finalise-session

finalise-session is a skill for Claude Code from isvlasov/rageatc-oss. It costs 15 tokens per session (193 once invoked), scanned A, original, MIT.

A process for closing a coding session by updating project state files, committing relevant changes to Git, and pushing them to the remote repository. Git is a system for tracking code changes and sharing them with a team.

In plain words
What is it for?
Use it when finalising completed work, recording a handover, creating a commit, and sending changes to the configured remote repository.
Why use it?
It leaves both the project notes and the code repository ready for the next session or collaborator.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions CLAUDE.md.

Part of the rageatc-core-oss plugin — 24 skills, 6 agents shipped together

Good fit Use it when finalising completed work, recording a handover, creating a commit, and sending changes to the configured remote repository.

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

Made for: Claude Code.

Or install rageatc-core-oss, the plugin that ships this one along with the rest of its 24 skills, 6 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/finalise-session/github.svg)](https://agentmods.dev/skills/isvlasov/rageatc-oss/finalise-session)
Your own site
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/finalise-session"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/finalise-session/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for finalise-session

Your own site · 80×15
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/finalise-session"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/finalise-session.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 193 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.00015 $0.00193
Opus 5 $0.00008 $0.00097
Sonnet 5 $0.00003 $0.00039
Haiku 4.5 $0.00002 $0.00019

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

Security

Grade A, and why

finalise-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 9d 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.

plugins/rageatc-core-oss/skills/finalise-session/SKILL.md · 23 lines

What it actually says

Finalise Session

Run /handover (write mode) to update project files, then commit and push.

Step 1: Handover

Run /handover — review the session, update root files, sync CLAUDE.md pointers, check referenced files.

Step 2: Commit and push

Run git status first; if nothing changed, skip this step. Otherwise: stage the relevant files, commit with a message that reflects the session's work (no approval needed — the user asked by invoking this skill), and push. If push fails (e.g. no remote configured), report it but don't block.

Step 3: Report

  • Files updated by handover (from its report)
  • Committed and pushed: yes / no / no 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. 9d ago First seen · 23 lines · 15 tokens per session scan A fcb7235488a6

Subscribe to this mod's changes

finalise-session is a skill published in the GitHub repository isvlasov/rageatc-oss (9 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 193 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

post-commit

Use when a code commit just landed (not wip/amend/undo) and CHANGELOG or plugin-version post-commit actions are needed.

fusengine/agents · 33 tokens

commit-detection

Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.

fusengine/agents · 26 tokens

pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 59 tokens

phx-pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 61 tokens

branch-and-worktree-workflow

Isolates feature work in its own branch or worktree and integrates it cleanly when done. Use this when starting work that should not disturb the current workspace, when several efforts must proceed in parallel on one repository, or when implementation is finished and the change needs merging, rebasing, or splitting…

cbrock84/headcount · 70 tokens

genshijin-commit

A guide for writing short Git commit messages in Conventional Commits format, a shared style that labels changes such as features, fixes, tests, and documentation. It supports Japanese and English and emphasizes explaining why a change was made.

InterfaceX-co-jp/genshijin · 88 tokens