Overview
This week's trending set is dominated by agent orchestration and coding agent tooling. Multiple entries focus on running, multiplexing, and extending Claude Code and Codex — from terminal multiplexers and web GUIs to skill ecosystems and token optimization. Voice agents and speech-to-speech pipelines also see strong representation, alongside security-focused AI tools and MCP servers for code intelligence. The ecosystem is clearly maturing around agent ergonomics and multi-agent workflows.
1. ogulcancelik/herdr
- Repo: https://github.com/ogulcancelik/herdr
- Category: AI Agents
- Status: New
An agent multiplexer that lives in your terminal. Provides real terminal views of every agent at a glance — blocked, working, done. Agents keep running after detach and can be reattached from any terminal or over SSH. Designed for managing multiple coding agents simultaneously.
Why it's on the list: Solves the practical problem of running and monitoring multiple agents in parallel from the terminal.
2. huggingface/speech-to-speech
- Repo: https://github.com/huggingface/speech-to-speech
- Category: AI Tools
- Status: New
A low-latency, fully modular voice-agent pipeline: VAD → STT → LLM → TTS, exposed through an OpenAI Realtime-compatible WebSocket API. Every component is swappable, and the LLM slot supports OpenAI-compatible protocols including hosted providers and HF Inference Providers.
Why it's on the list: Official Hugging Face entry into voice agents with a clean, modular architecture and local-first design.
3. ChromeDevTools/chrome-devtools-mcp
- Repo: https://github.com/ChromeDevTools/chrome-devtools-mcp
- Category: MCP
- Status: New
An MCP server that gives coding agents (Antigravity, Claude, Cursor, Copilot) the ability to control and inspect a live Chrome browser. Provides access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and browser inspection.
Why it's on the list: Official Chrome DevTools team building the bridge between coding agents and browser debugging — a major signal for MCP adoption.
4. DeusData/codebase-memory-mcp
- Repo: https://github.com/DeusData/codebase-memory-mcp
- Category: MCP
- Status: New
A high-performance code intelligence MCP server that indexes codebases into a persistent knowledge graph. Full-indexes an average repository in milliseconds, supports 158 languages, sub-millisecond queries, and claims 99% fewer tokens. Ships as a single static binary with zero dependencies.
Why it's on the list: Addresses a critical pain point — giving coding agents fast, token-efficient access to full codebase context.
5. openai/codex-plugin-cc
- Repo: https://github.com/openai/codex-plugin-cc
- Category: Integrations
- Status: New
An official plugin from OpenAI that lets Claude Code users invoke Codex for code reviews or task delegation. Provides /codex:review for read-only reviews and /codex:adversarial-review for steerable challenge-based reviews.
Why it's on the list: First-party integration between two major coding agents — signals the direction of agent interoperability.
6. kunchenguid/axi
- Repo: https://github.com/kunchenguid/axi
- Category: AI Tools
- Status: New
A set of 10 design principles for building agent-ergonomic applications. Proposes AXI (Agent eXperience Interface) as a third paradigm alongside CLIs and MCP, claiming higher accuracy with lower token cost than both. A framework for designing tools that agents can use efficiently.
Why it's on the list: Thought leadership on agent ergonomics — a design framework that could influence how agent-facing tools are built.
7. JuliusBrussee/caveman
- Repo: https://github.com/JuliusBrussee/caveman
- Category: AI Tools
- Status: Trending
A skill/plugin for Claude Code, Codex, Gemini CLI, and other coding agents that makes them "talk like a caveman" — cutting 65% of output tokens while maintaining answer quality. Multiple levels of compression available.
Why it's on the list: Practical token optimization that directly reduces API costs for heavy agent users.
8. usestrix/strix
- Repo: https://github.com/usestrix/strix
- Category: AI Tools
- Status: Trending
An open-source AI penetration testing tool that uses autonomous AI agents to find and fix application vulnerabilities. Integrates with GitHub Actions and CI/CD pipelines to automatically scan on every pull request and block insecure code before production.
Why it's on the list: AI-powered security tooling that plugs directly into developer workflows — practical and immediately useful.
9. browser-use/browser-use
- Repo: https://github.com/browser-use/browser-use
- Category: AI Agents
- Status: Trending
A library that makes websites accessible for AI agents, enabling reliable browser automation. The CLI 3.0 release gives coding agents a browser they can use. Supports Python with uv add browser-use or pip install browser-use, plus a cloud offering for stealth-enabled automation.
Why it's on the list: The go-to open-source browser automation library for AI agents, now with a major CLI update.
10. alibaba/page-agent
- Repo: https://github.com/alibaba/page-agent
- Category: AI Agents
- Status: Trending
A JavaScript in-page GUI agent that lets users control web interfaces with natural language. One script gives any web page its own AI agent — no browser extension, Python, or headless browser required. Everything happens in-page.
Why it's on the list: Elegant approach to web agent integration — no infrastructure needed, just a script tag.
Honorable Mentions
- Zackriya-Solutions/meetily — Privacy-first AI meeting assistant with local transcription and Ollama summarization, 100% on-device.
- diegosouzapw/OmniRoute — Free AI gateway connecting to 237 providers through one endpoint with token compression and auto-fallback.
- kunchenguid/gnhf — "Good night, have fun" — an orchestrator that keeps agents running overnight making small committed changes.
- alirezarezvani/claude-skills — 345 Claude Code skills and plugins covering engineering, marketing, product, compliance, and more.
- bradautomates/claude-video — A skill that gives Claude the ability to watch any video by downloading, extracting frames, and transcribing.
Sources
- usestrix/strix — https://github.com/usestrix/strix
- Zackriya-Solutions/meetily — https://github.com/Zackriya-Solutions/meetily
- ogulcancelik/herdr — https://github.com/ogulcancelik/herdr
- diegosouzapw/OmniRoute — https://github.com/diegosouzapw/OmniRoute
- alibaba/page-agent — https://github.com/alibaba/page-agent
- openai/codex-plugin-cc — https://github.com/openai/codex-plugin-cc
- huggingface/speech-to-speech — https://github.com/huggingface/speech-to-speech
- browser-use/browser-use — https://github.com/browser-use/browser-use
- ChromeDevTools/chrome-devtools-mcp — https://github.com/ChromeDevTools/chrome-devtools-mcp
- DeusData/codebase-memory-mcp — https://github.com/DeusData/codebase-memory-mcp
- JuliusBrussee/caveman — https://github.com/JuliusBrussee/caveman
- kunchenguid/axi — https://github.com/kunchenguid/axi
- kunchenguid/gnhf — https://github.com/kunchenguid/gnhf
- alirezarezvani/claude-skills — https://github.com/alirezarezvani/claude-skills
- bradautomates/claude-video — https://github.com/bradautomates/claude-video