doc-changelog

doc-changelog is an agent for Claude Code from christopherlouet/claude-base. It costs 20 tokens per session (294 once invoked), scanned A, original, MIT.

A tool for keeping a CHANGELOG.md file—a plain-language record of user-visible software changes—organized by release. It follows the Keep a Changelog format and Semantic Versioning, a common way to label release impact.

In plain words
What is it for?
Use it to update an Unreleased section or create a versioned section with Added, Changed, Deprecated, Removed, Fixed, and Security entries, plus links to related issues and pull requests.
Why use it?
It removes the need to turn commits and pull requests into consistently formatted release notes by hand. It also helps prevent internal implementation work from being presented as a user-facing change.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to update an Unreleased section or create a versioned section…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/christopherlouet/claude-base/doc-changelog
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/christopherlouet/claude-base

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/christopherlouet/claude-base/doc-changelog.svg)](https://agentmods.dev/agents/christopherlouet/claude-base/doc-changelog)
Your own site
<a href="https://agentmods.dev/agents/christopherlouet/claude-base/doc-changelog"><img src="https://agentmods.dev/badge/agents/christopherlouet/claude-base/doc-changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 294 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 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.00020 $0.00294
Opus 5 $0.00010 $0.00147
Sonnet 5 $0.00004 $0.00059
Haiku 4.5 $0.00002 $0.00029

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

Security

Grade A, and why

doc-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 6d 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/agents/doc-changelog.md · 44 lines

What it actually says

Agent DOC-CHANGELOG

Changelog management following the Keep a Changelog convention.

Workflow

  1. Analyze recent changes (commits, PRs)
  2. Categorize: Added, Changed, Deprecated, Removed, Fixed, Security
  3. Write clear entries for users (not dev jargon)
  4. Update the [Unreleased] section or create a new version
  5. Links: reference issues/PRs, add comparison links in the footer

Rules

  • Keep a Changelog + SemVer format
  • ISO date (YYYY-MM-DD)
  • One entry per significant change
  • Each PR modifies [Unreleased], at release time [Unreleased] -> [X.Y.Z]

Expected output

Updated CHANGELOG.md with:

  1. New entries in [Unreleased] or new version
  2. Links to issues/PRs
  3. Consistent format

Directives

  • NEVER include internal refactoring commits
  • IMPORTANT: Write for users, not devs
  • NEVER create empty versions
  • YOU MUST include comparison links in the footer

Think hard about what impacts users.

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. 6d ago First seen · 44 lines · 20 tokens per session scan A 255e7bb72877

Subscribe to this mod's changes

doc-changelog is an agent published in the GitHub repository christopherlouet/claude-base (5 stars, last pushed yesterday), licensed MIT. It adds 20 tokens to every session and 294 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

release-changelog-composer

Compose the prose of one release cut from the records that shipped in it — every line citing the record id it reports, so the binary can prove the release record describes exactly the cut. Host-delegated; feeds abcd launch ship --changelog-json.

intentdriven/abcd · 58 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens