← GitHub Repos
GitHub Repos 2026-06-15

Top 10 GitHub Repos — 2026-06-15

Top 10 GitHub Repos — 2026-06-15

Top 10 GitHub Repos — 2026-06-15

As of: 2026-06-15 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 — a clear signal that the industry is moving from "can agents code?" to "how do we make agents reliable, secure, and tasteful?" Multiple repos package production-grade skills, security scanners, and design guidance for Claude Code, Codex, Gemini CLI, and others. Alongside this, we see strong entries in LLM inference optimization (KV cache layers), local-first AI (healthcare, speech, model selection), and agentic RL training environments. The MCP and plugin surface continues to expand, with several repos offering MCP server components.


1. NVIDIA/SkillSpector

Security scanner for AI agent skills. Detects vulnerabilities, malicious patterns, and security risks before installing agent skills. Research cited in the repo shows 26.1% of agent skills contain security issues — this tool addresses that gap directly for Claude Code, Codex CLI, Gemini CLI, and others.

Why it's on the list: As the agent skills ecosystem explodes, a security scanner from NVIDIA is exactly what the community needs right now.


2. mvanhorn/last30days-skill

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web, then synthesizes a grounded summary. An AI agent-led search engine scored by upvotes, likes, and real money — not editors. The v3 pipeline is documented in the README.

Why it's on the list: A practical, multi-platform research skill that solves a real pain point for agents needing current, grounded information.


3. LMCache/LMCache

A KV cache management layer for scalable LLM inference. Supercharges LLM serving with the fastest KV cache layer available. Recent updates include agentic workload benchmarks on AMD MI300X and a new multiprocess architecture release.

Why it's on the list: KV cache optimization is critical for production LLM deployments, and LMCache is pushing the state of the art with real benchmarks.


4. huggingface/OpenEnv

An interface library for RL post-training with environments. Provides an end-to-end framework for creating, deploying, and using isolated execution environments for agentic RL training, built with Gymnasium-style APIs. Includes a featured example training LLMs to play BlackJack.

Why it's on the list: From HuggingFace — a framework that bridges RL training and agentic environments, directly relevant to anyone doing agent post-training.


5. pydantic/monty

A minimal, secure Python interpreter written in Rust for use by AI. Avoids the cost, latency, and complexity of full container-based sandboxes for running AI-generated code. Still experimental but from the Pydantic team.

Why it's on the list: A Rust-based sandboxed Python interpreter for AI code execution — addresses a core infrastructure need for agent tool use.


6. addyosmani/agent-skills

Production-grade engineering skills for AI coding agents. Skills encode workflows, quality gates, and best practices that senior engineers use — packaged so AI agents follow them consistently across DEFINE, PLAN, BUILD, VERIFY, REVIEW, and SHIP phases.

Why it's on the list: From a well-known Chrome engineering leader — brings senior engineering discipline to agent-driven development.


7. chopratejas/headroom

Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. Claims 60-95% fewer tokens with the same answers. Available as a library, proxy, and MCP server.

Why it's on the list: Token compression is a practical cost-saver for anyone running agents or RAG pipelines, and the MCP server integration makes it immediately useful.


8. aaif-goose/goose

An open source, extensible AI agent that goes beyond code suggestions — install, execute, edit, and test with any LLM. Recently moved to the Agentic AI Foundation (AAIF) at the Linux Foundation. Available as a desktop app, CLI, and API.

Why it's on the list: A major governance milestone (Linux Foundation) for a popular open-source agent — signals long-term stability and community backing.


9. Andyyyy64/whichllm

Find the local LLM that actually runs and performs best on your hardware. Auto-detects GPU/CPU/RAM and ranks top models from HuggingFace that fit your system. One command, run it instantly, ranked by real, recency-aware benchmarks.

Why it's on the list: Solves the "which model fits my hardware?" problem with a single CLI command — essential for anyone running local LLMs.


10. pbakaus/impeccable

Design guidance for AI coding agents. 1 skill, 23 commands, live browser iteration, and 41 deterministic detector rules for AI-generated frontend design. Install with npx impeccable skills install, then use /impeccable init inside your AI coding tool.

Why it's on the list: Addresses the "AI generates ugly UIs" problem with deterministic design rules — practical for anyone shipping agent-built frontends.


Honorable Mentions

  • phuryn/pm-skills — 68 PM skills and 42 chained workflows across 9 plugins for Claude Code and Cowork.
  • Leonxlnx/taste-skill — Anti-slop frontend framework for AI agents; stops generic boilerplate UIs.
  • safishamsi/graphify — Turn code, SQL schemas, docs, and images into queryable knowledge graphs via agent skills.
  • eyaltoledano/claude-task-master — AI-powered task management system for Cursor, Lovable, Windsurf, and Roo.
  • dmtrKovalenko/fff — Fast file search toolkit for AI agents, Neovim, and CLI; typo-resistant with frecency ranking.

Sources

More from GitHub Repos