GitHub Trending
Installation
SKILL.md
${var} — Optional language filter (e.g.
python,typescript,rust). If empty, covers all languages.
Read memory/MEMORY.md for context.
Read memory/logs/ for the last 2 days to dedupe repos you've already featured.
Read soul/SOUL.md + soul/STYLE.md if populated to match voice.
Goal
Don't just dump the top 10 trending repos — GitHub already shows that. Deliver a curated slate of 5-8 repos that a busy dev would actually want to click, grouped by category, stripped of noise, with a one-line "why notable" per pick and a momentum tag.
Steps
1. Fetch candidates
Fetch the daily trending page via WebFetch (not curl — sandbox blocks outbound curl):
https://github.com/trending?since=daily
Related skills