Today's GitHub Trending page returned nineteen repositories for the daily window. Five were enriched with full metadata. The signal that matters for AI-infrastructure developers splits into three clusters: personal AI agent harnesses, agent skills and specification tooling, and AI-assisted code quality and education. Everything else on the list is either low-fit for AI dev tooling or carries dual-use risk that limits recommendation. This ranking filters for repositories that solve a concrete developer problem, not just repositories accumulating attention.

Section 01

TL;DR with a Clear Editorial Thesis

Three repositories deserve immediate inspection: obra/superpowers (composable agent workflow skills with over one hundred eighty-nine thousand total stars and the largest community in this ranking), mattpocock/skills (opinionated engineering skills for coding agents, gained over three thousand three hundred stars in one day, MIT license), and github/spec-kit (GitHub's official spec-driven development toolkit with over one thousand one hundred stars gained and support for over thirty AI coding agents). tinyhumansai/openhuman leads the daily ranking with over one thousand six hundred stars gained but carries GPL-3.0 copyleft risk. rohitg00/agentmemory continues its multi-day trending run as the leading persistent memory layer for coding agents. trycua/cua provides open-source sandbox infrastructure for computer-use agents across any operating system.

Section 02

Concept explainer

Turns the article thesis into a compact visual explanation.
Explanatory visual Turns the article thesis into a compact visual explanation.

Section 03

Ranking Table

RankRepositoryLangStars GainedTotal StarsLicenseLast PushWhy It Matters
1tinyhumansai/openhumanRust1,6966,303GPL-3.02026-05-14Personal AI super intelligence with token compression and over one hundred integrations
2rohitg00/agentmemoryTypeScript1,3798,142Apache-2.02026-05-14Persistent memory layer for coding agents; multi-day trending run continues
3obra/superpowersShell1,401189,996MIT2026-05-14Composable agent workflow skills with the largest community in this ranking
4yikart/AiToEarnTypeScript98113,254MIT2026-05-14AI-powered content marketing platform (low AI-dev-tool fit; mention-only)
5influxdata/telegrafGo1317,059MIT2026-05-13Metrics collection agent (low AI-dev-tool fit; mention-only)
6millionco/react-doctorTypeScript604N/AN/AN/AAI-aware React codebase health scanner with agent skill integration
7K-Dense-AI/scientific-agent-skillsPython99N/AN/AN/AReady-to-use agent skills for research, science, and analysis
8danielmiessler/Personal_AI_InfrastructureTypeScript435N/AN/AN/AAgentic AI infrastructure for magnifying human capabilities
9supertone-inc/supertonicSwift859N/AN/AN/AOn-device multilingual TTS running natively via ONNX
10CloakHQ/CloakBrowserPython1,835N/AN/AN/AAnti-detect Chromium (dual-use; mention-only with risk context)
11Greedeks/GTweakC#75N/AN/AN/AWindows setup tool (low AI-dev-tool fit; omitted from analysis)
12mattpocock/skillsShell3,392N/AMITN/AOpinionated agent skills for real engineering workflows
13ArthurBrussee/brushRust81N/AN/AN/A3D reconstruction tool (low AI-dev-tool fit; omitted from analysis)
14imthenachoman/How-To-Secure-A-Linux-Server234N/AN/AN/ALinux security guide (not AI dev tooling; omitted from analysis)
15apernet/hysteriaGo485N/AN/AN/ACensorship-resistant proxy (not AI dev tooling; omitted from analysis)
16rasbt/LLMs-from-scratchJupyter Notebook821N/AN/AN/AFoundational LLM education resource; multi-day trending presence
17ton-blockchain/actonRust18N/AN/AN/ATON blockchain toolchain (not AI dev tooling; omitted from analysis)
18trycua/cuaHTML245N/AMITN/AOpen-source sandbox infrastructure for computer-use agents across any OS
19github/spec-kitPython1,120N/AMITN/AGitHub's official spec-driven development toolkit; supports over thirty AI coding agents

Section 04

Section visual card

Reusable visual card for dense evidence sections.
Explanatory visual Reusable visual card for dense evidence sections.

Section 05

Ranking Table Notes

All star counts and push timestamps reflect GitHub API state as of the enrichment window. The "Stars Gained" column represents the daily delta reported by GitHub Trending; it is a short-window attention metric, not a durability signal (GitHub Trending). Total star counts are provided for enriched repositories only (the top five). Repositories without enrichment data show N/A in the Total Stars and License columns.

Section 06

GitHub Trending star-gain signal

Deterministic chart from the Growth OS GitHub Trending collector.
Evidence visual Deterministic chart from the Growth OS GitHub Trending collector.

Section 07

Three Trend Clusters

Cluster 1: Agent Skills, Specification Tooling, and Workflow Infrastructure

The dominant signal in this cycle is the convergence of agent workflow tooling around structured skill definitions and specification-driven development. obra/superpowers leads with over one hundred eighty-nine thousand total stars and gained over one thousand four hundred stars today. It provides composable skill definitions for AI agent workflows covering brainstorming, dispatching parallel agents, systematic debugging, test-driven development, and writing implementation plans. The philosophy is model-agnostic and agent-agnostic: skills are markdown-based instruction sets that any compatible coding agent can consume. The MIT license and established maintenance history make this a low-risk inspection target for teams building agent-assisted engineering processes.

mattpocock/skills gained the highest star delta among all nineteen trending repositories at over three thousand three hundred stars. The repository focuses on what Matt Pocock calls "real engineering, not vibe coding" — structured skill definitions that prevent agents from losing intent, being verbose, or creating architectural decay. Skills cover engineering workflows like issue triage, domain document layout, TDD loops, and zoom-out architectural reviews, plus productivity patterns like compressed communication and skill authoring. The README explicitly positions these skills against process-heavy alternatives like GSD, BMAD, and Spec-Kit, emphasizing small, composable, and adaptable design. The MIT license and the author's established reputation in the TypeScript community make this a high-value, low-risk reference.

github/spec-kit appeared with over one thousand one hundred stars gained in a single day. This is GitHub's official open-source toolkit for Spec-Driven Development (SDD), a methodology that treats specifications as executable artifacts rather than disposable documentation. The Specify CLI provides a structured workflow: define principles (constitution), write specifications, create technical plans, generate task breakdowns, and execute implementations. It supports over thirty AI coding agents including Claude Code, Cursor, Codex CLI, and Gemini CLI. The README documents an extensive community extension ecosystem with integrations for Jira, Azure DevOps, GitHub Projects, and Linear. The MIT license and GitHub's institutional backing make this a significant new entry in the agent workflow tooling space.

Cluster 2: Personal AI Agent Harnesses and Memory

tinyhumansai/openhuman holds the top trending position with over one thousand six hundred stars gained today and a total exceeding six thousand three hundred. Written in Rust with a Tauri desktop shell, it positions itself as a "Personal AI super intelligence" — a local-first agent that integrates with third-party services via OAuth, runs a Memory Tree knowledge base backed by SQLite, and compresses token usage through a feature called TokenJuice (claiming up to eighty percent reduction). The README includes a feature comparison table against other agent harnesses. The project is in early beta with active daily commits (v0.53.45 as of today). However, the GPL-3.0 copyleft license and ninety-three open issues mean this is inspection territory, not production-ready infrastructure.

rohitg00/agentmemory continues its multi-day trending run with over eight thousand total stars and an Apache-2.0 license. It provides a persistent memory server for coding agents built on the iii engine, offering a four-tier memory consolidation pipeline (Working to Episodic to Semantic to Procedural), triple-stream hybrid search, and over fifty MCP tools. This repository has been covered in a dedicated deep dive on this site; readers should refer to that analysis for architecture, benchmarks, and adoption risks.

Cluster 3: Computer-Use Agent Infrastructure, TTS, and Education

trycua/cua is an open-source infrastructure project for computer-use agents. It provides agent-ready sandboxes for any operating system (Linux, macOS, Windows, Android) via a unified Python API. The project includes CuaBot (co-op computer-use for any agent), Cua-Bench (benchmarks and reinforcement learning environments), and Lume (macOS virtualization on Apple Silicon). The MIT license and cross-platform design make it relevant for developers building GUI-automation agents that need safe, isolated execution environments.

supertone-inc/supertonic gained over eight hundred fifty stars as a Swift-based on-device multilingual text-to-speech engine running via ONNX. While not a core AI developer tool, it represents the growing trend of embedding AI inference directly into applications without cloud dependencies.

rasbt/LLMs-from-scratch continues its multi-day trending presence as a foundational educational resource authored by Sebastian Raschka and published by Manning. It covers coding GPT-like models from the ground up with implementations of Llama, Qwen, Gemma, and Olmo architectures. The developer community values foundational literacy as the agent ecosystem accelerates.

Section 08

Which Repositories Deserve Deeper Inspection

Inspect first: obra/superpowers. With the largest existing community in this ranking at over one hundred eighty-nine thousand stars, this repository represents a battle-tested approach to structuring agent workflows. The skill definitions cover the full software development lifecycle. Even teams that do not adopt the specific skills directly can use them as reference patterns for their own agent instruction sets.

Inspect second: mattpocock/skills. The README articulates agent failure modes with unusual clarity — misalignment, verbosity, broken code, and architectural decay. Each failure mode maps to a specific skill. Even if you do not adopt the specific skill definitions, the diagnostic framework for understanding why agents produce bad output is valuable. The install path is non-destructive via npx skills@latest add mattpocock/skills.

Inspect third: github/spec-kit. A specification tool from GitHub itself, with support for over thirty AI coding agents and a growing community extension ecosystem, is a strong institutional signal. The SDD methodology it promotes (specify, plan, tasks, implement) is becoming a de facto standard in AI-assisted development workflows. Evaluate whether it fits your team's existing process before adopting.

Evaluate cautiously: tinyhumansai/openhuman. The Rust-based agent harness, token compression, and integration breadth are interesting, but GPL-3.0 copyleft, ninety-three open issues, and early beta status mean this is early-adopter territory. Monitor the release cadence and issue resolution rate before investing integration effort.

Worth watching: trycua/cua. Computer-use agent infrastructure is a nascent but growing category. The cross-platform sandbox design and MIT license make it worth monitoring for teams building GUI-automation workflows.

Do not inspect for AI dev tool use: yikart/AiToEarn (AI content marketing platform), CloakHQ/CloakBrowser (anti-detect Chromium with dual-use risk — flagged for mention-only with risk context), influxdata/telegraf (metrics agent), apernet/hysteria (network proxy), ton-blockchain/acton (blockchain toolchain), Greedeks/GTweak (Windows setup tool), ArthurBrussee/brush (3D reconstruction), and imthenachoman/How-To-Secure-A-Linux-Server (Linux security guide). These repositories trended but do not solve AI-developer-tool problems.

Section 09

What Not to Infer from GitHub Trending

  • High star counts do not indicate code quality. obra/superpowers has over one hundred eighty-nine thousand total stars partly because of its established community presence, not because every skill definition has been stress-tested in production.
  • Daily star deltas are noisy. A single social media mention, newsletter feature, or conference talk can produce the numbers seen here.
  • Trending position does not reflect AI-developer-tool fit. CloakHQ/CloakBrowser gained the most stars in this ranking at over one thousand eight hundred but is an anti-detection browser with dual-use risk.
  • Repositories with elevated editorial risk (like CloakHQ/CloakBrowser) can trend without signaling that the tool is appropriate for every developer's use case.
  • New repositories with high single-day deltas (like github/spec-kit with over one thousand one hundred stars gained) may reflect initial launch buzz rather than sustained developer value.
  • mattpocock/skills gaining over three thousand three hundred stars in a single day may reflect newsletter promotion (the README mentions approximately sixty thousand newsletter subscribers) as much as organic developer adoption.
Editorial Conclusion

Three clusters lead this cycle: mattpocock/skills and github/spec-kit for agent skills and specification tooling, tinyhumansai/openhuman and danielmiessler/Personal_AI_Infrastructure for personal AI agent harnesses, and obra/superpowers with millionco/react-doctor for AI-assisted code quality. github/spec-kit is the highest-velocity newcomer worth immediate inspection.

Best for

Developers tracking the AI agent infrastructure ecosystem who need a filtered, evidence-based ranking rather than raw trending data.

Avoid when

You need production-ready tooling for immediate deployment; several recommended repositories are in early stages and require evaluation.

Refresh-sensitive details

  • Star counts and push timestamps reflect repository state as of the 2026-05-14 enrichment window.
  • Daily star deltas are short-window attention metrics and do not indicate durable adoption.
  • Repositories without enrichment may have different license, star count, or activity status than listed.
  • Some claims are refresh-sensitive; verify the primary source before citing specific numbers.
  • CloakBrowser is flagged for stealth browser risk and mentioned only with risk context.
  • Automation-assisted publication; SignalForges editors review audit reports after publication.
Evidence

Source Ledger

These are the primary references used to keep the article grounded. Pricing, limits, benchmark results, and model names are rechecked against the source type shown below.

Source Type How it is used
tinyhumansai/openhuman primary source GitHub Trending rank one and repository evidence for the daily ranking.
danielmiessler/Personal_AI_Infrastructure primary source GitHub Trending repository evidence for the daily ranking.
mattpocock/skills primary source GitHub Trending repository and README evidence for the daily ranking.
github/spec-kit primary source GitHub Trending repository and README evidence for the daily ranking.
K-Dense-AI/scientific-agent-skills primary source GitHub Trending repository evidence for the daily ranking.
obra/superpowers primary source GitHub Trending repository evidence for the daily ranking.
millionco/react-doctor primary source GitHub Trending repository evidence for the daily ranking.
CloakHQ/CloakBrowser primary source GitHub Trending repository evidence for the daily ranking, flagged with editorial risk.
GitHub Trending page primary source Source of the daily trending ranking and star-delta data.
Fact Pack

What This Article Actually Claims

high confidence

GitHub Trending returned nineteen repositories for the daily period ending 2026-05-14.

https://github.com/trending

high confidence

The ranking must be interpreted as a short-window attention signal, not a durable adoption metric.

GitHub Trending source semantics and SignalForges editorial policy.

high confidence

tinyhumansai/openhuman gained one thousand six hundred ninety-six stars with a total of five thousand two hundred two stars, GPL-3.0 license, last pushed 2026-05-14.

GitHub API enrichment for tinyhumansai/openhuman.

high confidence

danielmiessler/Personal_AI_Infrastructure gained one thousand three hundred forty-two stars with a total of nine thousand one hundred fifty-four stars, MIT license, last pushed 2026-05-14.

GitHub API enrichment for danielmiessler/Personal_AI_Infrastructure.

high confidence

mattpocock/skills gained one thousand two hundred ninety-one stars with a total of seventy-six thousand four hundred twenty-four stars, MIT license, last pushed 2026-05-14.

GitHub API enrichment for mattpocock/skills.

high confidence

github/spec-kit gained one thousand one hundred fifty-eight stars with a total of one thousand four hundred twenty-one stars, MIT license, last pushed 2026-05-14.

GitHub API enrichment for github/spec-kit.

high confidence

K-Dense-AI/scientific-agent-skills gained one thousand one hundred twelve stars with a total of two thousand seven hundred forty-three stars, MIT license, last pushed 2026-05-14.

GitHub API enrichment for K-Dense-AI/scientific-agent-skills.

high confidence

obra/superpowers gained eight hundred sixty-three stars with a total of one hundred eighty-nine thousand five hundred seventy-seven stars, MIT license, last pushed 2026-05-14.

GitHub API enrichment for obra/superpowers.

high confidence

millionco/react-doctor gained seven hundred fifty-two stars with a total of seven thousand seventy-nine stars, MIT license, last pushed 2026-05-14.

GitHub API enrichment for millionco/react-doctor.

high confidence

mattpocock/skills provides TypeScript hot-reloadable skill definitions with over seventy-five thousand stars on GitHub.

README.md from mattpocock/skills.

high confidence

github/spec-kit is GitHub official specification tool for AI-powered features, MIT licensed, very new with rapid star growth.

README.md from github/spec-kit.

high confidence

CloakHQ/CloakBrowser is flagged as mention-only-with-risk-context due to stealth Chromium capabilities.

GitHub Trending editorial risk assessment.

high confidence

Three clusters identified: personal AI agent harnesses, agent skills and spec tooling, AI-assisted code quality and education.

SignalForges cluster analysis of nineteen trending repositories.

Methodology

  1. Draft composed by the Hermes Writer agent using repository metadata, README content, and GitHub API data.
  2. Evidence gathered via zai-zread-repo MCP tool and GitHub API enrichment pipeline.
  3. No first-person testing was performed. All claims are grounded in cited primary sources.
  4. AI assistance was used; no private data or unreleased sources were referenced.

Frequently asked

Questions readers ask

What does this briefing recommend developers do first?

Today's GitHub Trending page returned nineteen repositories for the daily window. Of those, five were enriched with full metadata. The dominant signal is the convergence of agent workflow tooling around structured skill definitions and specification-driven development. Start by inspecting obra/superpowers for composable agent workflow skills, then evaluate mattpocock/skills for opinionated engineering patterns, and then assess github/spec-kit for structured spec-driven development.

Where can readers verify the figures cited in this article?

Every precise figure must be verified against the primary URL. The first listed source is https://github.com/trending.

Is this article human-authored or AI-assisted?

The draft was composed with AI assistance by the Hermes Writer agent, then reviewed against the SignalForges editorial policy and the Autonomous Publishing Safety Contract before publication.