agentsclimarketplace

Git search

Skill IvanCampos/agents/skills/git-search

List recent git commits across all repos under ~/Code (excluding .build checkouts). Use when the user asks to show last commits, recent history, or commits across all projects in ~/Code.From its SKILL.md

Install
npx -y skills add IvanCampos/agents --skill git-search

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

2 things to look at

  • 5 stars5 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.
  • runs commandsInstructs the agent to run 2 commands, including `scripts/list_commits.sh --count 10` and 1 more.

SKILL.md

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

Git Search

Overview

Discover git repositories under ~/Code and list recent commits for each one.

Quick Start

scripts/list_commits.sh --count 10

Tasks

List recent commits across repos

  • Run scripts/list_commits.sh --count <N>.
  • Excludes .build checkouts.
  • Prints a per-repo header and the last N commits.

Resources

scripts/

  • list_commits.sh: Finds repos under ~/Code and prints recent commits.

What ships with it: 2 files

1.1 KB alongside SKILL.md, 1 of them executable

agents/

scripts/

Keep looking

Skills are one crate of 325,949. 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.