HyperHierarchicalRAG: Skill for Claude Code

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

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

A workflow that updates CHANGELOG.md, a file recording software changes, using the Keep a Changelog format.

In plain words
What is it for?
Adding entries for new features, changes, deprecated or removed items, fixes, and security updates, including changes detected during a git pre-commit process.
Why use it?
It turns change descriptions into consistent release notes and suggests a matching version number.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

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

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/hyperhierarchicalrag/changelog-updater/github.svg)](https://agentmods.dev/skills/u9401066/hyperhierarchicalrag/changelog-updater)
Your own site
<a href="https://agentmods.dev/skills/u9401066/hyperhierarchicalrag/changelog-updater"><img src="https://agentmods.dev/badge/skills/u9401066/hyperhierarchicalrag/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/hyperhierarchicalrag/changelog-updater"><img src="https://agentmods.dev/badge/skills/u9401066/hyperhierarchicalrag/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 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.00041 $0.00371
Opus 5 $0.00020 $0.00186
Sonnet 5 $0.00008 $0.00074
Haiku 4.5 $0.00004 $0.00037

Measured 11d ago against content hash 4628fd2cf3fc, 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 11d 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 — 2 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. 11d ago First seen · 60 lines · 0 tokens per session scan A 4628fd2cf3fc

Subscribe to this mod's changes

changelog-updater is a skill published in the GitHub repository u9401066/HyperHierarchicalRAG (2 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 41 tokens to every session and 371 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 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

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

sf-knowledge-pkg2-dev

Apply Salesforce knowledge and best practices for Second-Generation Managed Packaging Developer Guide.

Avinava/sf-documentation-knowledge · 22 tokens

github

GitHub via gh CLI: PRs, issues, reviews, repos, auth.

NousResearch/hermes-agent · 19 tokens

changelog

Turn a range of commits or merged PRs into a changelog entry grouped by change type. Use when the user asks for release notes, a changelog, or "what changed" between two points.

omnigent-ai/omnigent · 44 tokens

goal-release

Cut a release end to end: use the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or…

dyoshikawa/rulesync · 86 tokens