grouping-releases

grouping-releases is a skill for Claude Code from buildinternet/releases. It costs 91 tokens per session (1,739 once invoked), scanned A, original, Apache-2.0.

A guide for grouping release records that describe the same product launch. A release record is an entry collected from a changelog, news page, engineering blog, or code repository.

In plain words
What is it for?
Use it to review recent releases, correct automatic groupings, and connect related coverage that automated version matching missed.
Why use it?
One launch may be reported in several places, creating duplicate-looking stories. Grouping keeps one clear lead item while linking the other entries as supporting coverage.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents; mentions Claude Code.

Part of the registry-maintenance plugin — 8 skills shipped together

Good fit Use it to review recent releases, correct automatic groupings, and connect related coverage that automated version matching missed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/buildinternet/releases/grouping-releases
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add buildinternet/releases --skill grouping-releases
Clone the repo
git clone --depth 1 https://github.com/buildinternet/releases

Made for: Claude Code.

Or install registry-maintenance, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for grouping-releases

README.md
[![agentmods](https://agentmods.dev/badge/skills/buildinternet/releases/grouping-releases/github.svg)](https://agentmods.dev/skills/buildinternet/releases/grouping-releases)
Your own site
<a href="https://agentmods.dev/skills/buildinternet/releases/grouping-releases"><img src="https://agentmods.dev/badge/skills/buildinternet/releases/grouping-releases/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grouping-releases

Your own site · 80×15
<a href="https://agentmods.dev/skills/buildinternet/releases/grouping-releases"><img src="https://agentmods.dev/badge/skills/buildinternet/releases/grouping-releases.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,739 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.01739
Opus 5 $0.00046 $0.00870
Sonnet 5 $0.00018 $0.00348
Haiku 4.5 $0.00009 $0.00174

Measured 10d ago against content hash 4cafa8c7c129, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

grouping-releases scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/grouping-releases/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Grouping Releases

What this is for

Releases enter the index from sources — individual URLs we track for an organization. One org typically has several sources: a product changelog, a news page, an engineering blog, a GitHub repo. When a big launch happens, it's common for multiple sources to cover the same event. A model launch might show up on a marketing post, a platform changelog, and an app-level version note — three releases, one story.

That overlap is signal, not a bug. Readers want the clearest explanation first, with the corroborating entries attached as supporting coverage. This skill decides which releases belong together and which one leads.

When this skill runs

Not at ingest. Ingest-time grouping is deterministic code — the changesets clusterer (clusterAndPersistCascades, decided_by = "system:changesets") links version-cascade coverage automatically as releases land. This skill is the operator lane for the judgment calls that code can't make:

  • Batch reconciliation. Reviewing a window of an org's recent releases (e.g. releases tail --org <org> --json) and deciding the full grouping — typically after a big launch scattered coverage across a marketing post, a changelog entry, and an app note.
  • Fixing a bad grouping. Unlinking a wrong cluster or re-pointing the canonical.

Scope the candidate set explicitly before judging (an org + a date window). Do not go looking beyond it.

Persisting decisions

  • Link: POST /v1/releases/:canonicalId/coverage with { "coverageIds": ["rel_…"], "reason": "…", "decidedBy": "…" }. decidedBy MUST be prefixed human: or agent: (e.g. agent:claude-code) — the audit trail records who linked the rows. A release cannot be coverage of itself.
  • Unlink: DELETE /v1/releases/:id/coverage (idempotent — returns { unlinked: false } if the release wasn't in a cluster).
  • Read a cluster: GET /v1/releases/:id/coverage.

Manual links are durable: the automatic retier only touches decided_by = "system:changesets" rows, so it never clobbers a human/agent decision.

Read the full file on GitHub · 100 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 100 lines · 91 tokens per session scan A 4cafa8c7c129

Subscribe to this mod's changes

grouping-releases is a skill published in the GitHub repository buildinternet/releases (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 91 tokens to every session and 1,739 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

releases-cli

Use the releases CLI to search, browse, and read the Releases.sh changelog registry from the terminal — the keyless, agent-friendly peer of the Releases MCP. Activate when the user mentions "releases CLI", runs a releases command, asks how to install it, or wants to look up releases, sources, orgs, collections, or…

buildinternet/releases-cli · 86 tokens

releases-mcp

Use when the user asks about recent releases, changelogs, what's new in a library, breaking changes, version updates, or wants to compare products. Activates for questions like "what changed in Next.js 15?", "latest Tailwind releases", "compare Bun vs Deno releases".

buildinternet/releases-cli · 64 tokens

changelog-generator

Generate a polished CHANGELOG.md and release-notes.md from a local git repository (or a captured .git-log.txt dump). Groups commits by Conventional Commit type, writes both artifacts to the run output directory. Use when asked to draft release notes, summarize commits between tags, or produce a human-readable…

skrun-dev/skrun · 68 tokens

release-checklist

Walk the release checklist before tagging and publishing a version.

silkweave/silkweave · 14 tokens

changelog-generator

Transform technical git commits into polished, user-friendly changelogs and release notes. Automatically categorizes changes, translates developer language into customer-friendly copy, and generates professional changelog entries.

manu14357/zskills · 40 tokens

release-readiness

Use this skill when preparing a tag, package, deployment, or public release.

CassianFlorin/skill-hub-registry · 0 tokens