GitHub Trending Weekly 2026-06-17: Skills Ecosystem Matures with Security, Apple Containers Go Official, Non-AI Tools Break Through
Data Period: June 9–17, 2026 (Rolling 7 days) Sources: GitHub Trending weekly + monthly, GitHub Search API, HN Algolia
TL;DR: Two major surprises this week: apple/container v1.0 challenges Docker Desktop with a 1 VM per container architecture, earning 1,266 points on Hacker News; NVIDIA SkillSpector reveals 26% of AI skills in the wild contain vulnerabilities, marking the Skills ecosystem's transition into the security governance phase. The standout on the new repos chart is kage, a Go-based offline website mirroring tool that scored 689 HN points—outranking most AI tools and suggesting developers increasingly value practical utility over hype.
📈 Fastest Growing — Top 15 Weekly Star Growth
Source:
github.com/trending?since=weekly🔁 = Appears on both weekly and monthly trending (sustained momentum)
| # | Project | +Stars/week | Total Stars | Language | Created |
|---|---|---|---|---|---|
| #1 | addyosmani/agent-skills | +11,088 | 61,198 | Shell | 2026-02-15 |
| #2 🔁 | chopratejas/headroom | +10,660 | 30,002 | Python | 2026-01-07 |
| #3 🔁 | apple/container | +10,541 | 37,845 | Swift | 2025-05-30 |
| #4 | mvanhorn/last30days-skill | +9,676 | 43,460 | Python | 2026-01-23 |
| #5 | phuryn/pm-skills | +6,117 | 19,001 | — | 2026-03-01 |
| #6 | Panniantong/Agent-Reach | +5,873 | 31,986 | Python | 2026-02-24 |
| #7 | iptv-org/iptv | +5,351 | 123,986 | TypeScript | 2018-11-14 |
| #8 | NVIDIA/SkillSpector | +4,633 | 6,973 | Python | 2026-03-21 |
| #9 | refactoringhq/tolaria | +3,179 | 16,539 | TypeScript | 2026-02-14 |
| #10 | lfnovo/open-notebook | +3,025 | 31,106 | TypeScript | 2024-10-21 |
| #11 | x1xhlol/system-prompts-and-models-of-ai-tools | +1,668 | 140,678 | — | 2025-03-05 |
| #12 | chatwoot/chatwoot | +1,472 | 32,037 | Ruby | 2019-08-14 |
| #13 | microsoft/PowerToys | +1,129 | 135,077 | C | 2019-05-01 |
| #14 | asgeirtj/system_prompts_leaks | +935 | 42,789 | JavaScript | 2025-05-03 |
| #15 | mattermost/mattermost | +853 | 37,964 | TypeScript | 2015-06-15 |
🆕 Top New Repos — 15 Newest High-Velocity Projects
Source: GitHub Search API (
created:2026-06-09..2026-06-17, ranked by total stars)
| # | Project | Total Stars | Language | Created |
|---|---|---|---|---|
| #1 | DietrichGebert/ponytail | 24,417 | JavaScript | 2026-06-12 |
| #2 | XiaomiMiMo/MiMo-Code | 9,357 | TypeScript | 2026-06-10 |
| #3 | shadcn/improve | 5,006 | — | 2026-06-10 |
| #4 | omnigent-ai/omnigent | 2,736 | Python | 2026-06-11 |
| #5 | tamnd/kage | 1,751 | Go | 2026-06-14 |
| #6 | lenuckski/aur-malware-check | 1,338 | Shell | 2026-06-12 |
| #7 | SkyBlue997/enableMacosAI | 1,334 | Shell | 2026-06-10 |
| #8 | MSNightmare/RoguePlanet | 1,294 | C++ | 2026-06-09 |
| #9 | plannotator/effective-html | 988 | HTML | 2026-06-09 |
| #10 | levy-street/world-of-claudecraft | 866 | TypeScript | 2026-06-10 |
| #11 | EEliberto/IPA-Download | 795 | Swift | 2026-06-13 |
| #12 | loc567/loc567 | 767 | C | 2026-06-11 |
| #13 | orange2ai/renwei-writing | 716 | — | 2026-06-12 |
| #14 | Danilaa1/slot-text | 714 | TypeScript | 2026-06-09 |
| #15 | coder/boo | 637 | Zig | 2026-06-10 |
This Week's Spotlight — Top 10 Fastest Growing
📈 #1 — addyosmani/agent-skills | Google's Production-Grade Skills Library for AI Coding Agents
Production-grade engineering skills for AI coding agents.
+11,088 ★ this week | Total: 61,198 | Shell | MIT
Maintained by Addy Osmani (Google Chrome DevRel), agent-skills remains the most engineering-focused single repository in the Skills ecosystem. It encapsulates common engineering workflows—from spec-driven development and test-driven development to observability and instrumentation—as reusable skill files compatible with Claude Code and Codex CLI, with context-aware auto-triggering.
The explosive growth this week coincides with Agent-skills-eval (79 HN points, 37 comments), a framework specifically testing whether installing skills actually improves agent output quality. The community is asking the right question: do skills deliver real value? This marks the Skills ecosystem's transition from early adoption to critical evaluation.
📈 #2 🔁 — chopratejas/headroom | 60–95% Token Compression, Trending Strong Second Week
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
+10,660 ★ this week | Total: 30,002 | Python | Apache-2.0
headroom's consecutive appearance on both weekly and monthly trending indicates sustained momentum rather than a brief spike. Its core pitch is concrete: pre-compress tool outputs, logs, and RAG chunks before sending to the LLM. Real numbers include code search compressed from 17,700 to 1,400 tokens (-92%) and SRE incident debugging from 65,694 to 5,118 tokens.
Tejas Chopra, Senior Engineer at Netflix, brings production reliability credibility. headroom supports three usage modes—Python library, HTTP proxy, and MCP server—making it straightforward to integrate without major architecture changes. For teams where Claude API costs have become significant, this warrants serious evaluation.
📈 #3 🔁 — apple/container | Apple's Official Container Tool v1.0 Hits 1,266 Points on Hacker News
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
+10,541 ★ this week | Total: 37,845 | Swift | Apache-2.0
Released June 10 as v1.0.0, apple/container dominates this week's discussion on Hacker News with 1,266 points and 436 comments—the highest engagement on any single technology this week.
Its architecture decision: one container per lightweight VM, contrasting Docker Desktop's shared-VM-for-all-containers model. Apple's approach offers stronger isolation with subsecond startup, consumes standard OCI images (pull from Docker Hub), and is written entirely in Swift optimized for Apple Silicon. The 436 HN comments largely debate positioning versus Docker Desktop, Podman, and Lima, with speculation about whether Apple will consolidate the Mac container ecosystem toward its own official tool.
📈 #4 — mvanhorn/last30days-skill | Cross-Platform Research Skill Integrating Reddit, X, HN, Polymarket
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
+9,676 ★ this week | Total: 43,460 | Python | MIT
last30days-skill solves a specific problem: when you ask an LLM "what has been discussed about this topic in the past 30 days," you typically get either stale answers or narrow single-source summaries. This skill chains Reddit, X/Twitter, YouTube, HN, Polymarket, and web search into a structured research pipeline, producing source-backed summaries.
The clawhub and openclaw tags indicate it's built for the emerging agent skills marketplace, directly installable on OpenClaw (a Claude Code–compatible skills platform). For market researchers or social listening applications, this beats manual multi-platform searching.
📈 #5 — phuryn/pm-skills | Product Manager Skills Marketplace: 100+ PM Workflows
PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.
+6,117 ★ this week | Total: 19,001 | MIT
phuryn/pm-skills exemplifies Skills ecosystem vertical specialization. It systematizes PM workflows from discovery (user research, competitive analysis) through strategy, execution, launch, and growth into 100+ reusable skill units directly compatible with Claude Code and claude-cowork-plugin.
The significance: what previously required PMs to write custom prompts or maintain CLAUDE.md files can now be deployed from pre-built best-practice skill packages. The trade-off: standardized skills sacrifice context-specific tuning. Recommendation: pilot 1–2 highest-frequency workflows before broad rollout.
📈 #6 — Panniantong/Agent-Reach | Give Your AI Agent Eyes to See the Entire Internet, Zero API Fees
Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
+5,873 ★ this week | Total: 31,986 | Python | MIT
Agent-Reach positions itself as the perception infrastructure layer for AI agents: a single CLI bundling read and search capabilities across Twitter, Reddit, YouTube, GitHub, Bilibili, and Xiaohongshu with zero official API keys required (leveraging unofficial pathways). It also ships as an MCP server for direct mounting on Claude Code and similar agent platforms.
Reality check: zero API costs typically mean relying on scraping or private APIs, trading stability and long-term maintainability for cost savings. Suitable for personal research and prototyping; risky for production data pipelines.
📈 #7 — iptv-org/iptv | Global Free IPTV Channel Collection: A Non-AI Tool Breaks the Top 10
Collection of publicly available IPTV channels from all over the world
+5,351 ★ this week | Total: 123,986 | TypeScript | Unlicense
Created in 2018, iptv-org/iptv suddenly jumped to #7 with +5,351 stars this week without obvious HN discussion. Periodic spikes in repos like this often correlate with regional sports events, political developments, or media restrictions, reflecting substantial non-developer GitHub usage.
Lesson for developers: a 124K-star repository can grow 5K+ stars weekly without any new features, indicating long-tail appeal for consistently-maintained resource repos.
📈 #8 — NVIDIA/SkillSpector | Skills Security Scanner Detects Vulnerabilities in 26% of Skills
Security scanner for AI agent skills. Detect vulnerabilities, malicious patterns, and security risks.
+4,633 ★ this week | Total: 6,973 | Python | Apache-2.0
NVIDIA SkillSpector arrives at precisely the moment the Skills ecosystem experiences explosive growth. Its findings are unsettling: 26.1% of skills in the wild contain vulnerabilities; 5.2% show possible malicious intent.
It covers 64 vulnerability patterns across 16 categories—prompt injection, data exfiltration, privilege escalation, supply chain attacks, memory poisoning, and more. Two-stage scanning: fast static analysis plus optional LLM semantic evaluation, producing a 0–100 risk score.
HN discussion (49 points) centers on whether NVIDIA releasing this tool is market positioning or genuine security contribution. Either way, run it on any third-party skill before installation.
📈 #9 — refactoringhq/tolaria | Desktop App for Managing Markdown Knowledge Bases
Desktop app to manage markdown knowledge bases
+3,179 ★ this week | Total: 16,539 | TypeScript | AGPL-3.0
tolaria addresses a quiet pain point: as more teams manage CLAUDE.md, skills, and notebooks as markdown files, they scatter across the repo without visual organization. tolaria provides a desktop UI for markdown knowledge base management.
AGPL-3.0 licensing requires caution if integrating into commercial products. Positioned as an open-source Obsidian alternative, it appeals to developers wanting self-hosted knowledge management.
📈 #10 — lfnovo/open-notebook | Open-Source NotebookLM Alternative with More Flexibility
An Open Source implementation of Notebook LM with more flexibility and features
+3,025 ★ this week | Total: 31,106 | TypeScript | MIT
open-notebook is Google NotebookLM's open-source counterpart, emphasizing choice of LLM and self-hosting without lock-in to Google's API constraints. With 31K+ stars and 3,533 forks, it's proven itself beyond toy status.
For knowledge workers or organizations with data sovereignty requirements, open-notebook offers self-hosted NotebookLM experience worth evaluating as a replacement.
This Week's Spotlight — Top 10 New Repos
🆕 #1 — DietrichGebert/ponytail | Make Your AI Agent Think Like the Laziest Senior Dev in the Room
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
24,417 ★ | JavaScript | MIT | Created: 2026-06-12
Created June 12, ponytail hit 24K stars in 3 days—the new repos chart champion this week. Its philosophy: YAGNI (You Ain't Gonna Need It) for agents. Encode the instinct of experienced developers—"does this task need to exist?" "can standard libraries handle it?" "can we do it in one line?"—into agent behavior constraints.
HN discussion (89 points, 13 comments) raised the right concern: will ponytail make agents overly lazy, cutting corners on genuinely custom problems? Fair point, but ponytail offers lite/full/ultra intensity levels plus quantified benchmarks: 16% fewer tokens, ~4x faster, code shrinking from 293 to 47 lines.
🆕 #2 — XiaomiMiMo/MiMo-Code | Xiaomi's Open-Source AI Coding Terminal Tool
9,357 ★ | TypeScript | MIT | Created: 2026-06-10
Xiaomi's MiMo AI team open-sourced MiMo Code as a "terminal-native AI coding assistant," building on OpenCode with free access to MiMo-V2.5 (1M token context window). They claim superior performance on long agentic coding workflows (200+ steps) versus Claude Code.
License strategy: MIT open-source + bundled free MiMo model creates adoption incentive. As Chinese tech companies enter AI coding competition, MiMo Code warrants tracking.
🆕 #3 — shadcn/improve | Cost-Optimized Framework: Expensive Model Audits, Cheap Model Executes
Use your most capable model to audit your codebase and write plans for cheaper models to execute.
5,006 ★ | MIT | Created: 2026-06-10
shadcn (author of shadcn/ui) standardized a practical cost optimization: use your most capable model (e.g., Claude Opus) for read-only codebase audits and plan writing; let cheaper models (e.g., Claude Haiku) execute. Audits cover eight dimensions—correctness, security, performance, tech debt, test coverage, etc.—producing self-contained execution plans.
Pure skill format, no dependencies. Hit 1.4K+ stars in 48 hours. While shadcn's personal brand helped, the concept clarity is genuinely worth studying.
🆕 #4 — omnigent-ai/omnigent | Meta-Harness for All Your AI Agents
A meta-harness for all your AI agents. Provides a common layer over Claude Code, Codex, Pi, and the agents you write yourself.
2,736 ★ | Python | Apache-2.0 | Created: 2026-06-11
omnigent layers unified interface on top of Claude Code, Codex, and custom agents, letting you switch or compose different systems without rewriting, plus policy and sandboxing. Also supports real-time multi-person shared sessions.
Low HN engagement (2 points) suggests the community views meta-harness abstraction skeptically—possibly overkill for most individual developers. Enterprise multi-agent governance is more likely its true market.
🆕 #5 — tamnd/kage | Mirror Any Website to a Single Go Binary for Offline Viewing
Shadow any website for offline viewing, with the JavaScript stripped out
1,751 ★ | Go | MIT | Created: 2026-06-14
kage (Japanese for "shadow") earned 689 HN points with 139 comments—highest engagement among new repos this week. It uses headless Chrome to render a target website, strips all JavaScript, localizes CSS/images/fonts, and packages everything as a single offline-browsable folder. Pure Go single binary, installable via brew install or .deb/.rpm packages.
HN's 139 comments span comparisons with HTTrack and wget (cleaner JS handling), concerns about SPA websites, and discussion of potential uses in AI research, web archival, and documentation backup. A non-AI tool generating more discussion than most AI tools signals shifting developer priorities.
🆕 #6 — lenuckski/aur-malware-check | Response Tool to June 2026 AUR Supply-Chain Attack
Detection tools for the June 2026 atomic-lockfile AUR supply-chain attack. Consolidated from community Gists.
1,338 ★ | Shell | Created: 2026-06-12
This repo emerged in response to a real June 2026 security incident: atomic-lockfile supply-chain compromise in AUR (Arch User Repository). lenuckski consolidated community-contributed detection scripts into a unified tool.
Critical for Arch Linux users. For the broader developer community, a reminder: supply-chain attacks are no longer hypothetical—non-official software repositories require regular audits.
🆕 #7 — SkyBlue997/enableMacosAI | Chinese-Market Mac One-Click Full Apple Intelligence Unlock
国行 Mac 一键开启完整 Apple 智能(端侧 + Private Cloud Compute 云端)· macOS 27 / Apple Silicon
1,334 ★ | Shell | Created: 2026-06-10
Unlocks full macOS 27 Apple Intelligence on China-market Macs, including on-device inference and Private Cloud Compute. Direct utility for the large Chinese developer base using mainland Macs explains its 1,334 stars in days.
Monthly Trending Overlay
🔁 Projects appearing on both weekly and monthly top 15:
- chopratejas/headroom (monthly #1, +26,561): Context Engineering standard-bearer with sustained momentum across both charts.
- apple/container (monthly #6, +10,915): v1.0 launch propelled it from monthly mid-tier to weekly #3, with higher HN engagement than other monthly trending repos—true long-tail effect.
Other monthly notables absent from this week's chart:
- colbymchenry/codegraph (monthly #2, +47,946): Pre-indexed code knowledge graph for Claude Code/Codex; likely next week's weekly contender.
- Leonxlnx/taste-skill (monthly #12, +26,989): Removes AI-generated text signatures; sustained popularity.
Weekly Trend Insights
Skills Ecosystem Enters Security Governance Phase
This week's biggest structural signal isn't which skill gained the most stars—it's NVIDIA releasing SkillSpector. Security tools appear when an ecosystem grows large enough to attract malicious actors. The 26% vulnerability rate, if accurate, deserves serious attention from individual developers and enterprises. Expect skill security, auditing, and signing to heat up in coming weeks.
"Expensive Model Audits + Cheap Model Executes" Is Now the Standard Pattern
shadcn/improve codified this approach, but it's been brewing in practice for weeks. Combined with headroom's token compression and last30days-skill's multi-source research, a systematic direction emerges: AI coding workflow cost optimization is graduating from isolated tricks to reusable tooling layers.
Non-AI Tool HN Performance: What It Signals
kage (689 points) and ponytail (89 points) outscored most AI tools on Hacker News. kage solves "I want to read this webpage offline"—a 40-year-old human need. ponytail tackles "AI generates overengineered code"—a genuine pain point. Both are "people actually use this" tools, not "the AI era demands this" tools. Worth reflecting on.
Was this article helpful?



