agentsclimarketplace

Standup git

Skill ForeverAProgrammer/claude-devflow/skills/standup-git

Claude Code plugin with skills for daily dev workflows — commits, standups, PRs, design docs, and GitHub automation.

Install
npx -y skills add ForeverAProgrammer/claude-devflow --skill standup-git

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a standup update from yesterday's git commits. No input needed.

SKILL.md

0.7 KB, 156 tokens by cl100k_base, as published. Nobody here has run it

Generate a standup update from yesterday's git commits. Rules:

  • 3 sections: "Yesterday", "Today", "Blockers" (omit Blockers if none)
  • Each section is 1-3 bullet points max
  • Plain English — no ticket numbers, branch names, or code references
  • Focus on outcomes and progress, not process ("shipped the login fix" not "worked on auth module")
  • Keep the whole thing under 10 lines
  • Translate raw commit messages into human-readable accomplishments

First, run this command to get yesterday's commits:

git log --since="yesterday" --until="now" --oneline --author="$(git config user.email)"

Then use those commits to generate the standup.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.