finish

finish is a skill for Claude Code from alexeykrol/claude-code-starter. It costs 27 tokens per session (1,158 once invoked), scanned A, original, no licence file.

A session-closing routine for checking work, committing changes to Git, updating the SNAPSHOT file, and writing a report.

In plain words
What is it for?
Use it to run final tests, create a commit, update the project snapshot, and summarise what happened.
Why use it?
It brings the end-of-session tasks into one repeatable process so work is less likely to be left unfinished or undocumented.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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 skills/alexeykrol/claude-code-starter/finish
Any agent
npx skills add alexeykrol/claude-code-starter --skill finish
Clone the repo
git clone --depth 1 https://github.com/alexeykrol/claude-code-starter

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 finish

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexeykrol/claude-code-starter/finish.svg)](https://agentmods.dev/skills/alexeykrol/claude-code-starter/finish)
Your own site
<a href="https://agentmods.dev/skills/alexeykrol/claude-code-starter/finish"><img src="https://agentmods.dev/badge/skills/alexeykrol/claude-code-starter/finish.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00027 $0.01158
Opus 5 $0.00014 $0.00579
Sonnet 5 $0.00005 $0.00232
Haiku 4.5 $0.00003 $0.00116

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

Security

Grade A, and why

finish 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/finish/SKILL.md · 117 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 117 lines · 27 tokens per session scan A 8ff6ca1fae8f

Subscribe to this mod's changes

finish is a skill published in the GitHub repository alexeykrol/claude-code-starter (192 stars, last pushed 1mo ago), with no licence file. It adds 27 tokens to every session and 1,158 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-30.

Related

Other skills, from other repositories

memstack-security-git-guard

Use when the user says 'git-guard', 'check git protection', 'is this repo protected', 'verify gitleaks', 'set up git hooks', 'install git-guard', or wants to confirm a repo blocks secrets and internal files before commit. This is an installer and verifier, NOT a scanner (gitleaks does the actual scanning). Do NOT use…

cwinvestments/memstack · 92 tokens

memstack-security-secrets-scanner

Use this skill when the user says 'scan for secrets', 'check for leaked keys', 'secrets scanner', 'hardcoded credentials', 'API key leak', or needs to detect exposed secrets in source code. Do NOT use for dependency vulnerabilities or RLS auditing.

cwinvestments/memstack · 62 tokens

wednesday-git

Unified Git workflow. Manages the entire task lifecycle: branch creation (sprint), atomic commits (git-os), and PR opening (pr-create).

wednesday-solutions/ai-agent-skills · 35 tokens

know-code

Gate git commit, git push, and PR creation until the human passes a comprehension quiz about the current code changes. Use when commit/push/PR is blocked by know-code, when the user asks to run know-code or verify they understand the diff, or before shipping. Start with know-code range begin for multi-commit work. Run…

chtnnh/know-code · 91 tokens

vibe-cherry-pick-integration

Safely integrates commits from parallel agent branches using sequential cherry-pick. Use after parallel work completes in isolated branches or worktrees.

ash1794/vibe-engineering · 35 tokens

vibe-pre-commit-audit

Scans staged changes for secrets, debug statements, TODOs without references, and other common commit mistakes. Use before creating any commit.

ash1794/vibe-engineering · 35 tokens