Last30days-skill and hermes-agent both ranked on GitHub trending this week — the first time I have seen two agent skill repos rank on the same day. Most coverage treats them as cool side projects. The real story is that skills are quietly becoming the new packages, and the entire agent ecosystem is
Two agent-shaped repositories cracked the daily GitHub trending board this week. The first is `mvanhorn/last30days-skill`, a Claude-style skill that researches a topic across Reddit, X, YouTube, Hacker News, and Polymarket, then synthesizes a grounded summary. The second is `NousResearch/hermes-agent`, billed as "the agent that grows with you" — a persistent agent runtime that compounds context across sessions. Both ranked the same week. Both are skill-shaped: a manifest, a trigger, a set of instructions, and a runtime expectation.
This is the first time I have seen two skill repos chart simultaneously on GitHub trending. Most observers will treat them as cool side projects, fork them, star them, and move on. They are cool side projects. They are also a phase transition that the agent ecosystem has been edging toward for nine months. By Q4 you are going to wish you had read this signal in early June, because the dependency-graph problem about to land in production agents is the same one the npm ecosystem ran into between 2011 and 2018 — except faster, less tooled, and with a much larger blast radius.
This post is about that phase transition. The benchmark coverage of skills is everywhere; what you cannot easily find is a working operational model for managing them at fleet scale. I am going to give you one.
Let me anchor on the facts before I extrapolate.
`last30days-skill` (mvanhorn) is a single skill bundle. Its SKILL.md tells the host agent: when the user asks for recent news, controversy, or sentiment on a topic, run a structured multi-source fetch — eight queries minimum, across five platforms, with a freshness window of 30 days — then synthesize. The skill ships with prompt scaffolding, query templates, and a synthesis rubric. It is roughly 600 lines including instructions and helper scripts. Installation is a `git clone` into your skill directory, no package manager, no version negotiation.
`hermes-agent` (NousResearch) is a larger artifact — closer to an agent runtime than a single skill — but it ships with the same composability assumption: drop it into an existing agent host, declare its triggers, let it persist context across runs. It targets the "agent that remembers you" problem that every chat product has been trying to solve since 2023. The interesting part is not the memory layer itself; it is that NousResearch is shipping it as something you bolt onto an existing host rather than as a standalone product.
Claude Code itself shipped v2.1.168 the same week. That is its third release in seven days. The skill ecosystem is moving faster than the platform underneath it — which is the inverse of what most ecosystems look like.
Four facts to hold together: (1) skills are now publishable to GitHub with discoverable trigger conditions, (2) non-Claude-Code users are starring them, (3) the format is converging on a SKILL.md + manifest + bundled scr
// artículos relacionados
Twitter/X: @lukOlejnik Anthropic got 90 minutes, openai didn't. regulation isn't a moat, it's a speed bump f…
Twitter/X: @Bitcoin_Teddy There was an analysis of Anthropic employees and they have near zero entry-level s…
Twitter/X: @charliebcurran this video about Anthropic explaining the best 😂