Reconstructs daily work logs into structured standup reports.

Install

mkdir -p .claude/skills/standup && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17142" && unzip -o skill.zip -d .claude/skills/standup && rm skill.zip

Installs to .claude/skills/standup

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Reconstruct what you actually did over a time window from Claude session logs, GitHub, Linear, and daily notes; group it by Linear ticket; write a standup-ready markdown report to ~/Notes; and copy a Range.co-ready version to the clipboard. Use when the user says 'standup', '/standup', 'what did I do today', or 'write my standup'.
332 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Reconstruct work from Claude session logs, GitHub, Linear, and daily notes
  • Group reconstructed work by Linear ticket
  • Write a standup-ready markdown report to `~/Notes`
  • Copy a Range.co-ready version to the clipboard
  • Collect session data using a Go extractor
  • Merge collected data into `buckets.json`

How it works

The skill collects data from various sources, merges it, narrates the activities into first-person summaries, and then delivers a formatted report.

Inputs & outputs

You give it
A request for a standup report for a given time window
You get back
A markdown standup report in `~/Notes` and Range.co-ready text on the clipboard

When to use standup

  • Write daily standup report
  • Review work progress
  • Generate status updates

About standup

Collects activity data from various tools to create a formatted standup summary. It groups updates by ticket and prepares content for team reporting tools.

Reconstruct what you actually did over a time window from Claude session logs, GitHub, Linear, and daily notes; group it by Linear ticket; write a standup-ready markdown report to ~/Notes; and copy a Range.co-ready version to the clipboard. Use when the user says 'standup', '/standup', 'what did I d

When not to use it

  • When the task is to fix bugs in existing code

Prerequisites

Go toolchain

Limitations

  • A failure in core data sources (sessions, GitHub) results in a hard abort
  • Linear and notes sources degrade to a warning if unreachable
  • No dashes are allowed anywhere in the report prose

How it compares

This workflow automates the collection, summarization, and formatting of work activities into a standup report, unlike manual compilation.

Compared to similar skills

standup side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
standup (this skill)01moReviewIntermediate
notion-meeting-intelligence66moNo flagsIntermediate
gtd07moNo flagsIntermediate
end-session06moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry