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.
npx agentmods add skills/jakeintech/waybill/standupnpx skills add Jakeintech/waybill --skill standupgit clone --depth 1 https://github.com/Jakeintech/waybillWrote 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.
[](https://agentmods.dev/skills/jakeintech/waybill/standup)<a href="https://agentmods.dev/skills/jakeintech/waybill/standup"><img src="https://agentmods.dev/badge/skills/jakeintech/waybill/standup.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00145 | $0.01030 |
| Opus 5 | $0.00072 | $0.00515 |
| Sonnet 5 | $0.00029 | $0.00206 |
| Haiku 4.5 | $0.00015 | $0.00103 |
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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Standup
Answer "what did I do" from the ledger instead of memory. The engine returns the facts for the window; render them as bullets a person would actually read out in standup — short, concrete, artifact-linked.
"${CLAUDE_PLUGIN_ROOT}/bin/waybill" mine --all # catch-up metering first, always
"${CLAUDE_PLUGIN_ROOT}/bin/waybill" query standup [--date yesterday|today|YYYY-MM-DD] \
[--days <n>] [--from <iso> --to <iso>]
Resolve the window
- Default (no window words):
--date yesterday. - Monday standup: "yesterday" would miss the weekend.
--days <n>covers the last n days ending today, so use--days 4(Friday through today) — or explicit--from <Friday> --to <Sunday>to exclude today. Always say which days the digest covers, from the returned.data.window. - "this week" / "weekly digest":
--days 7. - A named day ("what did I do Tuesday"):
--date <YYYY-MM-DD>. - Day math is local-calendar (the engine's
--date/--dayshandle it); pass explicit--from/--toonly for odd ranges.
Render (bullets, in this order)
Work from the returned .data:
- Shipped (
.data.shipped) — one bullet per item:KEY — title (points, PR links). These are the strongest lines; lead with them. - In progress (
.data.progressed) — items with metered spend that did not ship in the window:KEY — title (n sessions). Rows withshipped_earlier: trueare follow-up on an already-shipped item — say "follow-up on KEY", not "in progress". Mention token counts only if the user asks or the audience is themselves — teammates want the work, not the meter. - Started (
.data.opened) — newly opened entries, with "estimate pre-registered" noted where true. - Blockers / attention — only from
.data.attention: open attribution-inbox items or a notable unattributed share are ledger blockers; real work blockers the user must add themselves (ask if a "blockers" line is wanted, don't invent one).
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.
- 4d ago First seen · 86 lines · 145 tokens per session scan A 9825ed05bfc2
standup is a skill published in the GitHub repository Jakeintech/waybill (1 stars, last pushed 11d ago), licensed MIT. It adds 145 tokens to every session and 1,030 once invoked, about $0.0007 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.
Other skills, from other repositories
specify-meta
Scaffold, status-check, and manage specification directories. Use when creating a new spec, reading spec status, transitioning between phases, or logging decisions on a spec in .start/specs/.
feature-prioritization
RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
jira-bug-reporter
Create detailed bug reports from session evidence — auto-populate Jira tickets with session URLs, error messages, device info, and reproduction steps. Use when the user wants to file a bug from a Fullstory session.
cf-calendar
Plan a 30/60/90-day content production calendar — works backward from publish dates to schedule production windows, balances team assignments, detects deadline conflicts, renders a text Gantt-chart timeline, and optionally creates Google Calendar milestone events when that MCP is connected. Triggers on…
triage
Apply a formal state machine to issues — assign category (bug/enhancement/question/spike) and state (needs-triage → needs-info → ready-for-agent → ready-for-human → wontfix). Issues marked ready-for-agent become inputs to supergraph:plan. Use when processing a backlog, reviewing new issues, or preparing work for…
user-story-generator
Transforms requirements into user stories with Given/When/Then acceptance criteria ready for sprint planning and Jira. Use when user needs to write user stories, create Jira tickets, define acceptance criteria, or says "user stories", "acceptance criteria", "sprint backlog", "Jira tickets", "as a user I want"…