Daily Spotlight
Curated open source finds. Hand-picked for utility and relevance.
Trending & Rising
High-velocity repos and community favorites.
Trending Now
High-velocity repositories gaining rapid community traction.
Dicklesworthstone/destructive_command_guard
The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents.
go-python/gpython
gpython is a python interpreter written in go "batteries not included"
newrelic/node-newrelic
New Relic Node.js agent code base. Developers are welcome to create pull requests here, please see our contributing guidelines. For New Relic technical support, please go to http://support.newrelic.com.
Hidden Gems
High-utility projects flying under the radar. Low stars, high potential.
New Arrivals
Recently created projects with active commits and initial traction.
zou-group/sirius
SiriuS: Self-improving Multi-agent Systems via Bootstrapped Reasoning
antfu/vitest-package-exports
A Vitest util to get all exported APIs of a package and prevent unintended breaking changes.
abhishekY495/localtube-manager
A browser extension to use YouTube without a Google account.
Early Stage
Young, active projects building towards their first 100 stars.
Latest Picks
Handpicked repositories selected for utility and relevance.

agent-browser Cuts AI Automation Tokens by 90%
AI browser automation hits a hard limit when full HTML DOMs overwhelm LLM context windows. Vercel Labs' agent-browser solves this by sending compact accessibility tree snapshots instead—cutting token usage by 90% and making web automation practical for AI agents.
agent-browser
vercel-labs

oh-my-claudecode: Multi-Agent Teams for Claude Code
Claude Code's single-agent model hits limits on complex engineering tasks. oh-my-claudecode fills this gap with automatic team orchestration—architect, executor, reviewer—across 32 specialized agents. 1,785 stars in 24 hours suggest developers needed this coordination layer.
oh-my-claudecode
Yeachan-Heo

Obsidian CEO Fixes AI Agents Breaking on Markdown Edits
AI agents like Claude Code return success codes while producing corrupted Markdown and broken databases in Obsidian vaults. Obsidian CEO kepano diagnosed 13 silent failures in the CLI and released agent skills that teach AI how to handle Obsidian's flavor of Markdown, Bases databases, and JSON Canvas—bridging the gap between traditional CLI design and agent workflows.
obsidian-skills
kepano

RTK Cuts AI Coding Token Waste by 60-90%
AI coding agents treat every byte of git status and ls output as precious context, racking up massive token bills on noise that human developers instinctively filter out. RTK solves this with intelligent compression, with real-world usage showing 138 million tokens saved at 88.9% efficiency.
rtk
rtk-ai

GitHub Copilot's Missing Manual, Built by Developers
GitHub Copilot ships as a general-purpose coding assistant, but customizing it for your stack requires knowledge scattered across teams and forums. The Awesome GitHub Copilot repository centralizes community-contributed instructions, reusable prompts, and custom chat modes that turn generic AI suggestions into workflow-specific assistance.
awesome-copilot
github

Build AI Agents From Scratch: Bash to Production
Most developers learn AI agents by reading docs about frameworks they don't understand. This repository flips that—you build five progressively complex versions starting from pure bash, learning tool design, planning loops, and context management by doing. It's the clearest path from "how does this work" to building your own agents.
learn-claude-code
shareAI-lab
