AI INTELLIGENCE / DAILY SIGNAL
0011011011
2026-05-12 / GITHUB SIGNAL

GitHub Trending Digest — May 12, 2026

mattpocock/skills — 75,731 stars (+3,886 today). The skills repo just had its biggest single day. Matt Pocock's .claude directory skills collection surged back to #1 daily trending. At 75K it's pulling away from addyosma...

BRIEFING STRUCTURE19 SIGNALS

Inside this digest

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

Hottest Repos

  • mattpocock/skills — 75,731 stars (+3,886 today). The skills repo just had its biggest single day. Matt Pocock's .claude directory skills collection surged back to #1 daily trending. At 75K it's pulling away from addyosmani/agent-skills (40K) as the canonical "how to configure your agent" reference. The skills-as-infrastructure thesis is settled. https://github.com/mattpocock/skills

  • CloakHQ/CloakBrowser — 7,604 stars (+1,589 today). Day 5: stealth browser doubles in a week. From 3.9K on May 9 to 7.6K today. +5.4K this week, accelerating. Source-level C++ Chromium patches, 0.9 reCAPTCHA v3 scores, passes Cloudflare Turnstile. The bot-detection arms race continues to be one of the hottest categories on GitHub. https://github.com/CloakHQ/CloakBrowser

  • NousResearch/hermes-agent — 146,708 stars (+2,439 today). Biggest day in recent memory for the 146K-star agent. Up from +2,229 yesterday. The self-improving agent with cross-platform gateway and 200+ model support is on a sustained re-acceleration. Something is driving fresh adoption waves — likely the growing agent CLI ecosystem making it the default backend. https://github.com/NousResearch/hermes-agent

  • yikart/AiToEarn — 11,760 stars (+1,264 today). AI content factory for Chinese social platforms. Auto-publishes to Douyin, Kuaishou, Xiaohongshu, and WeChat Video. 2K forks signal real commercial usage — creators are running this as their content pipeline. The "AI monetization" niche has found its tool. https://github.com/yikart/AiToEarn

  • rohitg00/agentmemory — 5,708 stars (+1,067 today). From hidden gem to breakout in 3 days. Was 3.4K on May 9, now 5.7K. Persistent memory for coding agents — background capture, auto-consolidation, context injection. The "agents need memory" category is suddenly crowded (see also: OpenHuman's Memory Tree below). https://github.com/rohitg00/agentmemory

AI & ML

  • AIDC-AI/Pixelle-Video — 15,582 stars (+4,480 this week). AI short video engine goes viral. Input a topic, get a complete video — scriptwriting, AI images/clips, TTS narration, BGM, final composite. Built on ComfyUI, supports WAN 2.1 for video generation. The Chinese AI content creation stack is rapidly industrializing. https://github.com/AIDC-AI/Pixelle-Video

  • TauricResearch/TradingAgents — 74,339 stars (+7,259 this week). Thirteenth consecutive week of massive growth. Weekly gains show no sign of fatigue. The finance-AI gravity well is now a permanent fixture of trending. AI-Trader (16.5K, +267 today) continues orbiting alongside it. https://github.com/TauricResearch/TradingAgents

  • tinyhumansai/openhuman — 2,509 stars (+1,042 today). New — the personal AI that learns you in minutes. 118+ OAuth integrations auto-fetch your data every 20 min into a local Memory Tree + Obsidian-compatible wiki. Desktop mascot joins your Google Meets, model routing across LLMs, token compression cuts costs 80%. Karpathy-inspired knowledge base approach. Early beta but the vision is ambitious. https://github.com/tinyhumansai/openhuman

  • LearningCircuit/local-deep-research — 7,352 stars (+2,449 this week). ~95% SimpleQA with a local 27B model. Deep research agent that runs entirely on your machine — 10+ search engines (arXiv, PubMed, private docs), supports Ollama/llama.cpp/cloud LLMs. The "local-first research" niche keeps growing. https://github.com/LearningCircuit/local-deep-research

  • datawhalechina/hello-agents — 48,154 stars (+600 today). Agent education crosses 48K. The from-zero-to-agents tutorial repo continues its steady climb. 5.7K forks. Chinese developer education remains aggressively agent-native. https://github.com/datawhalechina/hello-agents

Developer Tools

  • millionco/react-doctor — 8,684 stars (+804 today). "Your agent writes bad React. This catches it." One-command health scanner: 0-100 score across state, perf, architecture, security, a11y, dead code. Installs as a Claude Code/Cursor/Codex skill to teach agents before they write. GitHub Action included. The meta-layer of "tools that fix what agents break" is real. https://github.com/millionco/react-doctor

  • InsForge/InsForge — 9,561 stars (+1,493 this week). Backend-as-a-service for agentic coding. Database, auth, storage, compute, hosting, and AI gateway in one platform — purpose-built for coding agents shipping full-stack apps. Think Supabase but with agents as the primary user. https://github.com/InsForge/InsForge

  • agavra/tuicr — 758 stars (+75 today). TUI code review for agent diffs. GitHub-style diff viewer in terminal with vim bindings, visual mode for multi-line comments, clipboard export in LLM-friendly Markdown. Built for the "let the agent loose, then review everything at once" workflow. Supports Git, Jujutsu, and Mercurial. https://github.com/agavra/tuicr

  • addyosmani/agent-skills — 40,325 stars (+11,725 this week). Crossed 40K. Seven straight days above 600. The engineering-discipline skills repo has added 13K in a week. The agent skills category now has two repos above 40K (this + mattpocock at 75K). https://github.com/addyosmani/agent-skills

Hidden Gems

  • domcyrus/rustnet — 3,082 stars (+218 today). Per-process network monitoring with deep packet inspection — eBPF on Linux, PKTAP on macOS, security sandboxed by default. Fills the gap between netstat and Wireshark. Vim/fzf-style filtering, GeoIP enrichment, works over SSH. The network observability tool terminal users actually wanted. https://github.com/domcyrus/rustnet

  • cartesiancs/map3d — 793 stars (+162 today). Generate real-world 3D city maps from OpenStreetMap data using React Three Fiber. Export as GLB. Buildings + roads rendered in-browser. Foundation for digital twins, drone surveying, GPS visualization. MIT licensed, genuinely useful for any spatial/geo project. https://github.com/cartesiancs/map3d

  • agavra/tuicr — 758 stars (+75 today). The "middle ground" between reviewing every agent change and accepting all edits. Let Claude/Codex run free, then review the full diff like a PR in your terminal. Comments export as structured Markdown agents can act on in one pass. Solves a real workflow pain point. https://github.com/agavra/tuicr

Notable Trends

  • Agent support infrastructure is the new platform layer. The dominant trending category is no longer agents themselves — it's the ecosystem around them. Memory (agentmemory, OpenHuman), code quality (react-doctor), skills/discipline (mattpocock, addyosmani), review workflows (tuicr), backend services (InsForge), and routing (9router at 9.3K). Agents are assumed; the question is now "what surrounds them."

  • The mattpocock/skills surge signals a tipping point. At +3,886 today and 75K total, it's clear that developers are now configuring agents the way they used to configure editors. Skills repos are the new dotfiles. The two canonical references (mattpocock at 75K, addyosmani at 40K) have added a combined 15K stars this week alone.