asset-aware-mcp: Skill for Claude Code

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

changelog-updater is a skill for Claude Code from u9401066/asset-aware-mcp. It costs 41 tokens per session (372 once invoked), scanned A, a copy of changelog-updater, Apache-2.0.

A skill that updates CHANGELOG.md using Keep a Changelog, a standard format for recording software changes by release. It classifies changes such as new features, fixes, removals, and security updates.

In plain words
What is it for?
Use it to generate changelog entries, group changes into standard categories, suggest a version number, and preview the next release section.
Why use it?
It removes the need to sort commits and write release notes manually after every change.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is u9401066/asset-aware-mcp's own configuration. It tells Claude Code how to work on asset-aware-mcp 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 asset-aware-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to u9401066/asset-aware-mcp. 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/u9401066/asset-aware-mcp/main/.claude/skills/changelog-updater/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/u9401066/asset-aware-mcp

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/u9401066/asset-aware-mcp/changelog-updater"><img src="https://agentmods.dev/badge/skills/u9401066/asset-aware-mcp/changelog-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 372 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 100% copy Near-identical to another mod 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.00041 $0.00372
Opus 5 $0.00020 $0.00186
Sonnet 5 $0.00008 $0.00074
Haiku 4.5 $0.00004 $0.00037

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

Security

Grade A, and why

changelog-updater 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.

Origin

This is a copy

100% identical to changelog-updater — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/changelog-updater/SKILL.md · 60 lines

What it actually says

CHANGELOG 更新技能

描述

根據變更內容自動更新 CHANGELOG.md。

觸發條件

  • 「更新 changelog」
  • 被 git-precommit 編排器調用

法規依據

  • 憲法:CONSTITUTION.md 第 7 條
  • 格式:Keep a Changelog

分類規則

類型 關鍵字偵測
Added 新增、add、feat
Changed 變更、修改、update、change
Deprecated 棄用、deprecate
Removed 移除、刪除、remove、delete
Fixed 修復、fix、bug
Security 安全、security、漏洞

版本號決定

MAJOR.MINOR.PATCH

MAJOR: 重大變更(Breaking Changes)
MINOR: 新功能(向下相容)
PATCH: Bug 修復

輸出格式

📋 CHANGELOG 更新

偵測到的變更:
  - [Added] 新增用戶認證模組
  - [Fixed] 修復登入問題

建議版本:0.2.0 (MINOR - 新功能)

預覽:
## [0.2.0] - 2025-12-15

### Added
- 新增用戶認證模組

### Fixed
- 修復登入問題
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 · 60 lines · 41 tokens per session scan A cf226caa2e85

Subscribe to this mod's changes

changelog-updater is a skill published in the GitHub repository u9401066/asset-aware-mcp (0 stars, last pushed 24d ago), licensed Apache-2.0. It adds 41 tokens to every session and 372 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to changelog-updater, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

operator-release

Finish feature PRs and cut Operator ETL software releases (CHANGELOG freeze, version bump, annotated tag). Use when merging ready PRs, shipping a version, or updating release process docs.

khaosans/operator-etl · 42 tokens

datacoolie-release

Plan, preflight, deploy, promote, roll back, or author consume-only release automation for an exact verified DataCoolie build. Use for explicit deployment-lifecycle work; read-only planning may precede authorization, while target mutation requires exact authorization. This skill consumes immutable build artifacts and…

datacoolie/datacoolie · 85 tokens

epic-close

Close out a completed EPIC / sprint end-to-end: author a fact-verified meta-post announcing what shipped, archive the EPIC's handovers, snapshot orchestrator memory, gate the integration→main merge on CI-green + explicit human go, drive the version bump (merge-commit conventions that auto-sync classifies), and verify…

gaia-research/gaia-skill-tree · 175 tokens

gaia-release

Helper for release operations, compilation of changelogs between tags, version lockstep syncing, and promotion of GitHub releases from canary/pre-release to latest/production. Use when the user asks to "compile the changelog", "promote release to latest", "tag a release", or do version release operations.

gaia-research/gaia-skill-tree · 68 tokens

antigravity-maintainer-batch-release

Run protected AAS maintainer sweeps, PR merge batches, canonical sync, Core preview checks, and scripted releases. Use for repository maintenance, main alignment, CLI/MCP/Workbench changes, or release.

ranbot-ai/awesome-skills · 50 tokens

release

Release automation skill for version bumping and tagging. Use when creating a new release, bumping version, tagging release, pushing release tag, or synchronizing version numbers across files. Handles package.json, README.md, SKILL.md, Dockerfile, and docker-compose files.

madeinoz67/madeinoz-knowledge-system · 57 tokens