Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Standup (branch-agent facilitator)

Convenes each git worktree and PR as its own agent in a shared markdown room, then drives rounds until one consolidation plan emerges.

Dev & CodingAdvanced90,1397,846AI score 8/10Last updated: Aug 9, 2026

What it does

  • Discovers worktrees active in a chosen window (1h/4h/24h/7d/all) plus open GitHub PRs via gh, and confirms the roster with you.
  • Opens a shared markdown room (~/.claude-mem/STANDUP.md) with an atomically-locked transcript, goal, and prompt.
  • Runs facilitated rounds: round 1 intros for every branch-agent, then targeted resolution rounds (capped ~4) for overlaps, conflicts, and competing implementations.
  • Writes a human-readable SUMMATION — which worktree becomes the target, the merge order, and the handful of calls only a human can make.
  • Read-only by design: nothing is committed or merged in the room; actual git work is handed off to /do.

Who it's for

  • Developers juggling several git worktrees or stacked branches that need consolidating.
  • Tech leads deciding which of many overlapping branches/PRs should be the base.
  • Claude Code power users who want a real multi-agent orchestration workflow.

Example uses

  1. "Run a standup on everything I touched in the last 24 hours" → roster confirmation, then a target worktree and merge order.
  2. "Compare feature/auth, feature/ui and my 3 open PRs and give me one merge plan" → identifies which branches have real code, which are docs-only, which are empty.
  3. After you settle the open questions, the plan is passed to /do to actually perform the merges.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/thedotmack/claude-mem/HEAD/plugin/skills/standup/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the plugin/skills/standup folder from the GitHub repo thedotmack/claude-mem into my ~/.claude/skills/standup/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/thedotmack/claude-mem.git /tmp/claude-mem && mkdir -p ~/.claude/skills && cp -r /tmp/claude-mem/plugin/skills/standup ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal. You need git and node; for PR support, install and log into the GitHub gh CLI.
  2. Clone the repo: git clone https://github.com/thedotmack/claude-mem.git /tmp/claude-mem
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r /tmp/claude-mem/plugin/skills/standup ~/.claude/skills/
  5. Verify standup.mjs and agent-brief.md came along: ls ~/.claude/skills/standup
  6. Restart Claude Code and ask: "run a standup across my worktrees from the last 4 hours".
  7. The transcript lives at ~/.claude-mem/STANDUP.md — open it anytime to review the room.
View source on GitHubLicense: Apache-2.0