vibe-changelog

vibe-changelog is a skill for Claude Code, Codex from aakashdhar/vibe-skill. It costs 176 tokens per session (3,699 once invoked), scanned A, original, no licence file.

A release-note tool that creates and updates two changelog files from repository history and project notes. One file is for developers, while the other explains updates in plain English.

In plain words
What is it for?
Use it to maintain developer changelogs in Keep a Changelog format and user-facing product updates grouped by newly available actions.
Why use it?
It removes the need to rewrite the same changes for technical and non-technical readers. It also keeps release notes tied to recorded tasks, decisions, and version tags.

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 maintain developer changelogs in Keep a Changelog format and user-facing product updates grouped by newly available actions.

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

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 vibe-changelog

README.md
[![agentmods](https://agentmods.dev/badge/skills/aakashdhar/vibe-skill/vibe-changelog/github.svg)](https://agentmods.dev/skills/aakashdhar/vibe-skill/vibe-changelog)
Your own site
<a href="https://agentmods.dev/skills/aakashdhar/vibe-skill/vibe-changelog"><img src="https://agentmods.dev/badge/skills/aakashdhar/vibe-skill/vibe-changelog/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 vibe-changelog

Your own site · 80×15
<a href="https://agentmods.dev/skills/aakashdhar/vibe-skill/vibe-changelog"><img src="https://agentmods.dev/badge/skills/aakashdhar/vibe-skill/vibe-changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 176 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,699 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 unknown 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.00176 $0.03699
Opus 5 $0.00088 $0.01850
Sonnet 5 $0.00035 $0.00740
Haiku 4.5 $0.00018 $0.00370

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

Security

Grade A, and why

vibe-changelog 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 12d 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.

vibe-changelog/SKILL.md · 448 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 448 lines · 176 tokens per session scan A 9591c8c90b05

Subscribe to this mod's changes

vibe-changelog is a skill published in the GitHub repository aakashdhar/vibe-skill (7 stars, last pushed yesterday), with no licence file. It adds 176 tokens to every session and 3,699 once invoked, about $0.0009 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

release

CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create the GitHub release. Use when shipping a new plugin version. NOT distributed.

oliver-kriska/claude-elixir-phoenix · 60 tokens

craft-plugin-release

Releasing Craft CMS plugins — tagging, Packagist propagation, GitHub releases, branch promotion, shared-library ordering, history rewrites. ALWAYS load when cutting, preparing, verifying, or debugging a plugin release: bumping a version, dating a changelog, creating or moving a git tag, or checking what Packagist…

michtio/craftcms-claude-skills · 347 tokens

done

End-of-session shipping gate — "prove it works, then ship it." Runs an evidence checklist (full test suite, lint/typecheck, build, and actually running the change — output quoted, never asserted), then a fresh-context two-stage review by a sub-agent that sees only the diff and the spec: spec-compliance first…

duthaho/skillhub · 204 tokens

log-changes

Use when asked to update the changelog, document version changes, prepare a release, or add entries for recent work, and when reviewing a diff or pull request that touches CHANGELOG.md. Produces concise user-facing CHANGELOG.md entries, follows Keep a Changelog and Semantic Versioning, and verifies that new bullets…

sergeyklay/.agents · 96 tokens

release

Cut a booping plugin release — verify the version bump against the last published tag, draft public-voiced release notes, merge the release branch into master, tag, and publish the GitHub release. Use when cutting a vX.Y.Z release of this repo.

A/claude-booping · 56 tokens

git-collaboration-workflows

Run git collaboration that scales — trunk-based vs git-flow decided by deploy cadence, branch protection and required checks, PR sizing and review etiquette, monorepo vs polyrepo trade-offs, release branches and hotfixes, and history hygiene with disciplined merges.

vanara-agents/skills · 58 tokens