carve-harness: Skill for Claude Code

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

version-changelog is a skill for Claude Code from claude-code-expert/carve-harness. It costs 58 tokens per session (453 once invoked), scanned A, original, MIT.

A release-update routine that keeps VERSION, CHANGELOG.md, and the version history in README in sync when a release version changes.

In plain words
What is it for?
Use it when increasing a project’s version or preparing a release, so all required version records are updated together.
Why use it?
It prevents commits from being blocked by checks when only VERSION has been updated.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is claude-code-expert/carve-harness's own configuration. It tells Claude Code how to work on carve-harness 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 carve-harness configures →

Reuse

Borrowing it

Nothing to install: this file belongs to claude-code-expert/carve-harness. 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/claude-code-expert/carve-harness/main/.claude/skills/version-changelog/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/claude-code-expert/carve-harness

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude-code-expert/carve-harness/version-changelog.svg)](https://agentmods.dev/skills/claude-code-expert/carve-harness/version-changelog)
Your own site
<a href="https://agentmods.dev/skills/claude-code-expert/carve-harness/version-changelog"><img src="https://agentmods.dev/badge/skills/claude-code-expert/carve-harness/version-changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 453 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.00058 $0.00453
Opus 5 $0.00029 $0.00227
Sonnet 5 $0.00012 $0.00091
Haiku 4.5 $0.00006 $0.00045

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

Security

Grade A, and why

version-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/version-changelog/SKILL.md · 33 lines

What it actually says

version-changelog (버전 변경 기록)

VERSION이 바뀌는 모든 커밋에는 CHANGELOG.md의 해당 버전 항목이 함께 스테이징되어야 한다. .githooks/pre-commit (3)이 기계적으로 강제한다 — 이 스킬은 그 정합을 한 번에 맞춘다.

절차

  1. 새 버전 결정 — SemVer: 호환 깨짐=MAJOR / 기능 추가=MINOR / 수정·문서=PATCH.

  2. VERSION 교체 — 새 버전 문자열만 (예: 0.0.3).

  3. CHANGELOG.md 항목 추가 — 헤더 설명문 바로 아래, 기존 항목 위에:

    ## [X.Y.Z] - YYYY-MM-DD
    
    ### Added / Changed / Fixed / Removed  (해당 섹션만)
    - 변경 요약 — 사용자 관점, 파일·기능 명시
    
    • 변경 내역은 직전 버전 이후 커밋에서 수집: git log --oneline <이전버전 태그 또는 릴리스 커밋>..HEAD
    • 기존 항목은 수정하지 않는다 (append-only).
  4. README.md "버전 이력" 표 — 최상단에 같은 내용 1행 요약 추가.

  5. 검증bash .claude/hooks/harness-audit.sh exit 0 확인 후, RELEASE.md 절차로 배포.

완료 기준 (SC)

  • VERSION 내용 = CHANGELOG 최신 항목 버전 = README 버전 이력 최상단 행.
  • git add VERSION CHANGELOG.md README.md 후 pre-commit 통과.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 33 lines · 58 tokens per session scan A 47e5aea104d5

Subscribe to this mod's changes

version-changelog is a skill published in the GitHub repository claude-code-expert/carve-harness (11 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 453 once invoked, about $0.0003 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.