changelog is agent-read markdown (skill) from reidemeister94/development-skills: Add CHANGELOG.md entries, derive them from commits, or cut a Keep a Changelog and SemVer release..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# changelog
Manage `CHANGELOG.md` per Keep a Changelog 1.1.0 and SemVer 2.0.0:
- **add:** one entry;
- **from-commits:** derive entries from Conventional Commits;
- **release:** cut a version.
Edit only `CHANGELOG.md`. Never change version files, commit, or tag; `release` prints suggested commands.
## Step 1 — Resolve the action
Resolve `add`, `from-commits` (`commits`), or `release` from `$ARGUMENTS` or the request; ask if ambiguous.
## Step 2 — Pre-flight (all actions)
```bash
root=$(git rev-parse --show-toplevel 2>/dev/null) || root=.
ls "$root/CHANGELOG.md" 2>/dev/null
```
Always use `$root/CHANGELOG.md`, never a cwd-relative path.
- Existing: read and preserve style.
- Missing for `add`/`from-commits`: create the standard linked title, intro, and `## [Unreleased]` skeleton.
- Missing for `release`: stop and suggest `/changelog add` or `/changelog from-commits`.
## Step 3 — Insert under `[Unreleased]` (add, from-commits)
Append `- <imperative description>` to its category under `[Unreleased]`, creating the category in canonical order. Never edit released sections or date `[Unreleased]`.
## Step 4 — Run the action
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_2yc6j3o2q4ods5lm
GET https://markdownregistry.com/api/v1/resolve?ref=reidemeister94/development-skills/changelog
GET https://markdownregistry.com/api/v1/blob/a41a145f4fdd8669d5ab235dd005df1a0244e892f8b12e9885753cd348adf976
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
reidemeister94/development-skills · skills/ai-agent-bench/SKILL.md · Compare Claude Code and Codex on the same code task, with isolated worktrees, common checks, time, and cost.
reidemeister94/development-skills · skills/align-docs/SKILL.md · Align stale repository docs and task records; use --clean for a full documentation cleanup.
reidemeister94/development-skills · skills/best-practices/SKILL.md · Research current practices or compare approaches using primary evidence and the user's constraints.
reidemeister94/development-skills · skills/brainstorming/SKILL.md · Use when the user wants to brainstorm, choose an approach, design something, or clarify an ambiguous or consequential…
reidemeister94/development-skills · skills/bro/SKILL.md · Use when the user says an explanation was unclear, too technical, or full of jargon, or asks for plain language.
reidemeister94/development-skills · skills/eval-regression/SKILL.md · Check skill routing or behavior, investigate a regression, or compare plugin changes with a base commit.
reidemeister94/development-skills · skills/handoff/SKILL.md · Create a self-contained temporary handoff document when the user asks to transfer the session to a new chat or runs…
codeaholicguy/ai-devkit · skills/changelog/SKILL.md · AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to…
qwerfunch/cladding · skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
qwerfunch/cladding · plugins/codex/skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
qwerfunch/cladding · plugins/antigravity/skills/changelog/SKILL.md · Render release notes / a changelog from the cladding spec. Use when the user asks for release notes, a changelog, 릴리즈…
jikig-ai/soleur · plugins/soleur/skills/changelog/SKILL.md · This skill should be used when creating changelogs for recent merges. Analyzes PR labels, issues, and descriptions to…
tuliosousapro/saas-blueprint · skills/changelog/SKILL.md · Generates and maintains changelogs following Keep a Changelog format. Use when updating release notes, finishing tasks…