pharmacy-mcp: Skill for Claude Code

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

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

A workflow that updates CHANGELOG.md, the file that records what changed between software versions. It follows Keep a Changelog, a common structure for grouping additions, changes, removals, fixes, and security updates.

In plain words
What is it for?
Use it when updating a changelog, handling version changes, or running the changelog step of a pre-commit process.
Why use it?
It turns detected change descriptions into consistent changelog entries and suggests a version number based on the type of change.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to u9401066/pharmacy-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/pharmacy-mcp/main/.claude/skills/changelog-updater/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/u9401066/pharmacy-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/pharmacy-mcp/changelog-updater/github.svg)](https://agentmods.dev/skills/u9401066/pharmacy-mcp/changelog-updater)
Your own site
<a href="https://agentmods.dev/skills/u9401066/pharmacy-mcp/changelog-updater"><img src="https://agentmods.dev/badge/skills/u9401066/pharmacy-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/pharmacy-mcp/changelog-updater"><img src="https://agentmods.dev/badge/skills/u9401066/pharmacy-mcp/changelog-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 371 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.00000 $0.00371
Opus 5 $0.00000 $0.00186
Sonnet 5 $0.00000 $0.00074
Haiku 4.5 $0.00000 $0.00037

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


name: changelog-updater description: Auto-update CHANGELOG.md following Keep a Changelog format. Triggers: CL, changelog, 變更, 版本, version, 更新日誌, whatsnew.

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 · 0 tokens per session scan A 0aaa6343727d

Subscribe to this mod's changes

changelog-updater is a skill published in the GitHub repository u9401066/pharmacy-mcp (3 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 371 tokens. A static security scan graded it A with 0 findings. It is 100% identical to changelog-updater, differing in 0 lines, and is treated as a copy.