standup

standup is a skill for Claude Code from nicknisi/sessions. It costs 56 tokens per session (271 once invoked), scanned A, original, MIT.

A skill that creates a short standup report from recent AI coding sessions. A standup is a brief update on completed work, current work, and unfinished tasks.

In plain words
What is it for?
Use it for daily summaries, standup meetings, or quick recaps of coding work across supported AI coding tools.
Why use it?
It turns session activity into a concise update without requiring you to reconstruct yesterday's work manually.

Skill for Claude Code

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

Part of the sessions plugin — 7 skills, 1 MCP server shipped together

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/nicknisi/sessions/standup
Any agent
npx skills add nicknisi/sessions --skill standup
Clone the repo
git clone --depth 1 https://github.com/nicknisi/sessions

Made for: Claude Code.

Or install sessions, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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 standup

README.md
[![agentmods](https://agentmods.dev/badge/skills/nicknisi/sessions/standup.svg)](https://agentmods.dev/skills/nicknisi/sessions/standup)
Your own site
<a href="https://agentmods.dev/skills/nicknisi/sessions/standup"><img src="https://agentmods.dev/badge/skills/nicknisi/sessions/standup.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 271 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.00056 $0.00271
Opus 5 $0.00028 $0.00135
Sonnet 5 $0.00011 $0.00054
Haiku 4.5 $0.00006 $0.00027

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

Security

Grade A, and why

standup 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.

plugin/skills/standup/SKILL.md · 38 lines

What it actually says

Generate a brief standup-style summary.

Steps

  1. Calculate dates. Yesterday and today in YYYY-MM-DD format.

  2. Fetch the digest. Call get_activity_digest with:

    • startDate: yesterday
    • endDate: today
    • detail: "compact"
  3. Format as a standup. Write three sections, each 2-4 bullets max:

    Yesterday:

    • What was accomplished (project: brief description)

    Today (so far):

    • What's been started or is in progress

    Carrying forward:

    • Anything that spans both days or is unfinished

Guidelines

  • Keep it terse. Each bullet should be one line.
  • Group by project if multiple sessions touched the same project.
  • Skip noise — only mention substantive sessions.
  • If yesterday had no sessions, say so and focus on today.
  • Format for pasting into Slack or a standup thread.
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 · 38 lines · 56 tokens per session scan A 50d32df4684b

Subscribe to this mod's changes

standup is a skill published in the GitHub repository nicknisi/sessions (30 stars, last pushed 4d ago), licensed MIT. It adds 56 tokens to every session and 271 once invoked, about $0.0003 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

sw-handoff

Write a portable, secret-scrubbed handoff doc plus a diff of your uncommitted edits so another tool or machine resumes where you stopped. Use for "handoff", "out of tokens", "switch to Codex".

anton-abyzov/specweave · 48 tokens

tokf-discover

Find missed token savings by scanning AI coding session files for commands that ran without tokf filtering.

mpecan/tokf · 24 tokens

handoff

Write a portable, secret-scrubbed handoff doc so this work can continue in any AI tool or on any machine. Use when saying "handoff", "running out of tokens", or "continue elsewhere".

anton-abyzov/specweave · 44 tokens

amq-spec

Parallel-research-then-converge design workflow between two agents. Use this skill when the user wants two agents to independently think through a design problem before aligning on a solution — "spec X with codex", "design X together", "both agents think through X", "brainstorm architecture together", "parallel…

avivsinai/agent-message-queue · 150 tokens

notion-cli

Work with Notion from the terminal using the notion CLI. Use when the user needs to read, create, update, query, or manage Notion pages, databases, blocks, comments, users, or files programmatically. Covers the entire Notion API with 50+ commands. Triggers: Notion workspace automation, database queries, page creation…

4ier/notion-cli · 109 tokens

feishu-openapi-skill

Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.

holon-run/uxc · 36 tokens