$npx -y skills add anthropics/knowledge-work-plugins --skill standupstandup is an agent skill published from anthropics/knowledge-work-plugins, installable through the skills CLI.
| 1 | # /standup |
| 2 | |
| 3 | > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md). |
| 4 | |
| 5 | Generate a standup update by pulling together recent activity across your tools. |
| 6 | |
| 7 | ## How It Works |
| 8 | |
| 9 | ``` |
| 10 | ┌─────────────────────────────────────────────────────────────────┐ |
| 11 | │ STANDUP │ |
| 12 | ├─────────────────────────────────────────────────────────────────┤ |
| 13 | │ STANDALONE (always works) │ |
| 14 | │ ✓ Tell me what you worked on and I'll structure it │ |
| 15 | │ ✓ Format for daily standup (yesterday / today / blockers) │ |
| 16 | │ ✓ Keep it concise and action-oriented │ |
| 17 | ├─────────────────────────────────────────────────────────────────┤ |
| 18 | │ SUPERCHARGED (when you connect your tools) │ |
| 19 | │ + Source control: Recent commits and PRs │ |
| 20 | │ + Project tracker: Ticket status changes │ |
| 21 | │ + Chat: Relevant discussions and decisions │ |
| 22 | │ + CI/CD: Build and deploy status │ |
| 23 | └─────────────────────────────────────────────────────────────────┘ |
| 24 | ``` |
| 25 | |
| 26 | ## What I Need From You |
| 27 | |
| 28 | **Option A: Let me pull it** |
| 29 | If your tools are connected, just say `/standup` and I'll gather everything automatically. |
| 30 | |
| 31 | **Option B: Tell me what you did** |
| 32 | "Worked on the auth migration, reviewed 3 PRs, got blocked on the API rate limiting issue." |
| 33 | |
| 34 | ## Output |
| 35 | |
| 36 | ```markdown |
| 37 | ## Standup — [Date] |
| 38 | |
| 39 | ### Yesterday |
| 40 | - [Completed item with ticket reference if available] |
| 41 | - [Completed item] |
| 42 | |
| 43 | ### Today |
| 44 | - [Planned item with ticket reference] |
| 45 | - [Planned item] |
| 46 | |
| 47 | ### Blockers |
| 48 | - [Blocker with context and who can help] |
| 49 | ``` |
| 50 | |
| 51 | ## If Connectors Available |
| 52 | |
| 53 | If **~~source control** is connected: |
| 54 | - Pull recent commits and PRs (opened, reviewed, merged) |
| 55 | - Summarize code changes at a high level |
| 56 | |
| 57 | If **~~project tracker** is connected: |
| 58 | - Pull tickets moved to "in progress" or "done" |
| 59 | - Show upcoming sprint items |
| 60 | |
| 61 | If **~~chat** is connected: |
| 62 | - Scan for relevant discussions and decisions |
| 63 | - Flag threads needing your response |
| 64 | |
| 65 | ## Tips |
| 66 | |
| 67 | 1. **Run it every morning** — Build a habit and never scramble for standup notes. |
| 68 | 2. **Add context** — After I generate, add any nuance about blockers or priorities. |
| 69 | 3. **Share format** — Ask me to format for Slack, email, or your team's standup tool. |