Back to blog
#GitHub Trending#AI#Claude Code#MCP#agents

GitHub Trending - 4 AI Coding Agents Actually Worth Watching

By DevKingOv3 min read
XLinkedIn

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

Want help applying this? Book a 1-on-1 with a consultant.

Find a Consultant