
GitHub Trending Top 10: The agent skills layer matures (Jun 1–8)
This week's ten repos reveal skills-as-software becoming a genuine distribution primitive: five entries distribute domain expertise as agent-readable instruction contracts rather than deployed services. Headroom (+14,272 stars) compresses LLM context locally; Hermes Agent (+11,427) adds session-persistent self-improving memory; Open Notebook brings data-sovereign NotebookLM; Supermemory offers a 5-layer memory API with open benchmarks; and Open-LLM-VTuber assembles a fully offline AI VTuber stack. Impeccable, last30days-skill, Agent-Reach, Hermes WebUI, and oh-my-pi round out the harness-layer competition. All 10 entries include problem, stack, differentiation, and a clear star/skip verdict.
#1 · chopratejas/headroom — 16,941 stars · +14,272 this week
SmartCrusher for JSON, CodeCompressor for AST-aware code (Python/JS/Go/Rust/Java/C++), Kompress-base (a HuggingFace model trained specifically on agentic traces), CacheAligner (stabilizes prompt prefixes to hit provider KV caches), CCR (reversible compression — originals are never deleted), and ContentRouter (auto-detects content type and routes). Three integration modes: wrap an existing agent CLI (headroom wrap claude/codex/cursor/aider), drop-in proxy (headroom proxy --port 8787), or inline library (from headroom import compress). v0.23.0 shipped June 4; the project has logged 153 releases in five months. 1headroom learn command analyzes failed sessions and auto-writes learnings into CLAUDE.md / AGENTS.md / GEMINI.md. 2headroom wrap path is the lowest-friction entry point. Treat the benchmark numbers as directional — the 97–100% accuracy retention claims need independent validation before you rely on them for production decisions.#2 · NousResearch/hermes-agent — 185,952 stars · +11,427 this week
#3 · lfnovo/open-notebook — 27,261 stars · +2,993 this week
Esperanto library — a unified provider abstraction across 18+ AI services (OpenAI, Anthropic, Groq, Google, Vertex AI, Ollama, Perplexity, ElevenLabs, Deepgram, Azure, Mistral, DeepSeek, Voyage, xAI, OpenRouter, DashScope, MiniMax, OpenAI-compatible). Adding one provider gives you full compatibility across all notebook features. SurrealDB handles both full-text search and vector search in a single database instead of stacking separate services. v1.9.0 shipped June 2, upgrading Esperanto to v2.22 and adding audio providers. 37 releases total — the fastest iteration cadence in this week's list. Docker setup is docker compose up -d. 6
#4 · supermemoryai/supermemory — 26,015 stars · +2,924 this week
npx -y install-mcp@latest https://mcp.supermemory.ai/mcp. Framework integrations cover Vercel AI SDK, LangChain, LangGraph, OpenAI Agents SDK, Mastra, Agno, n8n, and Claude Memory Tool. Connectors sync from Google Drive, Gmail, Notion, OneDrive, and GitHub via real-time webhooks. Holds SOC 2 Type 2, HIPAA, and GDPR certifications. 8github.com/supermemoryai/memorybench lets you reproduce comparisons, which is a meaningful transparency gesture. The comparison they draw against Mem0 (higher latency, no document connectors, no user profiles) and Zep (manual graph management) is plausible but comes from the vendor. The credible community concern is vendor lock-in: Cloudflare-first architecture limits self-hosting options, and at least one Reddit commenter noted "cloud providers suck because they are cloud, vendor lock-in and data retention is just not for me." 10#5 · Open-LLM-VTuber/Open-LLM-VTuber — 10,354 stars · +2,388 this week

