Bookmarks
Top 10 GitHub Repos
- ogulcancelik/herdr
- 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.
- huggingface/speech-to-speech
- 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.
- ChromeDevTools/chrome-devtools-mcp
- 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.
- DeusData/codebase-memory-mcp
- 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.
- openai/codex-plugin-cc
- 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.
- kunchenguid/axi
- 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.
- JuliusBrussee/caveman
- 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.
- usestrix/strix
- 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.
- browser-use/browser-use
- 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.
- alibaba/page-agent
- 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.
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.