Trending & Rising

High-velocity repos and community favorites.

Latest Picks

Handpicked repositories selected for utility and relevance.

agent-browser interface preview

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.

vercel-labsVE

agent-browser

vercel-labs

oh-my-claudecode interface preview

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.

Yeachan-HeoYE

oh-my-claudecode

Yeachan-Heo

obsidian-skills interface preview

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.

kepanoKE

obsidian-skills

kepano

rtk interface preview

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-aiRT

rtk

rtk-ai

awesome-copilot interface preview

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.

githubGI

awesome-copilot

github

learn-claude-code interface preview

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.

shareAI-labSH

learn-claude-code

shareAI-lab