update-changelog

update-changelog is a skill for Claude Code from kajitiluna/erd-designer. It costs 75 tokens per session (622 once invoked), scanned A, original, Apache-2.0.

A command that applies Agentpack changes to the current repository. It runs the deployment with approval enabled and creates a snapshot that can be used for rollback.

In plain words
What is it for?
For applying prepared Agentpack changes to a code repository. It is used when a project is ready to deploy those changes.
Why use it?
It packages the repository-change step into one command and leaves a recovery point if the deployment needs to be undone. The input does not describe what kinds of changes Agentpack applies.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit For applying prepared Agentpack changes to a code repository. It is used when a project is ready to deploy those changes.

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

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/kajitiluna/erd-designer/update-changelog/github.svg)](https://agentmods.dev/skills/kajitiluna/erd-designer/update-changelog)
Your own site
<a href="https://agentmods.dev/skills/kajitiluna/erd-designer/update-changelog"><img src="https://agentmods.dev/badge/skills/kajitiluna/erd-designer/update-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 update-changelog

Your own site · 80×15
<a href="https://agentmods.dev/skills/kajitiluna/erd-designer/update-changelog"><img src="https://agentmods.dev/badge/skills/kajitiluna/erd-designer/update-changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 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.00075 $0.00622
Opus 5 $0.00037 $0.00311
Sonnet 5 $0.00015 $0.00124
Haiku 4.5 $0.00007 $0.00062

Measured 12d ago against content hash 196a8158784b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 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.

.claude/skills/update-changelog/SKILL.md · 85 lines

How it starts

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

Update CHANGELOG

Generate a user-facing CHANGELOG.md entry from the git changes between main and the current branch.

Step 1: Gather information

date +%Y%m%d                          # today's date → version number
git log main..HEAD --oneline          # commits on this branch
git diff main..HEAD                   # full diff for analysis

Step 2: Identify user-facing changes

Analyze the diff from the user's perspective — what they can do differently, not how the code changed.

Include:

  • New features, UI options, menu items, commands, or keyboard shortcuts
  • Behavior changes visible to the user (defaults, layout, export output, etc.)
  • Bug fixes that affected users (what broke, in what scenario)
  • New file format support or protocol options

Exclude:

  • Internal refactoring, code cleanup, or abstraction changes
  • Test additions or fixes
  • Dependency version bumps (unless they fix a user-visible bug)
  • Build/CI configuration changes
  • Developer tooling (guidelines, linter config, etc.)

If there are no user-facing changes, state that clearly instead of inventing entries.

Step 3: Generate the entry

Version format: 0.{yyyyMMdd} using today's date from Step 1.

Follow the existing CHANGELOG.md format exactly:

## [0.yyyyMMdd] - yyyy-MM-dd

### Added

- **Feature Title**:

  One to three sentences describing what was added, from the user's perspective.
  What can users do now that they couldn't before?

### Changed

- **Change Title**:

  What changed and how it affects users.

### Fixed

- **Fix Title**:

  What was broken, in what scenario, and what is now correct.

Formatting rules:

  • Only include sections (### Added, ### Changed, ### Fixed) that have content
  • Bold title on the bullet line, followed by a colon
  • Body indented with two spaces, separated from the title line by a blank line
  • English only, concise, present tense ("Users can now...", "The dialog now shows...")
  • Group multiple related sub-points under one bullet using indented sub-bullets if needed

Read the full file on GitHub · 85 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. 12d ago First seen · 85 lines · 75 tokens per session scan A 196a8158784b

Subscribe to this mod's changes

update-changelog is a skill published in the GitHub repository kajitiluna/erd-designer (21 stars, last pushed today), licensed Apache-2.0. It adds 75 tokens to every session and 622 once invoked, about $0.0004 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.