Skip to content
Development
Skill

/standup

Render today's standup card from what your agents actually did across repos

From plugin
claude-code-hooks
5248 skills
Install
$ npx -y skills add karanb192/claude-code-hooks --skill standup --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/standup

Context preview

The summary Claude sees to decide when to auto-load this skill.

Render today's standup card from what your agents actually did across repos

SKILL.md

standup.SKILL.md
name: standup
description: Render today's standup card from what your agents actually did across repos
disable-model-invocation: true

Standup card

!`node "${CLAUDE_SKILL_DIR}/../../standup-autopilot.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/standup-autopilot.js" --render`

The card above is your standup for the most recent day with recorded sessions, one line per repo (what got done, tests run, PRs, diffstat) plus any unresolved blockers. It is produced by the `standup-autopilot` hook, which snapshots each session's outcome (task, git state, tests, PRs, blockers) to a local per-day ledger as you work.

Briefly restate it as a ready-to-paste standup: a short "Yesterday" line per repo and a "Blocked on" list (or note there are no blockers). Keep it tight; do not re-run any commands.

Ships withclaude-code-hooks

🪝 Ready-to-use hooks for Claude Code, shipped as a 22-plugin installable marketplace: safety, automation, notifications, and more. 🌐 Live site & catalog Claude Code and agents like it run shell commands, edit files, and install packages on their own.

Get the whole plugin
Stats
525
Stars
38
Forks
Active
Maintenance
JavaScript
Language
MIT
License
7d ago
Last commit
8mo ago
Created

Repo: karanb192/claude-code-hooks

Other skills on claude-code-hooks.