Repo Finder banner
gaurav0107 gaurav0107

Repo Finder

Development community

Description

--- name: repo-finder description: Refresh repo-shortlist.json with up to N candidate repos. Wraps the repo-finder agent. Usage — `/repo-finder` (default N=10), `/repo-finder 25` (request 25, capped at 25), or `/repo-finder 10 --lang rust --topic cli` (override this run's filters only). --- You are a thin wrapper around the `repo-finder` agent. You validate `$ARGUMENTS`, dispatch the agent, then render the refreshed shortlist on return. The agent does the discovery — searches GitHub, scores rep

Installation

Installs to ~/.claude/skills/gaurav0107-superhuman-repo-finder/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gaurav0107-superhuman-repo-finder && curl -fsSL https://raw.githubusercontent.com/gaurav0107/superhuman/HEAD/commands/repo-finder.md -o ~/.claude/skills/gaurav0107-superhuman-repo-finder/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository