Hottest Repos
tinyhumansai/openhuman — 16,839 stars (+3,945 today). Day 8: parabolic. From 2.5K to 16.8K in one week — a 6.7x. The "personal AI super intelligence" just had its biggest single day yet, nearly 4K stars. 1,458 forks, 200 open issues — the community is building on it, not just starring it. At this rate it could hit 25K by midweek. The Rust-powered, Obsidian-compatible agent with 118+ OAuth integrations is May's breakout repo. https://github.com/tinyhumansai/openhuman
CloakBrowser — 15,031 stars (+1,391 today, +9K this week). Day 10: crossed 15K. The stealth Chromium tripled from 3.9K to 15K in 10 days. The bot-detection arms race has a clear winner — and the sustained daily velocity suggests real production adoption, not just curiosity. https://github.com/CloakHQ/CloakBrowser
mattpocock/skills — 91,598 stars (+19,679 this week). 100K in sight. Gaining ~3K/day for seven straight weeks. From 68K to 92K in a month. At this pace, crosses 100K by ~May 21. It will be the fastest open-source project to go from 50K to 100K. The
.claudeskills collection isn't a project anymore — it's infrastructure. https://github.com/mattpocock/skillsrmyndharis/OpenWA — 2,449 stars (+1,391 today). NEW: Self-hosted WhatsApp API gateway. Free, open-source, no Business API required. +1,391 on a 2.4K base is a 57% single-day spike — the kind of ratio that signals a Hacker News or Reddit front page moment. Watch this one. https://github.com/rmyndharis/OpenWA
Imbad0202/academic-research-skills — 11,418 stars (+1,302 today, +3,624 this week). NEW: The academic AI copilot. Full research-to-publication pipeline — 13-agent research team, Socratic dialogue mode, PRISMA systematic review, claim-level citation auditing. Directly addresses the Zhao et al. finding of 146K+ hallucinated citations on arXiv in 2025. This is the most thoughtful agent skill pack I've seen — it doesn't automate writing, it augments the researcher. https://github.com/Imbad0202/academic-research-skills
AI & ML
HKUDS/CLI-Anything — 36,540 stars (+1,047 today). NEW: "Making ALL Software Agent-Native." HKU's answer to "how do agents use desktop software?" — CLI harnesses for 50+ apps (Blender, FreeCAD, Obsidian, QGIS, MuseScore, Godot). Community-built CLI-Hub with
pip install cli-anything-hub. 3.5K forks. The thesis: tomorrow's software users are agents, and agents need CLI wrappers, not GUIs. https://github.com/HKUDS/CLI-Anythingrohitg00/agentmemory — 12,575 stars (+1,226 today). Week 2: from 3.4K to 12.5K. Still accelerating — gained 1.2K today alone. Persistent memory for coding agents (background capture, auto-consolidation, context injection). The "agents need memory" category is now fully established. https://github.com/rohitg00/agentmemory
BigBodyCobain/Shadowbroker — 7,651 stars (+768 today). OSINT intelligence platform keeps climbing. 60+ real-time feeds (ADS-B, AIS, satellites, CCTV, seismic) on one map with an HMAC-signed agentic command channel. From 7K to 7.6K — the OSINT-meets-AI-agents niche is small but growing fast. https://github.com/BigBodyCobain/Shadowbroker
NVlabs/Sana — 6,451 stars (+376 today). NVIDIA's linear diffusion transformer. Efficient high-res image synthesis using linear attention — dramatically faster than standard transformers. Supports text-to-image and text-to-video. Apache-2.0. Still gaining 350-450/day. https://github.com/NVlabs/Sana
microsoft/ai-agents-for-beginners — 63,352 stars (+1,013 today). Microsoft's agent tutorial crosses 63K. The 12-lesson curriculum is trending again — likely boosted by the wave of agent frameworks needing onboarding material. https://github.com/microsoft/ai-agents-for-beginners
Developer Tools
facebook/pyrefly — 6,199 stars (+394 today). NEW: Meta's Rust-powered Python type checker goes 1.0. Checks 1.85M lines/sec — 15x faster than Mypy/Pyright. Already the default type checker for Instagram's 20M-line codebase. Production-proven on PyTorch and JAX. Built-in Pydantic and Django support. MIT-licensed.
pip install pyrefly. The Python typing landscape just got a serious new entrant. https://github.com/facebook/pyreflytech-leads-club/agent-skills — 3,985 stars (+1,244 today). Day 2: secure skill registry surging. From 3.4K to 4K overnight. The "secure npm for agent skills" thesis — static analysis, content hashing, symlink guards — is resonating. Supports Claude Code, Antigravity, Cursor, Copilot. Addressing the Snyk finding that 13.4% of marketplace skills contain critical vulns. https://github.com/tech-leads-club/agent-skills
plausible/analytics — 25,903 stars (+637 today). Privacy-first analytics breaks out. The Elixir-based Google Analytics alternative gained 637 today — its biggest day in months. Cookie-free, AGPL-licensed, self-hostable. Only 65 open issues on a 26K-star project signals excellent maintenance. Something triggered renewed interest — possibly the ongoing EU privacy enforcement wave. https://github.com/plausible/analytics
colbymchenry/codegraph — 4,690 stars (+956 today). Day 4: code knowledge graph nearly at 5K. Pre-indexed symbol graph so agents query relationships instead of scanning files. Claims 92% fewer tool calls. The "give agents a map" pattern is gaining real traction. https://github.com/colbymchenry/codegraph
Hidden Gems
wesm/agentsview — 1,035 stars. Local-first analytics for coding agents. One binary, no accounts — discovers sessions from Claude Code, Codex, and 14 other agents, syncs into SQLite, serves a web dashboard. Daily cost summaries, session search, usage tracking. Docker and Homebrew support. By Wes McKinney (creator of pandas). The "agent observability" niche finally has a clean, opinionated tool. https://github.com/wesm/agentsview
golemcloud/golem — 1,570 stars (+51 today). Durable execution for AI agents via WASM. Agents that "never lose state, never duplicate work" — built on WebAssembly Component Model. Rust-native, fault-tolerant. The intersection of WASM + durable computing + agentic AI is underexplored, and this is the most serious project in that space. https://github.com/golemcloud/golem
hkdb/aerion — 469 stars (+25 today). Minimalist open-source email client. Built with Go + Wails (Go-to-desktop framework). IMAP/SMTP, cross-platform, opinionated toward keyboard-first usage. In a world of bloated Electron mail apps, a 469-star Go-native email client that focuses on being fast and lightweight is refreshing. https://github.com/hkdb/aerion
Notable Trends
Agent skills are the new packages. Three of the top 15 trending repos are skill registries or skill packs (mattpocock/skills at 92K, tech-leads-club/agent-skills, academic-research-skills). CLI-Anything is wrapping entire desktop apps as agent-consumable interfaces. The agent ecosystem is building its npm/PyPI equivalent in real time — and the security angle (validated registries, content hashing) is emerging as the key differentiator.
The "personal AI" category has arrived. OpenHuman's 6.7x in one week, agentmemory's 3.7x in two weeks, and Wes McKinney building local agent analytics all point to the same thesis: people want AI agents that are private, persistent, and under their control. The self-hosted, local-first movement is no longer niche — it's the fastest-growing category on GitHub.