wrapup

wrapup is a skill for Claude Code from kenshikobayashi/everything-claude-code-for-business. It costs 16 tokens per session (416 once invoked), scanned A, original, MIT.

An end-of-day review workflow that summarizes completed work, unfinished tasks, tomorrow’s priorities, and pending follow-ups.

In plain words
What is it for?
Use it to review the day, identify blockers and new due dates, prepare tomorrow’s task list, and draft follow-up messages.
Why use it?
It turns scattered work updates, meetings, and carry-overs into a short plan for the next day.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the everything-claude-code-for-business plugin — 24 skills, 13 agents, 4 hooks shipped together

Good fit Use it to review the day, identify blockers and new due dates, prepare tomorrow’s task list, and draft follow-up messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kenshikobayashi/everything-claude-code-for-business/wrapup
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 kenshikobayashi/everything-claude-code-for-business --skill wrapup
Clone the repo
git clone --depth 1 https://github.com/kenshikobayashi/everything-claude-code-for-business

Made for: Claude Code.

Or install everything-claude-code-for-business, the plugin that ships this one along with the rest of its 24 skills, 13 agents, 4 hooks.

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 wrapup

README.md
[![agentmods](https://agentmods.dev/badge/skills/kenshikobayashi/everything-claude-code-for-business/wrapup/github.svg)](https://agentmods.dev/skills/kenshikobayashi/everything-claude-code-for-business/wrapup)
Your own site
<a href="https://agentmods.dev/skills/kenshikobayashi/everything-claude-code-for-business/wrapup"><img src="https://agentmods.dev/badge/skills/kenshikobayashi/everything-claude-code-for-business/wrapup/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 wrapup

Your own site · 80×15
<a href="https://agentmods.dev/skills/kenshikobayashi/everything-claude-code-for-business/wrapup"><img src="https://agentmods.dev/badge/skills/kenshikobayashi/everything-claude-code-for-business/wrapup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 416 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.00016 $0.00416
Opus 5 $0.00008 $0.00208
Sonnet 5 $0.00003 $0.00083
Haiku 4.5 $0.00002 $0.00042

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

Security

Grade A, and why

wrapup 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 12d 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.

skills/wrapup/SKILL.md · 64 lines

What it actually says

You are executing the /wrapup command. Generate an end-of-day review and next-day plan.

Steps

  1. Accomplishments: Ask the user what they completed today, or check:

    • Tasks marked as done today (Notion/Linear)
    • Emails sent today
    • Meetings attended and their outcomes
  2. Carry-overs: Identify tasks that were planned for today but not completed:

    • Why they weren't completed (blockers, reprioritized, etc.)
    • New due date recommendation
  3. Tomorrow's Plan: Generate a prioritized plan for tomorrow:

    • Calendar events and prep needs
    • Carried-over tasks
    • New tasks that emerged today
    • Ranked by urgency × importance
  4. Follow-ups: Draft any pending follow-up messages:

    • Meeting action items not yet communicated
    • Emails that need a response
    • Slack threads to close out

Output Format

## Evening Review — [Date]

### Accomplished Today
- [x] [Task/achievement]
- [x] [Task/achievement]
- Meetings: [N] attended, key outcomes: [summary]

### Carried Over
- [ ] [Task] — Reason: [why], New due: [date]

### Tomorrow's Plan ([Date])
#### Must Do
1. [Task] — [reason for urgency]
2. [Task]

#### Should Do
3. [Task]
4. [Task]

#### Calendar Highlights
- [Time]: [Meeting] — [prep needed?]

### Pending Follow-ups
- [ ] [Action] — Draft ready? [yes/no]

Constraints

  • Be encouraging about accomplishments — acknowledge progress
  • Be honest about carry-overs — don't hide them
  • Tomorrow's plan should be realistic (5-7 items max)
  • Use the user's preferred language
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. 12d ago First seen · 64 lines · 16 tokens per session scan A ff7125adc162

Subscribe to this mod's changes

wrapup is a skill published in the GitHub repository kenshikobayashi/everything-claude-code-for-business (2 stars, last pushed 3mo ago), licensed MIT. It adds 16 tokens to every session and 416 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