standup

standup is a skill for Claude Code, Codex from jerry7991/standup-ghost. It costs 87 tokens per session (1,092 once invoked), scanned A, original, MIT.

A daily work-update workflow for Standup Ghost. It gathers your actual activity from connected work tools, organizes it into a yesterday-and-today summary, and delivers it through configured destinations.

In plain words
What is it for?
Use it to compose and deliver today's standup, run a dry run that only creates a file, or approve a previously held draft.
Why use it?
It prevents updates from being invented, sent to unconfigured places, or posted on non-working days. It also records whether each delivery succeeded, was skipped, or is waiting for review.

Skill for Claude CodeCodex

Part of the standup-ghost plugin — 4 skills 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/jerry7991/standup-ghost/standup
Any agent
npx skills add jerry7991/standup-ghost --skill standup
Clone the repo
git clone --depth 1 https://github.com/jerry7991/standup-ghost

Made for: Claude Code, Codex.

Or install standup-ghost, the plugin that ships this one along with the rest of its 4 skills.

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/jerry7991/standup-ghost/standup.svg)](https://agentmods.dev/skills/jerry7991/standup-ghost/standup)
Your own site
<a href="https://agentmods.dev/skills/jerry7991/standup-ghost/standup"><img src="https://agentmods.dev/badge/skills/jerry7991/standup-ghost/standup.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,092 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 $0.00087 $0.01092
Opus 5 $0.00044 $0.00546
Sonnet 5 $0.00017 $0.00218
Haiku 4.5 $0.00009 $0.00109

Measured 5d ago against content hash 8fa0bb841ec6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 5d 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/standup/SKILL.md · 47 lines

How it starts

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

Standup Ghost — the daily run

Config: ~/.config/standup-ghost/config.json. Cards: cards/ next to this plugin's root (the RUNTIME copy when invoked by the scheduler). State: ~/.local/state/standup-ghost/. Tool permissioning comes exclusively from the generated --allowedTools (headless) or interactive approval — this skill declares no tool list.

Intent (do not silently expand)

Collect → merge → compose (Yesterday/Today, bucketized) → deliver via enabled sink cards → receipts. It does NOT edit tickets, post anywhere unconfigured, summarize other people, or fabricate activity.

Step 0 — Guards

  1. Read config; missing ⇒ STOP: "run /standup-ghost:setup first".
  2. state-corrupt marker set ⇒ compose but HOLD all delivery (held pending) and say so — doctor must clear it (receipts may be incomplete; auto-delivery could double-post).
  3. paused marker ⇒ write skipped receipt (reason: paused), stop.

Step 1 — Working-day gate + window (gcal card)

Follow cards/sources/gcal.md absence detection. If today is non-working and absence.auto_skipskipped receipt (reason: the absence type) and STOP — no pending, no alarm. Otherwise compute the window:

node <runtime>/lib/workdays.js '{"schedule_days":..., "absence_dates":[...], "min_hours":<format.lookback_hours>, "max_lookback_days":<absence.max_lookback_days>}'

lookback_hours now spans back to the last day you actually worked (weekend, leave, sick days, holidays all bridged). Heading date/day comes from running date '+%a %Y-%m-%d' — never inferred.

Step 2 — Collect (every enabled source card, degrade-per-lane)

Execute each cards/sources/*.md fetch recipe with the computed window. A dark lane = visible flag + fewer bullets; never a dead run, never invented content. Load deferred MCP tools via ToolSearch as needed.

Step 3 — Compose (format v2 — terse, bucketized)

  1. Merge by ticket key (branch PROJ-42-* + PR title + ticket = ONE item).
  2. Two blocks only — Yesterday (outcomes) / Today (intent). One line per initiative bucket (format.buckets_hint + derived), max format.max_bullets_per_block bucket lines; meetings without a ticket in ONE bracketed (Calls: …) line per block. Every ticket/PR is a link. No Blockers block, no tables, no sub-bullets. Reviews are ACTIVITY, not a queue: report only reviews the user actually gave (Reviews: repo#1 (approved), repo#2 (comments)) and feedback they addressed on their own PRs (addressed review feedback on repo#3 — folds into that PR's bucket line). NEVER report "N PRs awaiting my review" — pending queues aren't standup content.
  3. Heading: format.heading with {DOW} {DATE} from date, {handle} from config.
  4. Min-content gate: fewer than behavior.min_content_bullets real bullets ⇒ write held pending (never auto-posts) + note; STOP.
  5. Review mode (behavior.review_mode): deliver the draft to your own Slack DM (slack-channel card transport), write held, STOP. Approval = /standup-ghost:standup post.

Read the full file on GitHub · 47 lines

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. 5d ago First seen · 47 lines · 87 tokens per session scan A 8fa0bb841ec6

Subscribe to this mod's changes

standup is a skill published in the GitHub repository jerry7991/standup-ghost (2 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 1,092 once invoked, about $0.0004 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

remindme

⏰ simple Telegram reminders for OpenClaw. cron, zero dependencies.

CraftOS-dev/CraftBot · 20 tokens

collaboration-platform-administration

Administers the email, chat, meeting and file-sharing platform the organization runs on — tenant and domain configuration, mail authentication and routing, phishing and spam controls, shared mailboxes and distribution groups, external sharing and guest access, permission sprawl in file storage, and retention and legal…

cbrock84/headcount · 93 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

onboarding-and-offboarding

Designs the joining and leaving experience — first-day readiness, ramp to productivity, knowledge capture, and clean exits. Use this to design or fix onboarding, shorten time to productivity, structure a leaver process, capture knowledge before someone leaves, or coordinate the access and asset steps around a joiner…

cbrock84/headcount · 69 tokens

clojure-write

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

metabase/metabase · 46 tokens

mutation-testing

Run mutation testing on a Clojure namespace, generate tests to kill surviving mutations, and open draft PRs with Linear issue tracking.

metabase/metabase · 30 tokens