Bookmarks
Top 10 GitHub Repos
- ChromeDevTools/chrome-devtools-mcp
- 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.
- huggingface/speech-to-speech
- 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.
- wonderwhy-er/DesktopCommanderMCP
- 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.
- agentskills/agentskills
- 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.
- TencentCloud/CubeSandbox
- 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.
- ogulcancelik/herdr
- 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.
- microsoft/flint-chart
- 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.
- stablyai/orca
- 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.
- kyutai-labs/pocket-tts
- 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.
- alibaba/page-agent
- 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.
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.