Agent skill · Design & Presentation

async-standup-compiler

Compile the team's REAL updates into one async standup — pull what people posted in Slack (and moved in Notion/Linear), not a template for running standups. Use when asked to compile today's standup, pull the team's updates into one post, what did the team ship, or run async standup in Cowork. Reads a Slack channel and (optionally) the tracker via connectors, groups updates by person into shipped / in-progress / blocked, surfaces the blockers needing attention, and produces a standup-digest artifact ready to post back.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill async-standup-compiler --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/async-standup-compiler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Async Standup Compiler (Live) Async standups scatter across a channel — twelve messages, three threads, and the blockers get lost. In Claude Cowork this skill reads the *real* channel (and the tracker), compiles one clean digest grouped by person and status, and surfaces the blockers that actually need someone — so the team gets signal, not scroll. ## What This Skill Produces - **The standup digest** — each person's shipped / in-progress / blocked, deduped and tightened - **The blocker board** — blockers pulled to the top with who's waiting on whom - **A post-ready artifact** — the digest formatted to drop back into Slack/Notion (posted only on request) ## Required Inputs Ask for these if not provided: - **The channel & window** — which Slack channel and time range (e.g. "#eng-standup, today") - **The roster** — who's expected, so silence is visible - **Tracker (optional)** — a Notion/Linear board to cross-reference what actually moved ## Framework: A Standup That Earns Its Place 1. **By person, by status** — shipped / in-progress / blocked; one line each, no essays. 2. **Blockers first-class** — every blocker names who can unblock it. 3. **Silence is data** — expected people who

What's inside
Steps it walks through
  1. What This Skill Produces
  2. Required Inputs
  3. Framework: A Standup That Earns Its Place
  4. Execution (Cowork)
  5. Output Format
  6. 🚑 Blockers (needs attention)
  7. Updates by person
  8. No update
  9. Reality check (if tracker available)
  10. Quality Checks
  11. Anti-Patterns
  12. Example Trigger Phrases
More from pm-claude-skills
All skills →
About this skill
What does the async-standup-compiler skill do?

Compile the team's REAL updates into one async standup — pull what people posted in Slack (and moved in Notion/Linear), not a template for running standups. Use when asked to compile today's standup, pull the team's updates into one post, what did the team ship, or run async standup in Cowork. Reads a Slack channel and (optionally) the tracker via connectors, groups updates by person into shipped / in-progress / blocked, surfaces the blockers needing attention, and produces a standup-digest artifact ready to post back.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill async-standup-compiler --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going