Hottest Repos
calesthio/OpenMontage — Open-source agentic video production: 12 pipelines, 52 tools, 400+ agent skills. Describe a video in plain language, it handles research, scripting, asset generation, and editing. Works with zero API keys using local tools. +3,553 stars today (21.9k total). The "Stable Diffusion moment" for video production. https://github.com/calesthio/OpenMontage
google-labs-code/design.md — A format spec for describing visual identity to coding agents. YAML tokens + Markdown prose so agents can generate on-brand UI without human hand-holding. Exports to Tailwind configs. Google Labs origin gives it standards-track credibility. +1,407 today (19k total). https://github.com/google-labs-code/design.md
Panniantong/Agent-Reach — Gives AI agents eyes on 12+ platforms (Twitter, Reddit, YouTube, GitHub, Bilibili) via zero-cost open-source backends with automatic fallback routing. One-command install for Claude Code, Cursor, etc. +1,430 today (41k total). https://github.com/Panniantong/Agent-Reach
ZhuLinsen/daily_stock_analysis — LLM-powered multi-market stock scanner covering US, China A-shares, HK, Japan, Korea. 15 built-in strategies, agent chat interface, pushes to Discord/Slack/Telegram. Free via GitHub Actions. +1,344 today (49k total). https://github.com/ZhuLinsen/daily_stock_analysis
JCodesMore/ai-website-cloner-template — Clone any website with one command using AI agents. The kind of tool that makes web agencies nervous. +1,021 today (20k total). https://github.com/JCodesMore/ai-website-cloner-template
AI & ML
NVIDIA/SkillSpector — Security scanner for AI agent skills. Detects 68 vulnerability patterns across 17 categories (prompt injection, data exfiltration, supply chain, taint tracking). Their finding: 26% of skills contain vulnerabilities, 5% show malicious intent. Essential tooling as agent skill ecosystems grow. +410 today (10.6k total). https://github.com/NVIDIA/SkillSpector
bytedance/deer-flow — ByteDance's open-source "SuperAgent" harness for long-horizon tasks spanning research, coding, and content creation. +284 today (74.7k total). https://github.com/bytedance/deer-flow
TencentCloud/TencentDB-Agent-Memory — 4-tier progressive memory pipeline giving AI agents persistent long-term memory. Tencent entering the agent infrastructure layer. +67 today (6.2k total). https://github.com/TencentCloud/TencentDB-Agent-Memory
opendatalab/MinerU — Converts PDFs and Office docs into LLM-ready markdown/JSON. Quietly becoming standard infrastructure for RAG pipelines. +524 today (69.5k total). https://github.com/opendatalab/MinerU
mukul975/Anthropic-Cybersecurity-Skills — 817 structured cybersecurity skills mapped to 6 major frameworks, purpose-built for AI agents. +600 today (21k total). https://github.com/mukul975/Anthropic-Cybersecurity-Skills
Developer Tools
garrytan/gstack — 23 opinionated Claude Code tools for exec/design/engineering workflows. YC president's personal toolkit went mega-viral. +836 today (115.7k total). https://github.com/garrytan/gstack
farion1231/cc-switch — Cross-platform desktop assistant for switching between Claude Code, Codex, and other coding agents. Rust-built. +736 today (108.4k total). https://github.com/farion1231/cc-switch
ogulcancelik/herdr — Rust-based terminal agent multiplexer with real-time state indicators (blocked/working/done/idle), session persistence, and a socket API for agent coordination. Supports 11+ agents including Claude Code and Codex. Like tmux but agent-aware. +199 today (7.3k total). https://github.com/ogulcancelik/herdr
stablyai/orca — ADE (Agent Development Environment) for running parallel agents in isolated git worktrees. Fan one prompt across five agents, compare results, merge the winner. Mobile companion app for remote monitoring. +700 today (7.4k total). https://github.com/stablyai/orca
googleworkspace/cli — Official Google Workspace CLI for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin. Written in Rust. +459 today (28.7k total). https://github.com/googleworkspace/cli
Hidden Gems
git-ai-project/git-ai (2.1k stars) — Git extension that tracks AI-generated code at the line level using Git Notes. Agents call
git-ai checkpointto register their changes; attribution survives rebase/merge/squash. Shows AI-code percentage per commit. As AI-written code becomes the norm, provenance tracking will be mandatory. Early mover. https://github.com/git-ai-project/git-aixbtlin/ai-berkshire (1.8k stars) — Value investing research framework using multi-agent analysis based on master investor methodologies (Buffett, Munger, etc.). Built on Claude Code. Niche but clever intersection of AI agents and quantitative investing. https://github.com/xbtlin/ai-berkshire
every-app/open-seo (2.4k stars) — Open-source alternative to Semrush/Ahrefs. SEO competitive analysis without the $200/mo subscription. Early but filling a real gap. https://github.com/every-app/open-seo
Notable Trends
Agent infrastructure is the new cloud infrastructure. Today's trending page is dominated by tools that manage, secure, route, and orchestrate AI agents — not the agents themselves. SkillSpector (agent security), herdr (agent multiplexing), Orca (parallel agent orchestration), Agent-Reach (agent internet access), cc-switch (agent switching), git-ai (agent attribution). The picks-and-shovels era of AI coding is here.
Design systems are becoming machine-readable. Google's design.md is the clearest signal yet: as agents write more UI code, the industry needs formal specs that agents can parse. Expect design.md to become a de facto standard alongside package.json and tsconfig.json in frontend repos.