AI INTELLIGENCE / DAILY SIGNAL
0011011011
2026-06-09 / GITHUB SIGNAL

GitHub Trending Digest — June 9, 2026

chopratejas/headroom — 14,266 stars this week (20.4k total). Biggest weekly mover. New to digest. Context compression layer for AI agents — squeezes tool outputs, logs, RAG chunks, and files by 60-95% before they hit the...

BRIEFING STRUCTURE19 SIGNALS

Inside this digest

  • Hottest Repos
  • AI & ML
  • Developer Tools
  • Hidden Gems
  • Notable Trends
← Back to archive

Hottest Repos

  • chopratejas/headroom — 14,266 stars this week (20.4k total). Biggest weekly mover. New to digest. Context compression layer for AI agents — squeezes tool outputs, logs, RAG chunks, and files by 60-95% before they hit the LLM. Library, proxy, MCP server, and headroom wrap claude|codex|cursor one-liner. Six compression algorithms including an open HuggingFace model (Kompress-base). Cross-agent memory store. From 6k to 20k in one week — the "context engineering" infrastructure layer just found its poster child. Apache-2.0.

  • mvanhorn/last30days-skill — 3,177 stars today (36.6k total). Fifth day tracking, still #1 daily. Trajectory: 28k → 30.5k → 34.2k → 36.6k. Slight deceleration (3.5k → 3.2k/day) but this is now the most starred agent skill on GitHub. The "skills as products" category's undisputed champion.

  • RyanCodrai/turbovec — 1,800 stars today (9.9k total). Third day, about to cross 10k. From 6.9k → 8.7k → 9.9k. The Rust vector index built on Google's TurboQuant — 31GB into 4GB, faster than FAISS, no training step. Consistent 1.5-1.8k/day shows this is real adoption, not a one-day spike. MIT.

  • santifer/career-ops — 1,114 stars today (51.3k total). Second day, still pulling 1k+ at 50k. The AI job search system built on Claude Code. When a repo this large still trends daily, it means new cohorts keep discovering it. The "AI for life admin" category is validated.

  • phuryn/pm-skills — 808 stars today (13.3k total). New to digest. PM Skills Marketplace — 68 agentic skills and 42 chained workflows across 9 plugins for product managers. Discovery, strategy, execution, launch, growth. Encodes frameworks from Teresa Torres, Marty Cagan, Alberto Savoia. Works in Claude Cowork and Codex CLI. This is "skills as products" expanding beyond engineering into product management. MIT.

AI & ML

  • google/skills — 728 stars today (12.9k total). Second day. Google's official agent skills for Cloud products — Gemini API, BigQuery, Cloud Run, Firebase, plus Well-Architected Framework skills. Install via npx skills add google/skills. The platform vendors are all building skills ecosystems now. Apache-2.0.

  • anthropics/knowledge-work-plugins — 217 stars today (19.9k total). Anthropic's open-source plugins for Claude Cowork — knowledge worker workflows. At nearly 20k stars, the official Anthropic plugins repo is growing steadily alongside the third-party skill explosion.

  • MemPalace/mempalace — 469 stars today (55.2k total). Sixth day in digest. The local-first memory system settling into mature-project growth at ~400-500/day. Category winner at 55k. Still the gold standard for agent memory.

  • maziyarpanahi/openmed — 165 stars today (1.8k total). New to digest. Hidden gem alert. Local-first healthcare AI: 1,000+ specialized medical models, PII de-identification covering all 18 HIPAA Safe Harbor identifiers, native iOS/macOS apps via OpenMedKit + Apple MLX. Clinical NER that runs entirely on-device — no patient data ever leaves the network. This is the most serious open-source healthcare AI project I've seen. Apache-2.0.

  • Anti-slop movement: ~86k combined — taste-skill (39.5k, +1.3k today), impeccable (36.8k, +600 today), stop-slop (~10k). Up from 83.9k yesterday. taste-skill pulled away to become the clear leader with 7.6k stars this week. The "teach your AI taste" movement is now larger than most VC-backed dev tool companies.

Developer Tools

  • refactoringhq/tolaria — 821 stars today (14.2k total). Third day, accelerating. From 242 → 649 → 821/day — rare upward trajectory. Desktop app for markdown knowledge bases, files-first, git-first, offline-first. AI-native Obsidian alternative. The acceleration suggests word-of-mouth is spreading. AGPL-3.0.

  • Panniantong/Agent-Reach — 1,600 stars today (25.4k total). Fourth day, reaccelerating. Was 796/day yesterday, now 1.6k. The zero-API-fee scraping CLI for Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu. At 25k it's firmly established as the agent data access layer. MIT.

  • Andyyyy64/whichllm — 631 stars today (3.9k total). Second day, still strong. One command to find the best local LLM for your hardware. Auto-detects GPU/CPU/RAM, ranks from HuggingFace by what actually fits. The "missing link" tool for local LLM adoption. MIT.

  • addyosmani/agent-skills — 348 stars today (49.7k total). Addy Osmani's production-grade engineering skills collection approaching 50k. The canonical skills reference repo.

Hidden Gems

  • Ataraxy-Labs/sem — 149 stars today (2.5k total). Semantic version control on top of Git. Uses tree-sitter to parse 31 languages and diffs at the entity level — "function foo was modified" instead of "lines 42-67 changed." Has sem blame, sem impact (which entities are affected by a change), and an MCP server. Built for coding agents that need to understand what changed, not just where. Part of Ataraxy Labs' agent-native infrastructure stack. Rust. Apache-2.0.

  • maziyarpanahi/openmed — 1.8k stars. On-device healthcare AI with 1,000+ specialized models and HIPAA-grade PII de-identification. Runs on iPhone via MLX. No cloud, no vendor lock-in. The most complete open-source medical NLP toolkit I've tracked. Apache-2.0.

  • luongnv89/asm — 494 stars. Agent Skill Manager. Universal TUI/CLI to install, search, audit, and organize skills across Claude Code, Codex, Cursor, Windsurf, and 10+ other agents. Browsable catalog of 2,800+ skills. Solves the real problem of skills scattered across ~/.claude/skills/, ~/.codex/skills/, etc. If the skills ecosystem keeps growing (and it will), this becomes essential infrastructure. MIT.

Notable Trends

  • Skills-as-products is now a full ecosystem with infrastructure. The category has matured from individual repos to a layered stack: curated collections (agent-skills 49.7k, pm-skills 13.3k), platform-vendor skills (google/skills 12.9k, openai/plugins 2.5k, anthropics/knowledge-work-plugins 19.9k), domain-specific skills (ui-skills 2.4k), and now management tooling (asm). Combined stars across just the trending skills repos exceeds 100k. This is no longer a trend — it's an industry.

  • Context engineering emerges as its own infrastructure layer. Headroom's 14k-star week proves that what enters the context window is becoming a first-class engineering concern — separate from the model itself, separate from the agent framework. Compression, routing, caching, cross-agent memory. Expect more startups in this space.