← GitHub Repos
GitHub Repos 2026-06-20

Top 10 GitHub Repos — 2026-06-20

Top 10 GitHub Repos — 2026-06-20

Top 10 GitHub Repos — 2026-06-20

As of: 2026-06-20 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 — structured workflows that give AI coding agents production-grade capabilities across engineering, product management, and design. MCP infrastructure continues to mature with high-performance code intelligence and security scanning for agent skills. Several new monitoring and observability tools for coding agents also stand out, alongside a wave of agentic frameworks from major players like Google and Microsoft. The theme is clear: the agent tooling stack is rapidly professionalizing.


1. NVIDIA/SkillSpector

Security scanner for AI agent skills that detects vulnerabilities, malicious patterns, and security risks before installing agent skills. Addresses the implicit trust problem where agent skills (used by Claude Code, Codex CLI, Gemini CLI, etc.) execute with minimal vetting — research shows 26.1% of skills contain risks.

Why it's on the list: First-mover security tool for the exploding agent skills ecosystem, from NVIDIA.


2. DeusData/codebase-memory-mcp

High-performance code intelligence MCP server that indexes codebases into a persistent knowledge graph in milliseconds. Supports 158 languages, sub-ms queries, 99% fewer tokens, ships as a single static binary with zero dependencies. Can full-index the Linux kernel (28M LOC) in milliseconds.

Why it's on the list: Radical performance claims for codebase-aware MCP — the kind of infrastructure that makes agentic coding viable at scale.


3. addyosmani/agent-skills

Production-grade engineering skills for AI coding agents that encode the workflows, quality gates, and best practices senior engineers use. Covers the full development lifecycle: DEFINE, PLAN, BUILD, VERIFY, REVIEW, SHIP — packaged so AI agents follow them consistently.

Why it's on the list: From a Chrome engineering leader — sets the standard for what "agent skills" should look like in production.


4. kenn-io/agentsview

Local-first session search, analytics, insights, and token use statistics for coding agents. Supports Claude Code, Codex, and 20+ other agents. One binary, no accounts, everything stays local.

Why it's on the list: Fills a critical gap — observability for the multi-agent workflow era, with privacy-first local storage.


5. google/agents-cli

CLI and skills that turn any coding assistant into an expert at creating, evaluating, and deploying AI agents on Google Cloud's Gemini Enterprise Agent Platform. Provides commands and skill definitions for the full agent lifecycle.

Why it's on the list: Google's official entry into the agent skills CLI space — signals platform-level commitment to agent tooling.


6. graykode/abtop

Like htop, but for AI coding agents. Monitors Claude Code, Codex CLI, and OpenCode sessions in real-time — token usage, context window percentage, rate limits, child processes, open ports, and more.

Why it's on the list: Essential ops tool for anyone running multiple coding agents; fills the same niche htop does for system processes.


7. agentgateway/agentgateway

Next-generation agentic proxy for AI agents and MCP servers built on MCP and A2A protocols. Provides drop-in security, observability, and governance for agent-to-LLM, agent-to-tool, and agent-to-agent communication across any framework.

Why it's on the list: The first complete connectivity layer for the agent ecosystem — addresses the "too many protocols" problem head-on.


8. microsoft/fara

Fara-7B: An efficient agentic model for computer use. A compact model designed for GUI automation and computer-use agent tasks, with a refreshed WebTailBench evaluation suite.

Why it's on the list: Microsoft's bet on smaller, specialized agent models — relevant for anyone building computer-use agents without massive compute.


9. withastro/flue

The sandbox agent framework — a programmable TypeScript harness for building autonomous agents and AI workflows. Not another SDK; focuses on a harness pattern with skill imports and runtime routing.

Why it's on the list: From the Astro team — brings their DX sensibility to agent frameworks, with a clean TypeScript-first approach.


10. dmtrKovalenko/fff

The fastest and most accurate file search toolkit for AI agents, Neovim, Rust, C, Python, Bun, and NodeJS. Typo-resistant path and content search, frecency-ranked file access, background watcher, and lightweight in-memory content index. Claims to be way faster than ripgrep and fzf in long-running processes.

Why it's on the list: File search is a bottleneck for agentic coding — this directly addresses agent speed and accuracy in large codebases.


Honorable Mentions

  • Panniantong/Agent-Reach — Give AI agents eyes to read Twitter, Reddit, YouTube, GitHub, and more via one CLI with zero API fees.
  • chopratejas/headroom — Compress tool outputs, logs, and RAG chunks before they reach the LLM; 60-95% fewer tokens with same answers.
  • phuryn/pm-skills — 100+ product management agent skills and 42 chained workflows for Claude Code and others.
  • calesthio/OpenMontage — First open-source agentic video production system with 12 pipelines and 500+ agent skills.
  • eyaltoledano/claude-task-master — AI-powered task management system that drops into Cursor, Lovable, Windsurf, and Roo.

Sources

More from GitHub Repos