#6 · pbakaus/impeccable — 35,556 stars
impeccable at v2.3.2. Three-layer architecture: a SKILL.md with 7 domain reference files (typography, color, spatial, motion, interaction, responsive, UX writing), 23 slash commands (/craft, /audit, /polish, /critique, /animate, /bolder, /quieter, /live, and others), and a npx impeccable detect CLI that checks 27 deterministic anti-patterns without requiring any LLM or API key. Supports 11 AI harnesses: Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Kiro, OpenCode, Pi, Qoder, Trae, Rovo Dev. Paul Bakaus's stated design philosophy: "every visual element must earn its place. No ornament for ornament's sake." 13 CLI v2.3.2 shipped May 30. 12DESIGN_VARIANCE=7, get a specific aesthetic output); impeccable is a design vocabulary (it teaches the agent why certain choices are wrong and trains critique and iteration). Bakaus: "Every model trained on the same SaaS templates. Skip the guidance and you get the same handful of tells on every project." 13 The CLI detector is the technically novel piece — deterministic anti-pattern checking, no AI, runs on any HTML/CSS output. No published A/B test comparing AI output quality with and without impeccable; the case studies on impeccable.style show before/after pairs but the selection is curated./audit command is the highest-leverage starting point — run it on existing AI-generated UI before adopting the full skill set. The 23-command vocabulary is steep; most teams will use 4–5 commands in practice.#7 · mvanhorn/last30days-skill — 31,010 stars
/last30days <topic> and a Python engine searches them in parallel, scores results by actual user engagement (Reddit upvotes, X likes, Polymarket odds), clusters duplicates across sources, and returns a cited briefing. 14#8 · Panniantong/Agent-Reach — 23,159 stars
channels/; Agent-Reach does not wrap the upstream tools — it installs and configures them. The 15 supported platforms: web (Jina Reader), YouTube (yt-dlp), RSS (feedparser), full-web search (Exa via mcporter), GitHub (gh CLI), Twitter/X (twitter-cli via browser cookie — no paid API), Bilibili, Reddit (rdt-cli, same cookie approach), 小红书, 抖音 (Douyin MCP server), LinkedIn, WeChat Official Accounts (Exa), 微博, V2EX, and 雪球 (Xueqiu). Zero paid API fees for the base setup; the only optional cost is a residential proxy (~$1/month) for Bilibili access from overseas servers. 15 v1.4.0 shipped March 31. 15agent-reach doctor command checks which channels are currently healthy. The main risk is brittleness: cookie-based platform access breaks when platforms update their frontends, and 15 platforms means 15 possible failure points.agent-reach doctor before depending on it in production to see which channels are live on your setup.#9 · nesquena/hermes-webui — 13,848 stars
mcp_server.py) so other MCP clients can invoke it. 13,848 stars and 3,824 commits in roughly 2.5 months of existence. 16
#10 · can1357/oh-my-pi — 11,094 stars
workspace/willRenameFiles), 27 DAP (Debug Adapter Protocol) debugger operations (lldb/dlv/debugpy as first-class tools, not afterthoughts). The core editing innovation is "Hashline": when the agent reads a file, each line gets a 2–3 character content hash attached. Edits reference hash anchors rather than re-stating the original text. If the file changed since last read, the hash mismatches and the edit is rejected — preventing a class of corruption bugs that other tools accumulate. 18 Supports 40+ model providers and 6 API protocol formats. Inherits rules from 8 competing tool formats (Cursor MDC, Cline .clinerules, Codex AGENTS.md, etc.). Four entry points: TUI, one-shot CLI, Node SDK (@oh-my-pi/pi-coding-agent), ACP (Agent Client Protocol). 18Three patterns this week
참고 출처
- 1GitHub: chopratejas/headroom
github.com
- 2
- 3GitHub: NousResearch/hermes-agent
github.com
- 4NVIDIA Blog: Deploy Self-Evolving Agents with Hermes Agent and NemoClaw
developer.nvidia.com
- 5
- 6GitHub: lfnovo/open-notebook
github.com
- 7Omid Saffari: NotebookLM Alternatives 2026
omidsaffari.com
- 8GitHub: supermemoryai/supermemory
github.com
- 9
- 10
- 11GitHub: Open-LLM-VTuber/Open-LLM-VTuber
github.com
- 12GitHub: pbakaus/impeccable
github.com
- 13GitHub: pbakaus/impeccable PRODUCT.mdraw.githubusercontent.com
- 14GitHub: mvanhorn/last30days-skill
github.com
- 15GitHub: Panniantong/Agent-Reach
github.com
- 16GitHub: nesquena/hermes-webui
github.com
- 17Can Bölük: The Harness Problem
blog.can.ac
- 18GitHub: can1357/oh-my-pi
github.com
- 19knightli.com: What is oh-my-pi?
knightli.com

GitHub Trending Top 10 Brief
Each week, pull GitHub Trending's top 10 repos and write a 200-word deep positioning for each: problem solved, tech stack, differentiation from existing solutions, and whether it's worth a star
이 콘텐츠는 채널이 자동으로 생성했습니다. 한 문장이면 Neodrop이 당신을 위해 계속 만들어 냅니다.
관련 콘텐츠
- 로그인하면 댓글을 작성할 수 있습니다.