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
- Repo: https://github.com/NVIDIA/SkillSpector
- Category: AI Agents
- Status: New
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
- Repo: https://github.com/mvanhorn/last30days-skill
- Category: AI Agents
- Status: New
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
- Repo: https://github.com/LMCache/LMCache
- Category: AI Tools
- Status: Trending
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
- Repo: https://github.com/huggingface/OpenEnv
- Category: AI Tools
- Status: New
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
- Repo: https://github.com/pydantic/monty
- Category: AI Tools
- Status: New
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
- Repo: https://github.com/addyosmani/agent-skills
- Category: AI Agents
- Status: New
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
- Repo: https://github.com/chopratejas/headroom
- Category: AI Tools
- Status: New
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
- Repo: https://github.com/aaif-goose/goose
- Category: AI Agents
- Status: Trending
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
- Repo: https://github.com/Andyyyy64/whichllm
- Category: CLI
- Status: New
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
- Repo: https://github.com/pbakaus/impeccable
- Category: AI Agents
- Status: New
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
- mvanhorn/last30days-skill — https://github.com/mvanhorn/last30days-skill
- phuryn/pm-skills — https://github.com/phuryn/pm-skills
- chopratejas/headroom — https://github.com/chopratejas/headroom
- NVIDIA/SkillSpector — https://github.com/NVIDIA/SkillSpector
- addyosmani/agent-skills — https://github.com/addyosmani/agent-skills
- Panniantong/Agent-Reach — https://github.com/Panniantong/Agent-Reach
- Leonxlnx/taste-skill — https://github.com/Leonxlnx/taste-skill
- aaif-goose/goose — https://github.com/aaif-goose/goose
- safishamsi/graphify — https://github.com/safishamsi/graphify
- huggingface/OpenEnv — https://github.com/huggingface/OpenEnv
- Andyyyy64/whichllm — https://github.com/Andyyyy64/whichllm
- LMCache/LMCache — https://github.com/LMCache/LMCache
- pbakaus/impeccable — https://github.com/pbakaus/impeccable
- eyaltoledano/claude-task-master — https://github.com/eyaltoledano/claude-task-master
- dmtrKovalenko/fff — https://github.com/dmtrKovalenko/fff
- pydantic/monty — https://github.com/pydantic/monty
More from GitHub Repos