Top 10 GitHub Repos — 2026-07-13
This week's trending set is dominated by the Agent Skills ecosystem — a new open standard for extending coding agents is seeing rapid adoption from Google, Microsoft, and the community.
- Click the button to download the
-bookmarks.htmlfile. - Chrome / Edge / Brave: Bookmarks → Import bookmarks and settings → Favorites or bookmarks HTML file → pick the downloaded file.
- Firefox: Bookmarks → Manage Bookmarks → Import and Backup → Import Bookmarks from HTML.
- Safari: File → Import From → Bookmarks HTML File.
Top 10 GitHub Repos — 2026-07-13
As of: 2026-07-13 Focus: AI tools, automations, agents, integrations, MCP, CLIs, and developer tooling. Snapshot: Current trending picks at the moment of generation — not a historical recap.
Overview
This week's trending set is dominated by the Agent Skills ecosystem — a new open standard for extending coding agents is seeing rapid adoption from Google, Microsoft, and the community. MCP servers continue to proliferate, with Chrome DevTools getting an official MCP server and Desktop Commander gaining traction. Voice agents are heating up with Hugging Face's speech-to-speech pipeline and Kyutai's CPU-first TTS. The theme is clear: AI agents are becoming extensible platforms, and the tooling around them is maturing fast.
1. ChromeDevTools/chrome-devtools-mcp
- Repo: https://github.com/ChromeDevTools/chrome-devtools-mcp
- Category: MCP
- Status: New
Official Chrome DevTools MCP server that gives coding agents (Claude, Cursor, Copilot, Antigravity) full control over a live Chrome browser. Exposes the complete DevTools protocol for reliable automation, in-depth debugging, and visual inspection — all through the Model Context Protocol.
Why it's on the list: Google's official MCP server for browser control is a landmark release for agent-driven debugging and testing.
2. huggingface/speech-to-speech
- Repo: https://github.com/huggingface/speech-to-speech
- Category: AI Tools
- Status: New
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 hosted providers or local models. Built for building local voice agents with open-source models.
Why it's on the list: The most accessible open-source pipeline for building voice agents, with production-grade API compatibility.
3. wonderwhy-er/DesktopCommanderMCP
- Repo: https://github.com/wonderwhy-er/DesktopCommanderMCP
- Category: MCP
- Status: Trending
MCP server for Claude that provides terminal control, file system search, and diff file editing. Goes beyond typical AI editors by running processes, managing files, and automating tasks — all while using host client subscriptions instead of API token costs.
Why it's on the list: One of the most practical MCP servers for developers who want Claude to operate their full development environment.
4. agentskills/agentskills
- Repo: https://github.com/agentskills/agentskills
- Category: AI Agents
- Status: New
The specification and documentation for the Agent Skills open standard — a lightweight format for extending AI agent capabilities. A skill is simply a folder with a SKILL.md file containing metadata and instructions. This standard is being adopted by Google, Microsoft, and dozens of community projects.
Why it's on the list: The emerging standard that multiple repos in this week's trending list are built upon — foundational infrastructure for the agent ecosystem.
5. TencentCloud/CubeSandbox
- Repo: https://github.com/TencentCloud/CubeSandbox
- Category: AI Agents
- Status: New
High-performance, secure sandbox service for AI agents built on RustVMM and KVM. Supports instant concurrent execution, single-node or multi-node deployment, and is designed specifically as a lightweight sandbox for running untrusted agent code safely.
Why it's on the list: Addresses the critical need for safe code execution environments for AI agents, with production-grade performance.
6. ogulcancelik/herdr
- Repo: https://github.com/ogulcancelik/herdr
- Category: CLI
- Status: New
An agent multiplexer that lives in your terminal — shows every agent at a glance (blocked, working, done) with real terminal views. Agents keep running after detach, and you can reattach from any terminal or over SSH. Supports Claude Code, Codex, and OpenCode.
Why it's on the list: Solves the real pain point of managing multiple parallel coding agents from the terminal.
7. microsoft/flint-chart
- Repo: https://github.com/microsoft/flint-chart
- Category: AI Tools
- Status: New
A visualization intermediate language that lets AI agents create expressive, polished charts from simple, human-editable specs. Includes an MCP server guide. Designed to be the reliable charting layer for agent-generated visualizations.
Why it's on the list: Microsoft's answer to the "make a chart" problem in AI agents — a focused, practical solution with MCP integration.
8. stablyai/orca
- Repo: https://github.com/stablyai/orca
- Category: AI Agents
- Status: Trending
The AI Orchestrator for running a fleet of parallel agents — 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 companion app for monitoring and steering agents remotely.
Why it's on the list: The most polished multi-agent orchestration tool in this week's trending, with mobile companion support.
9. kyutai-labs/pocket-tts
- Repo: https://github.com/kyutai-labs/pocket-tts
- Category: AI Tools
- Status: New
A lightweight TTS application designed to run efficiently on CPUs — no GPU required. Supports Python 3.10–3.14 and is a single pip install away. Built by Kyutai, the non-profit AI research lab behind Moshi.
Why it's on the list: CPU-only TTS that fits in any agent pipeline — removes the GPU barrier for voice output in local agents.
10. alibaba/page-agent
- Repo: https://github.com/alibaba/page-agent
- Category: AI Agents
- Status: Trending
JavaScript in-page GUI agent that gives any web page its own AI agent via a single script injection. No browser extension, Python, or headless browser needed — everything happens in-page. Control web interfaces with natural language.
Why it's on the list: The simplest approach to web GUI agents — pure JavaScript, no infrastructure, works on any page.
Honorable Mentions
- openai/codex-plugin-cc — Official Codex plugin for Claude Code, enabling code reviews and task delegation between the two agents.
- diegosouzapw/OmniRoute — Free AI gateway connecting 237 providers through one endpoint with token compression and auto-fallback.
- bradautomates/claude-video — Gives Claude the ability to watch any video by downloading, extracting frames, and transcribing.
- pbakaus/impeccable — Design guidance skill for AI coding agents with 23 commands and 46 deterministic detector rules.
- addyosmani/agent-skills — Production-grade engineering skills for AI coding agents from Chrome team veteran.
Sources
- Zackriya-Solutions/meetily — https://github.com/Zackriya-Solutions/meetily
- wonderwhy-er/DesktopCommanderMCP — https://github.com/wonderwhy-er/DesktopCommanderMCP
- openai/codex-plugin-cc — https://github.com/openai/codex-plugin-cc
- TencentCloud/CubeSandbox — https://github.com/TencentCloud/CubeSandbox
- ogulcancelik/herdr — https://github.com/ogulcancelik/herdr
- asgeirtj/system_prompts_leaks — https://github.com/asgeirtj/system_prompts_leaks
- diegosouzapw/OmniRoute — https://github.com/diegosouzapw/OmniRoute
- stablyai/orca — https://github.com/stablyai/orca
- bradautomates/claude-video — https://github.com/bradautomates/claude-video
- facebook/astryx — https://github.com/facebook/astryx
- iOfficeAI/OfficeCLI — https://github.com/iOfficeAI/OfficeCLI
- usestrix/strix — https://github.com/usestrix/strix
- tt-a1i/archify — https://github.com/tt-a1i/archify
- alibaba/page-agent — https://github.com/alibaba/page-agent
- alirezarezvani/claude-skills — https://github.com/alirezarezvani/claude-skills
- ChromeDevTools/chrome-devtools-mcp — https://github.com/ChromeDevTools/chrome-devtools-mcp
- vxcontrol/pentagi — https://github.com/vxcontrol/pentagi
- JuliusBrussee/caveman — https://github.com/JuliusBrussee/caveman
- pbakaus/impeccable — https://github.com/pbakaus/impeccable
- anthropics/claude-code — https://github.com/anthropics/claude-code
- xbtlin/ai-berkshire — https://github.com/xbtlin/ai-berkshire
- huggingface/speech-to-speech — https://github.com/huggingface/speech-to-speech
- davila7/claude-code-templates — https://github.com/davila7/claude-code-templates
- browser-use/video-use — https://github.com/browser-use/video-use
- ansible/ansible — https://github.com/ansible/ansible
- Robbyant/lingbot-map — https://github.com/Robbyant/lingbot-map
- agentskills/agentskills — https://github.com/agentskills/agentskills
- kyutai-labs/pocket-tts — https://github.com/kyutai-labs/pocket-tts
- harvard-edge/cs249r_book — https://github.com/harvard-edge/cs249r_book
- cheahjs/free-llm-api-resources — https://github.com/cheahjs/free-llm-api-resources
- HKUDS/Vibe-Trading — https://github.com/HKUDS/Vibe-Trading
- TencentCloud/TencentDB-Agent-Memory — https://github.com/TencentCloud/TencentDB-Agent-Memory
- jamiepine/voicebox — https://github.com/jamiepine/voicebox
- mauriceboe/TREK — https://github.com/mauriceboe/TREK
- JCodesMore/ai-website-cloner-template — https://github.com/JCodesMore/ai-website-cloner-template
- google-labs-code/stitch-skills — https://github.com/google-labs-code/stitch-skills
- microsoft/flint-chart — https://github.com/microsoft/flint-chart
- nrwl/nx — https://github.com/nrwl/nx
- addyosmani/agent-skills — https://github.com/addyosmani/agent-skills
- Leonxlnx/taste-skill — https://github.com/Leonxlnx/taste-skill
More from GitHub Repos