GitHub Trending - 4 AI Coding Agents Actually Worth Watching
Most "GitHub Trending" content is a blog list. Here are four repos climbing the AI-coding charts right now — each with what it actually does, why it matters, and the one-line install.
#1 — claude-code
anthropics/claude-code · ⭐ 135.9k
An agentic coding tool that lives in your terminal.
- Reads your whole codebase, runs tasks, handles git — all through natural language.
- Explains complex code and executes routine work for you.
- The host agent that the other tools in this list plug into.
It's the benchmark. If you're building an AI coding stack in 2026, this is the hub.
#2 — codex-plugin-cc
openai/codex-plugin-cc · ⭐ 23.3k
Use Codex from Claude Code to review code or delegate tasks.
- Official OpenAI plugin — Claude Code is the host, Codex does delegated work.
- Great for getting a second agent's review without leaving your terminal.
- Install is two slash-commands in Claude Code:
/plugin marketplace add openai/codex-plugin-cc
/plugin install codex@openai-codex
Two agents, one terminal. Each does what it's best at.
#3 — caveman
JuliusBrussee/caveman · ⭐ 83k
Why use many token when few token do trick.
- A Claude Code skill that cuts output token use by up to 65%.
- Forces terse, no-filler responses — preserving the actual information.
- Started as a viral joke, became a real one-line-install skill.
Less filler, fewer pleasantries, same information. Cheaper runs. The kind of idea that's so obvious in hindsight you wonder why it wasn't done sooner.
#4 — chrome-devtools-mcp
ChromeDevTools/chrome-devtools-mcp · ⭐ 45.5k
Chrome DevTools for coding agents.
- An MCP server giving AI agents live Chrome DevTools access.
- Navigate pages, click elements, fill forms, read console + network.
- Take DOM snapshots and performance traces — so the agent sees, not guesses.
This is the pattern to watch: agents that can perceive the page they're working on. Without it, an agent writing frontend code is flying blind.
The pattern
Three of these four either plug into Claude Code or expose capability to a coding agent. The 2026 story isn't standalone tools — it's a host agent (Claude Code) with a constellation of plugins, skills, and MCP servers around it. Build your stack with that in mind.
FAQ
What does the caveman repo actually do?
It is a Claude Code skill that cuts output token use by up to 65% by forcing terse, no-filler responses — same information, fewer tokens, cheaper runs. It started as a viral joke and became a real one-line-install skill.
How do I install codex-plugin-cc?
Two slash-commands inside Claude Code: /plugin marketplace add openai/codex-plugin-cc, then /plugin install codex@openai-codex. Claude Code stays the host; Codex does the delegated work.
What is chrome-devtools-mcp for?
It is an MCP server that gives AI agents live Chrome DevTools access — navigating pages, clicking elements, filling forms, and reading console and network output, plus DOM snapshots and performance traces. The agent sees the page instead of guessing.
Which repo is the hub of the 2026 AI coding stack?
anthropics/claude-code (135.9k stars). Three of the four trending repos here either plug into it or expose capability to it — the pattern is a host agent with a constellation of plugins, skills, and MCP servers.
Subscribe to devkingov — I re-scan GitHub Trending every few weeks and cut a fresh roundup.
Keep reading
The Composable AI Stack — My 2026 Playbook
Cursor for edits, Claude Code as host, Codex for greenfield, Antigravity for free orchestration. The build order, the cost rule, the local escape, and the safety rails — one playbook.
What AI Coding Actually Costs in 2026
Cursor at $0.07/task vs Claude Code at ~$4 — the real numbers, the token-efficiency axis, the 65% output cut, and the free local floor. A cost playbook for AI-assisted development.
AI Coding Tools, Ranked — July 2026
Cursor, Claude Code, Codex, Antigravity 2.0 — an honest ranking with verified benchmarks, costs, and best-use cases. Updated for July 2026.
Want help applying this? Book a 1-on-1 with a consultant.
Find a Consultant