Overview

This week's trending set is dominated by agent orchestration and agent-to-agent tooling — multiplexers, parallel agent runners, and cross-agent skill ecosystems. MCP servers continue their growth with a new Chrome DevTools server and a high-performance code intelligence server. Security automation (AI pentesting, vulnerability scanning) and agent-powered video/voice production tools also feature prominently. Notable: multiple repos from Google, Vercel, and OpenAI signal the major platforms are investing heavily in agent-native workflows.


1. ogulcancelik/herdr

An agent multiplexer that lives in your terminal — run all your coding agents (Claude Code, Codex, Cursor, etc.) in one terminal view. See who's blocked, working, or done at a glance. Agents run where they already run: your machine, a server, anywhere you can SSH.

Why it's on the list: Solves the real pain of managing multiple parallel coding agents from a single terminal — a clear gap in the current agent workflow stack.


2. stablyai/orca

Orca is the Agent Development Environment (ADE) for working with a fleet of parallel agents. Run Codex, Claude Code, OpenCode, or Pi side-by-side — each in its own worktree, tracked in one place. Available on desktop and mobile with a mobile companion for monitoring and steering agents remotely.

Why it's on the list: A dedicated desktop+mobile ADE for parallel agent fleets — fills the same gap as herdr but with a full GUI and mobile companion.


3. ChromeDevTools/chrome-devtools-mcp

An official MCP server from Chrome DevTools that lets coding agents (Antigravity, Claude, Cursor, Copilot) control and inspect a live Chrome browser. Gives AI assistants access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and browser inspection.

Why it's on the list: First-party MCP server from Chrome DevTools — gives every coding agent browser automation and debugging capabilities without third-party wrappers.


4. DeusData/codebase-memory-mcp

High-performance code intelligence MCP server that indexes codebases into a persistent knowledge graph. Full-indexes an average repo in milliseconds (Linux kernel at 28M LOC in seconds). Supports 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

Why it's on the list: Dramatically reduces token usage for agent code understanding — the speed and efficiency numbers make this a must-try for any agent-heavy workflow.


5. usestrix/strix

Open-source AI penetration testing tool with autonomous AI hackers that find and fix app vulnerabilities. Integrates seamlessly with GitHub Actions and CI/CD pipelines — automatically scans on every pull request and blocks insecure code before it reaches production.

Why it's on the list: AI-powered security that runs in CI — shifts left on vulnerability detection with autonomous agents.


6. browser-use/video-use

Edit videos with Claude Code — 100% open source. Drop raw footage in a folder, chat with Claude Code, get final.mp4 back. Cuts filler words, dead air, and lets you edit talking heads, montages, tutorials, travel, and interviews without presets or menus.

Why it's on the list: Turns a coding agent into a video editor — a novel application of agent capabilities to creative production.


7. vercel-labs/skills

The CLI for the open agent skills ecosystem. Supports OpenCode, Claude Code, Codex, Cursor, and 68 more agents. Install skills with npx skills add and use them interactively or pipe into any supported coding agent. A single command to discover and invoke agent skills across the ecosystem.

Why it's on the list: Standardizes the "agent skills" concept across 70+ agents — Vercel is building the package manager for agent capabilities.


8. google/agents-cli

The CLI and skills that turn any coding assistant into an expert at creating, evaluating, and deploying AI agents on Google Cloud's Gemini Enterprise Agent Platform. Includes pre-built skills for agent creation, evaluation, and deployment workflows.

Why it's on the list: Google's official CLI for agent lifecycle management on GCP — signals enterprise-grade agent tooling from a major cloud provider.


9. openai/codex-plugin-cc

Use Codex from inside Claude Code for code reviews or to delegate tasks. Provides /codex:review for read-only reviews and /codex:adversarial-review for steerable challenge-based reviews. Bridges OpenAI's Codex into the Claude Code workflow.

Why it's on the list: Cross-platform agent integration from OpenAI itself — lets Claude Code users leverage Codex without leaving their workflow.


10. diegosouzapw/OmniRoute

Free AI gateway: one endpoint connecting to 237 providers (90+ free). Supports Claude Code, Codex, Cursor, Cline, and Copilot. Features RTK+Caveman stacked compression saving 15-95% tokens, smart auto-fallback, MCP/A2A support, multimodal APIs, and Desktop/PWA clients.

Why it's on the list: A single endpoint for 237 providers with aggressive token compression — essential infrastructure for anyone running multiple AI tools.


Honorable Mentions


Sources