standup

standup is a skill for Claude Code from Sprintra-io/sprintra-mcp. It costs 44 tokens per session (452 once invoked), scanned A, original, MIT.

A workflow that creates a short progress report from recent work sessions, Git commits, story updates, sprint data, and recommended next work.

In plain words
What is it for?
It is used for standups, status updates, progress reports, sprint-progress summaries, and identifying work that may be blocked.
Why use it?
It gathers scattered development activity into a concise update without requiring the user to assemble it manually.

Skill for Claude Code

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

Part of the sprintra plugin — 6 skills, 5 hooks shipped together

Good fit It is used for standups, status updates, progress reports, sprint-progress summaries, and identifying work that may be blocked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sprintra-io/sprintra-mcp/sprintra-standup
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 Sprintra-io/sprintra-mcp --skill sprintra-standup
Clone the repo
git clone --depth 1 https://github.com/Sprintra-io/sprintra-mcp

Made for: Claude Code.

Or install sprintra, the plugin that ships this one along with the rest of its 6 skills, 5 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 standup

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sprintra-io/sprintra-mcp/sprintra-standup"><img src="https://agentmods.dev/badge/skills/sprintra-io/sprintra-mcp/sprintra-standup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 452 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.00044 $0.00452
Opus 5 $0.00022 $0.00226
Sonnet 5 $0.00009 $0.00090
Haiku 4.5 $0.00004 $0.00045

Measured 12d ago against content hash 1943399e2d0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 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.

plugin/skills/sprintra-standup/SKILL.md · 55 lines

What it actually says

Standup Report

Generate a concise standup report by reading Sprintra data. No user input needed — just gather and summarize.

Process

Step 1: Gather Data (all in parallel if possible)

  1. Recent work sessions: work_sessions(method: "list") — get last 1-2 sessions
  2. Current sprint: sprints(method: "get_current") — sprint progress
  3. Recent activity: work_sessions(method: "list_activity", limit: 20) — what changed recently
  4. AI recommendation: ai(method: "get_next_work") — what to work on next

Step 2: Format the Report

## Standup — [today's date]

### Done (since last session)
- [story title] — [status change] ([feature name])
- [what was accomplished in last work session]
- [commits made]

### In Progress
- [story title] — [current status] ([feature name])
- [what's being worked on]

### Next Up
- [AI recommended next story] — [why this one]
- [any blocked items]

### Sprint Progress
[sprint name]: [done]/[total] stories ([percentage]%)
[progress bar visualization]

Step 3: Flag Issues

If you notice:

  • Stories stuck in "in_progress" for multiple sessions → flag as potentially blocked
  • Sprint at risk (>50% time elapsed, <30% stories done) → flag
  • No work session ended properly → remind about /wrap

Important

  • Keep it SHORT — developers scan standups, they don't read essays
  • Use bullet points, not paragraphs
  • Include the sprint progress bar — it's the most glanced-at element
  • If no recent work sessions exist, say "No recent sessions found. Start one with work_sessions(method: 'start')"
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 · 55 lines · 44 tokens per session scan A 1943399e2d0f

Subscribe to this mod's changes

standup is a skill published in the GitHub repository Sprintra-io/sprintra-mcp (3 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 452 once invoked, about $0.0002 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.