version-generate

version-generate is a skill for Claude Code, Codex from agenvoy/Agenvoy. It costs 48 tokens per session (970 once invoked), scanned A, original, AGPL-3.0.

A release-note generator that reads changes from the latest Git tag to the current code and recommends a new semantic version. It writes versioned notes and updates a main changelog index.

In plain words
What is it for?
Use it to create changelogs, release notes, and version-upgrade documents from Git history.
Why use it?
It removes the manual work of collecting, grouping, and versioning code changes. It also stops releases when required author settings or migration guidance for breaking changes are missing.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create changelogs, release notes, and version-upgrade documents from Git history.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agenvoy/agenvoy/version-generate
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 agenvoy/Agenvoy --skill version-generate
Clone the repo
git clone --depth 1 https://github.com/agenvoy/Agenvoy

Made for: Claude Code, Codex.

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 version-generate

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenvoy/agenvoy/version-generate.svg)](https://agentmods.dev/skills/agenvoy/agenvoy/version-generate)
Your own site
<a href="https://agentmods.dev/skills/agenvoy/agenvoy/version-generate"><img src="https://agentmods.dev/badge/skills/agenvoy/agenvoy/version-generate.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 970 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00048 $0.00970
Opus 5 $0.00024 $0.00485
Sonnet 5 $0.00010 $0.00194
Haiku 4.5 $0.00005 $0.00097

Measured today against content hash 53d730452090, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

version-generate 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 today.

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.

extensions/skills/version-generate/SKILL.md · 49 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. today Changed · +2 lines 53d730452090
  2. 4d ago Changed · +4 lines 11d9ab3dd0bb
  3. 8d ago First seen · 43 lines · 48 tokens per session scan A 81bdcfe50348

Subscribe to this mod's changes

version-generate is a skill published in the GitHub repository agenvoy/Agenvoy (491 stars, last pushed today), licensed AGPL-3.0. It adds 48 tokens to every session and 970 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

vhs-e2e-gif

Record a test run, a TUI session, or any terminal command as a GIF with VHS and attach it to a GitHub PR as a release-hosted asset, never a repo commit. Use when asked to record an e2e run, demo a fix on a PR, attach a GIF or screen recording to a pull request, show a test passing visually, or produce a terminal…

dimetron/pi-go · 106 tokens

check-linters-before-commit

Before any commit, run linters, vet, tests, and build verification; do not commit until checks pass.

dimetron/pi-go · 30 tokens

gh-labels

Reference for what GitHub issue/PR labels mean in this workspace (S-triage, S-needs-scope, S-impl, prio-p0-critical, A-dev-tools, and others under My Labels). Use when the user asks what a label means, which label to apply, or how to add missing labels to a repo with gh label create --force. Secondary: bootstrap…

Unique-Divine/jiyuu · 96 tokens

gh-pr

Writes clear pull request descriptions from the current branch diff against a base branch. Defaults to main, but supports dev or any other user-specified comparison branch. Use when the user asks for a PR description, pull request summary, or a markdown write-up for changes against a base branch.

Unique-Divine/jiyuu · 63 tokens

gh-ci-watch

Watch GitHub PR checks with gh, poll until green/failure/timeout, fetch failed GitHub Actions logs, save logs locally, summarize actionable CI failures, and apply trivial local fixes when safe. Use when the user asks to watch PR checks, wait for CI, inspect failed actions, fix obvious CI failures, or summarize gh pr…

Unique-Divine/jiyuu · 74 tokens

merge-conflict-resolution

Active merge conflicts. Use when an in-progress merge, rebase, cherry-pick, or revert has conflicted hunks that require intent reconstruction, resolution, proof, and continuation.

Dankosik/go-service-template-rest · 42 tokens