claude-init: Skill for Claude Code

.claude/skills/update-changelog/SKILL.md

update-changelog is a skill for Claude Code from Flexonze/claude-init. It costs 16 tokens per session (305 once invoked), scanned A, original, MIT.

A tool-guided way to update a project's changelog, the file that records notable changes between releases, from commits on the current Git branch.

In plain words
What is it for?
Use it to review branch commits, group them as additions, changes, fixes, removals, security updates, or deprecations, and add an Unreleased section when needed.
Why use it?
It turns technical commit messages into clear descriptions for users and keeps the changelog's existing format consistent.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is Flexonze/claude-init's own configuration. It tells Claude Code how to work on claude-init itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-init configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Flexonze/claude-init. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Flexonze/claude-init/main/.claude/skills/update-changelog/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Flexonze/claude-init

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/flexonze/claude-init/update-changelog.svg)](https://agentmods.dev/skills/flexonze/claude-init/update-changelog)
Your own site
<a href="https://agentmods.dev/skills/flexonze/claude-init/update-changelog"><img src="https://agentmods.dev/badge/skills/flexonze/claude-init/update-changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 305 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.00016 $0.00305
Opus 5 $0.00008 $0.00152
Sonnet 5 $0.00003 $0.00061
Haiku 4.5 $0.00002 $0.00030

Measured 7d ago against content hash 717206d857ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

update-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 7d 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/update-changelog/SKILL.md · 42 lines

What it actually says

Update Changelog

Update the project's changelog based on the commits in the current branch.

Instructions

  1. Identify the changelog file

    • Look for CHANGELOG.md, HISTORY.md, or similar
    • Note the existing format and style
  2. Analyze the current branch

    • Get the branch name: git branch --show-current
    • Get commits since branching from main: git log main..HEAD --oneline
    • Read the full commit messages for context: git log main..HEAD
  3. Categorize changes

    • Group commits by type:
      • Added (new features)
      • Changed (modifications to existing features)
      • Fixed (bug fixes)
      • Removed (removed features)
      • Security (security fixes)
      • Deprecated (soon-to-be removed features)
  4. Update the changelog

    • Add a new "Unreleased" section if needed
    • Write clear, user-facing descriptions (not just commit messages)
    • Follow the existing format and style of the changelog
    • Link to relevant issues/PRs if the project does that

Examples

  • "Update the changelog with my changes"
  • "Add my branch changes to CHANGELOG.md"
  • "What should I add to the changelog?"
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. 7d ago First seen · 42 lines · 16 tokens per session scan A 717206d857ae

Subscribe to this mod's changes

update-changelog is a skill published in the GitHub repository Flexonze/claude-init (10 stars, last pushed 5mo ago), licensed MIT. It adds 16 tokens to every session and 305 once invoked, about $0.0001 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

changelog-generator

Generate changelogs from git commits. Use when user says "generate changelog", "update changelog", "what changed since last release", or before preparing a new release.

decebals/claude-code-java · 40 tokens

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

version-control

Manage Git repositories and collaborative workflows — branching strategies, commit hygiene, conflict resolution, pull requests, hooks, and .gitignore management. Use when the user requests version control or provides relevant inputs for this workflow.

seb1n/awesome-ai-agent-skills · 45 tokens

semantic-versioning

Use when committing or pushing changes and the repository needs a version bump. Analyzes commits using conventional commit prefixes to determine whether the next release is a major, minor, or patch increment. Also use when the user asks about versioning, release planning, or changelog generation.

Benkapner/claude-code-basecamp · 60 tokens

release

Release preparation workflow - security audit → E2E tests → review → changelog → docs.

parcadei/Continuous-Claude-v3 · 20 tokens