The June 11 GitHub Hot Repos report from The Next New Thing, hosted on Heatcheck, is a strong snapshot of where the agent stack is moving.
The headline is not just "here are ten repos with stars." The useful signal is that builders are filling the missing layers around agents: research skills, context compression, open notebooks, product-management workflows, plugin packaging, internet access, design taste, containers, and document conversion.
Credit where it belongs: the source list and many supporting links come from The Next New Thing's GitHub Hot Repos series and the June 11 Heatcheck report. JQ AI SYSTEMS is adding the practical filter: what each repo does, what workflow layer it solves, and which ones I would try first for real AI automation work.
Source Note
This is not a pure popularity ranking from JQ AI SYSTEMS. The first top 10 follows the Heatcheck report. At the end, I reorder the same field through a JQ AI SYSTEMS lens: usefulness for agent architecture, automation systems, client workflows, and small-team implementation.
Main Video
Top 10 From The Report
| Rank | Repo | Why it matters | JQ AI SYSTEMS read |
|---|---|---|---|
| 01 |
mvanhorn/last30days-skill Cross-platform research - 25.5k stars in the report |
Searches Reddit, X, YouTube, Hacker News, Polymarket, and more, then turns engagement signals into a research brief. | Useful for market scans, content research, and opportunity discovery, but treat social engagement as a signal to review, not a source of truth. |
| 02 |
chopratejas/headroom Token compression - 16.3k stars in the report |
Compresses tool output, logs, files, and RAG chunks before they hit the model. | A serious agent-infrastructure idea because verbose tool output is one of the fastest ways to waste context and money. |
| 03 |
lfnovo/open-notebook Open-source NotebookLM - 25.6k stars in the report |
Self-hosted notebooks for sources, model choice, grounded notes, and audio overviews. | The practical question is data ownership: if NotebookLM is useful but too closed, Open Notebook is worth testing. |
| 04 |
phuryn/pm-skills PM skills marketplace - 12.2k stars in the report |
Product-management skills and chained workflows across discovery, strategy, execution, launch, and growth. | Interesting because it turns product work into reusable agent procedures. Review quality carefully before adopting frameworks wholesale. |
| 05 |
openai/plugins Official Codex plugins - 2.8k stars in the report |
OpenAI examples for Codex plugins: Figma, Notion, iOS, macOS, web app builders, Netlify, and Remotion. | One of the most important repos of the week because it shows the packaging format for role-specific agent workflows. |
| 06 |
Panniantong/Agent-Reach Internet eyes for agents - 20.3k stars in the report |
A CLI layer that helps agents read and search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu, RSS, and more. | Powerful if you need public research, but credentials, cookies, platform terms, and source reliability deserve extra review. |
| 07 |
NVIDIA/cosmos World models for physical AI - 9.4k stars in the report |
NVIDIA world-model platform for robots, autonomous vehicles, smart infrastructure, simulation, and physical AI. | Probably not the first install for small-business automation, but a major signal for where physical-world agents are heading. |
| 08 |
Leonxlnx/taste-skill Anti-slop frontend - 30.8k stars in the report |
Portable SKILL.md files that push AI-built interfaces toward better layout, typography, motion, and density. | Highly relevant if you build with Codex, Claude Code, or Cursor and keep getting generic dashboards. |
| 09 |
apple/container Linux containers on Mac - 26.5k stars in the report |
Apple's Swift-based tool for OCI-compatible Linux containers as lightweight VMs on Apple silicon. | A developer-infrastructure pick: more local, native, Mac-friendly isolation for build and agent workflows. |
| 10 |
microsoft/markitdown Files to Markdown - 149k stars in the report |
Converts PDFs, Office files, images, audio, HTML, CSV, JSON, XML, ZIP, EPUB, and YouTube URLs into Markdown for LLMs. | Still one of the most useful practical repos for agent work because clean Markdown is clean context. |
One important caveat from the report: Heatcheck links to star controversy threads for last30days-skill, pm-skills, and Agent-Reach. That does not automatically make a repo bad, but it does mean stars should be treated as weak evidence. Read the code, test the workflow, and check whether real users are actually building with it.
Sponsor And Extra Picks
The report also includes Zapier MCP as a sponsor/tooling insert. For practical agent work, this belongs in the same conversation as the repos because it gives agents permission-scoped access to Gmail, Calendar, Notion, Asana, and thousands of other tools without building custom glue for every API.
The "worth checking" section includes three extra GitHub projects:
- helloianneo/ian-xiaohei-illustrations: a Codex skill for turning text into explainer illustrations.
- refactoringhq/tolaria: a files-first, git-first markdown knowledge base for Mac.
- rbrown101010/rilable: a mobile prompt-to-app builder from Riley Brown.
My favorite of those extras is tolaria, even though it is tiny. A local, git-backed markdown knowledge base is exactly the kind of boring infrastructure that makes agents useful over time.
Demo Videos From The Report
The Heatcheck report includes supporting videos for some repos. Not every project had a clean YouTube demo, so I am embedding the available ones and linking non-video sources in the source list.
mvanhorn/last30days-skill
last30days-skill demo with Matt Van Horn
lfnovo/open-notebook
Open Notebook demo by Better Stack
lfnovo/open-notebook
Open Notebook setup walkthrough
NVIDIA/cosmos
NVIDIA Cosmos 3 official intro
Leonxlnx/taste-skill
Taste Skill before and after demo
microsoft/markitdown
MarkItDown short explainer
The Pattern This Week
The model race is still happening, but this list is mostly not about models. It is about the workbench around the model.
MarkItDown and Open Notebook improve source material. headroom attacks context cost. last30days-skill and Agent-Reach give agents public research surfaces. openai/plugins, pm-skills, and taste-skill package repeatable behavior. apple/container improves local isolation. NVIDIA/cosmos points to agentic systems that need world models, not just text models.
That is the bigger story: the winning AI stack is becoming a set of durable layers. A model alone is not enough. You need clean inputs, scoped tools, memory, skills, context compression, review gates, and an interface where the agent can do useful work without making a mess.
JQ AI SYSTEMS Top 10 For This Week
If I were choosing what to test for JQ AI SYSTEMS style automation work, I would not sort by stars. I would sort by workflow leverage. Here is my practical top 10 for the week:
- microsoft/markitdown: Best immediate utility for turning messy business files into agent-readable context.
- openai/plugins: Best strategic signal: agent workflows are becoming installable packages.
- chopratejas/headroom: Best cost-control idea for long-running agents and noisy tool output.
- lfnovo/open-notebook: Best self-hosted knowledge workspace for teams that want source control.
- mvanhorn/last30days-skill: Best research workflow idea, with the caveat that engagement signals need human judgment.
- Leonxlnx/taste-skill: Best quality layer for reducing generic AI frontend output.
- apple/container: Best developer-infrastructure pick for local Mac isolation.
- Panniantong/Agent-Reach: Best broad web-access idea for agents, but only with permission review.
- phuryn/pm-skills: Best structured business-workflow skill pack, if the frameworks fit your team.
- NVIDIA/cosmos: Best long-term frontier signal, especially for robotics and physical AI builders.
The first four are the ones I would put closest to client work. MarkItDown, OpenAI plugins, headroom, and Open Notebook all help with boring but valuable infrastructure: getting information into the agent, packaging workflows, reducing token waste, and keeping sources organized.
Builder Checklist
- Start with one missing layer. Do you need cleaner files, cheaper context, better research, more memory, UI taste, or safer tool access?
- Ignore stars at first. Stars are attention. Forks, issues, docs, commit quality, and working examples matter more.
- Install in a sandbox. Especially for repos that touch cookies, browsers, local files, or agent tool access.
- Use fake data first. Test document parsers, notebooks, and agent web tools before sending client material.
- Watch permissions. Zapier MCP, Agent-Reach, browser tools, and plugins are powerful because they touch real accounts.
- Keep human review. Research briefs, product plans, generated designs, and parsed documents still need a person checking the output.
- Turn what works into a skill. If a repo improves a weekly workflow, package the setup, examples, and review rules so you can reuse it.
The short version: this week's best repos are not random toys. They are puzzle pieces for the agent operating system: source ingestion, research, memory, workflow packaging, cost control, design quality, and safe execution.
Sources And Links
- Heatcheck: GitHub Hot Repos, June 11, 2026
- The Next New Thing
- YouTube: Free clones: Notion, Lovable, Notebook LM + top 10 repos
- mvanhorn/last30days-skill
- chopratejas/headroom
- lfnovo/open-notebook
- phuryn/pm-skills
- openai/plugins
- Panniantong/Agent-Reach
- NVIDIA/cosmos
- Leonxlnx/taste-skill
- apple/container
- microsoft/markitdown
- Zapier MCP
- helloianneo/ian-xiaohei-illustrations
- refactoringhq/tolaria
- rbrown101010/rilable
- Taste Skill website
- NVIDIA Cosmos