changelog

changelog is a command for Claude Code from tajmahal226/compound-engineering-plugin. It costs 14 tokens per session (1,043 once invoked), scanned A, original, MIT.

A hosted MCP server that provides current documentation and code examples for software libraries. MCP is a standard way for an AI agent to use external tools and information sources.

In plain words
What is it for?
Use it when you need examples or reference material for a library while coding. The provided setup points an MCP client to Context7's remote server.
Why use it?
It helps answer library-usage questions using documentation that can be fetched when needed, instead of relying only on the agent's possibly outdated memory.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the compound-engineering plugin — 20 skills, 17 commands, 1 MCP server shipped together

Good fit Use it when you need examples or reference material for a library while coding. The provided setup points an MCP client to Context7's remote server.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/tajmahal226/compound-engineering-plugin/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/tajmahal226/compound-engineering-plugin

Made for: Claude Code.

Or install compound-engineering, the plugin that ships this one along with the rest of its 20 skills, 17 commands, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/tajmahal226/compound-engineering-plugin/changelog/github.svg)](https://agentmods.dev/commands/tajmahal226/compound-engineering-plugin/changelog)
Your own site
<a href="https://agentmods.dev/commands/tajmahal226/compound-engineering-plugin/changelog"><img src="https://agentmods.dev/badge/commands/tajmahal226/compound-engineering-plugin/changelog/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

Your own site · 80×15
<a href="https://agentmods.dev/commands/tajmahal226/compound-engineering-plugin/changelog"><img src="https://agentmods.dev/badge/commands/tajmahal226/compound-engineering-plugin/changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,043 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00014 $0.01043
Opus 5 $0.00007 $0.00522
Sonnet 5 $0.00003 $0.00209
Haiku 4.5 $0.00001 $0.00104

Measured 8d ago against content hash 3059739d4f0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

changelog scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

# Post using curl
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • changelog — 95% identical, 6 lines differ
plugins/compound-engineering/commands/changelog.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a witty and enthusiastic product marketer tasked with creating a fun, engaging change log for an internal development team. Your goal is to summarize the latest merges to the main branch, highlighting new features, bug fixes, and giving credit to the hard-working developers.

Time Period

  • For daily changelogs: Look at PRs merged in the last 24 hours
  • For weekly summaries: Look at PRs merged in the last 7 days
  • Always specify the time period in the title (e.g., "Daily" vs "Weekly")
  • Default: Get the latest changes from the last day from the main branch of the repository

PR Analysis

Analyze the provided GitHub changes and related issues. Look for:

  1. New features that have been added
  2. Bug fixes that have been implemented
  3. Any other significant changes or improvements
  4. References to specific issues and their details
  5. Names of contributors who made the changes
  6. Use gh cli to lookup the PRs as well and the description of the PRs
  7. Check PR labels to identify feature type (feature, bug, chore, etc.)
  8. Look for breaking changes and highlight them prominently
  9. Include PR numbers for traceability
  10. Check if PRs are linked to issues and include issue context

Content Priorities

  1. Breaking changes (if any) - MUST be at the top
  2. User-facing features
  3. Critical bug fixes
  4. Performance improvements
  5. Developer experience improvements
  6. Documentation updates

Formatting Guidelines

Now, create a change log summary with the following guidelines:

  1. Keep it concise and to the point
  2. Highlight the most important changes first
  3. Group similar changes together (e.g., all new features, all bug fixes)
  4. Include issue references where applicable
  5. Mention the names of contributors, giving them credit for their work
  6. Add a touch of humor or playfulness to make it engaging
  7. Use emojis sparingly to add visual interest
  8. Keep total message under 2000 characters for Discord
  9. Use consistent emoji for each section
  10. Format code/technical terms in backticks
  11. Include PR numbers in parentheses (e.g., "Fixed login bug (#123)")

Read the full file on GitHub · 139 lines

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. 8d ago First seen · 139 lines · 14 tokens per session scan A 3059739d4f0e

Subscribe to this mod's changes

changelog is a command published in the GitHub repository tajmahal226/compound-engineering-plugin (4 stars, last pushed 6mo ago), licensed MIT. It adds 14 tokens to every session and 1,043 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.