wrap-up

wrap-up is a skill for Claude Code from flurdy/agent-skills. It costs 60 tokens per session (8,958 once invoked), scanned B, original, MIT.

An end-of-session handoff guide that records work completed across repositories and prepares notes for the next session.

In plain words
What is it for?
Use it to review daily activity, find uncommitted or unpushed work, and create a paste-ready summary for resuming later.
Why use it?
It reduces the risk of losing track of commits, pull requests, unfinished changes, or decisions made during planning.

Skill for Claude Code

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

Good fit Use it to review daily activity, find uncommitted or unpushed work, and create a paste-ready summary for resuming later.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flurdy/agent-skills/wrap-up
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 flurdy/agent-skills --skill wrap-up
Clone the repo
git clone --depth 1 https://github.com/flurdy/agent-skills

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 wrap-up

README.md
[![agentmods](https://agentmods.dev/badge/skills/flurdy/agent-skills/wrap-up/github.svg)](https://agentmods.dev/skills/flurdy/agent-skills/wrap-up)
Your own site
<a href="https://agentmods.dev/skills/flurdy/agent-skills/wrap-up"><img src="https://agentmods.dev/badge/skills/flurdy/agent-skills/wrap-up/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 wrap-up

Your own site · 80×15
<a href="https://agentmods.dev/skills/flurdy/agent-skills/wrap-up"><img src="https://agentmods.dev/badge/skills/flurdy/agent-skills/wrap-up.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,958 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00060 $0.08958
Opus 5 $0.00030 $0.04479
Sonnet 5 $0.00012 $0.01792
Haiku 4.5 $0.00006 $0.00896

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

Security

Grade B, and why

wrap-up scanned grade B with 1 finding 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.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/activity.sh, scripts/handoff-path.sh, scripts/header.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

**Next:** run `/quit` to close this session. Resume tomorrow with `cat ~/.claude/handoffs/{file}.md` (or paste the block above).
skills/wrap-up/SKILL.md · 542 lines

How it starts

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

Wrap-up — End-of-session handoff

Produce a tidy end-of-day snapshot so the next session can resume from a paste, even if this one was mostly admin/planning and the worktree is about to be discarded. Pair with /landscape (which orients at the start of a session) — /wrap-up is its bookend.

When to use

  • Before ending the current client session, especially in worktree sessions.
  • After a planning- or discussion-only session that produced no code but valuable context (Jira refinement, bead triage, design exchanges).
  • Before pruning a worktree where you might otherwise lose the thread.

What it does

  1. Activity roundup for today (commits, PRs created/merged, beads closed).
  2. Working-copy hygiene — flag uncommitted, unpushed, or worktree-only state.
  3. Settings drift — flag permissions living only in a worktree's .claude settings (lost on prune) and offer /tidy-settings to promote them.
  4. Paste-ready Resume block capturing topic, decisions, open threads, and where to pick up.
  5. Auto-save the resume block to ~/.claude/handoffs/YYYY-MM-DD-{slug}.md when that file is free; prompt only on collision/overwrite or when choosing a different name.
  6. Optional: archive older handoffs this one supersedes (same branch/topic) so the picker stays focused.
  7. Reminder to leave the client manually with its own command — the skill cannot exit for you.

Important — client-specific commands

Follow /name-session's client-selection convention. Harness selection comes from the current tool surface. Never use the shell, PATH, filesystem, process list, or installed binaries to detect another client. Treat the client as unknown when that surface does not conclusively identify Pi or Claude Code.

  • Pi: use /quit. Never recommend /exit in Pi.
  • Claude Code: use /exit.
  • Unknown client: label both commands — Pi: /quit; Claude Code: /exit — rather than guessing.

The skill cannot execute either client's built-in exit command. After the summary renders, the user exits manually.

Read the full file on GitHub · 542 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 542 lines · 60 tokens per session scan B 090d0ed0d3df

Subscribe to this mod's changes

wrap-up is a skill published in the GitHub repository flurdy/agent-skills (9 stars, last pushed 4d ago), licensed MIT. It adds 60 tokens to every session and 8,958 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

checkpoint-management

Git-backed state management for safe rollback. Create and restore checkpoints with tagged commits and metadata tracking.

a5c-ai/babysitter · 22 tokens

push-all

Use when the user explicitly asks to stage all current changes, create a commit, and push to the remote after safety checks.

majiayu000/spellbook · 28 tokens

review-gate

Use before an agent-produced diff is committed, pushed, opened as a PR, merged, landed, or applied to user files when explicit implementation approval is missing. Trigger for review gate, review pack, approve before landing, diff first then land, human approval, merge gate, commit gate, push gate, or PR readiness.…

majiayu000/spellbook · 95 tokens

night-watch

Autonomous maintenance (dep updates, dead code, small refactors) in isolated branch, off-hours. Triggers: night watch, autonomous maintenance, dep updates.

softspark/ai-toolkit · 36 tokens

claude-code-bash-patterns

Claude Code Bash tool patterns with hooks, automation, git workflows. Use for PreToolUse hooks, command chaining, CLI orchestration, custom commands, or encountering bash permissions, command failures, security guards, hook configurations.

secondsky/claude-skills · 52 tokens

git-ops

Single front door for everything git and GitHub — saving work, getting the latest, backing up, and putting changes online. Routes plain-language requests to the right operation in the correct order, even when the user does not use git terms. Use whenever the user wants to save, back up, update, sync, upload, publish…

basher83/lunar-claude · 109 tokens