ez-github
Installation
SKILL.md
ez-github - GitHub Trending CLI
Simple typer CLI for discovering trending GitHub repos. No authentication required (60 requests/hour unauthenticated).
Usage
Run uv run skills/ez-github/scripts/gh_trending.py <command>. All commands support --json for raw JSON output.
Trending Repos
uv run skills/ez-github/scripts/gh_trending.py trending # weekly trending (default)
uv run skills/ez-github/scripts/gh_trending.py trending --period daily # today's trending
uv run skills/ez-github/scripts/gh_trending.py trending --period monthly # this month
uv run skills/ez-github/scripts/gh_trending.py trending --lang python # Python repos only
uv run skills/ez-github/scripts/gh_trending.py trending --lang rust --limit 20 # top 20 Rust repos