changelog

changelog is a skill for Claude Code from lttr/claude-marketplace. It costs 51 tokens per session (1,408 once invoked), scanned A, original, MIT.

A skill that summarizes recent changes to Claude Code, personalized to the tools, skills, plugins, and usage patterns in the current setup. Claude Code is Anthropic's coding assistant.

In plain words
What is it for?
Use it to check what changed in Claude Code, review relevant new features, and see updates affecting installed extensions or workflows.
Why use it?
It filters a long changelog down to updates likely to matter for your environment. It can also focus on a specified recent time period.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Part of the cc plugin — 8 skills shipped together

Good fit Use it to check what changed in Claude Code, review relevant new features, and see updates affecting installed extensions or workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lttr/claude-marketplace/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.

Any agent
npx skills add lttr/claude-marketplace --skill changelog
Clone the repo
git clone --depth 1 https://github.com/lttr/claude-marketplace

Made for: Claude Code.

Or install cc, the plugin that ships this one along with the rest of its 8 skills.

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/skills/lttr/claude-marketplace/changelog/github.svg)](https://agentmods.dev/skills/lttr/claude-marketplace/changelog)
Your own site
<a href="https://agentmods.dev/skills/lttr/claude-marketplace/changelog"><img src="https://agentmods.dev/badge/skills/lttr/claude-marketplace/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/skills/lttr/claude-marketplace/changelog"><img src="https://agentmods.dev/badge/skills/lttr/claude-marketplace/changelog.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,408 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.00051 $0.01408
Opus 5 $0.00026 $0.00704
Sonnet 5 $0.00010 $0.00282
Haiku 4.5 $0.00005 $0.00141

Measured 12d ago against content hash 5ecd42703f87, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

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 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/cc-changelog-advance.ts, scripts/cc-changelog.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/cc/skills/changelog/SKILL.md · 99 lines

How it starts

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

CC Changelog

Show recent Claude Code changes, scored by relevance to the user's installed skills, commands, plugins, hooks, and usage patterns.

Workflow

  1. Run the data collection script:
${CLAUDE_SKILL_DIR}/scripts/cc-changelog.ts 2>/dev/null

To force a date-based lookback (ignoring lastVersion state), pass --lookback-days=N:

${CLAUDE_SKILL_DIR}/scripts/cc-changelog.ts --lookback-days=14 2>/dev/null

Use --lookback-days when the user asks for changes from a specific time period (e.g. "last 14 days", "last week" = 7 days).

  1. Parse the JSON output and present a concise, themed summary:

Format rules

  • Hard cap: 10 bullets. The whole report is a flat, ranked list of at most 10 items — no matter how many candidates the script returns. A window with 200 entries still gets 10 bullets. Never scale the count to the input size; "there was a lot this week" is not a reason to print more. Score each candidate by combined weight (high → low):
    1. Personal relevance — matches user's installed skills, commands, plugins, hooks, usage patterns
    2. User-facing surface changes — visible message/UI text, prompts, output format, defaults the user reads or types
    3. Parameter / flag / config / API / schema changes — anything the user invokes or configures (CLI flags, settings keys, hook events, tool schemas, command args)
    4. New features / capabilities — net-new things user can do
    5. Behavioral changes — different output for same input, removed/changed defaults, breaking changes
    6. Internal / perf / refactor — deprioritize unless user-observable. A perf win that doesn't change behavior or UX ranks low. Sort by this combined score and keep only the top 10.
  • Drop cosmetic items and routine bug fixes entirely (before ranking). Skip typo/wording tweaks, UI polish, and fixes for bugs the user never hit. Include a bug fix only with strong evidence it affects the user — e.g. their CLAUDE.md/settings/hooks mention a workaround for it, or it breaks a feature they demonstrably use.
  • Drop what the user's settings rule out. Check userContext.settings first: a disabled feature (e.g. disableRemoteControl) means every item about it scores zero. Same for other platforms — Windows, VS Code, self-hosted runner, unused git hosts.
  • Merge near-duplicates into one bullet. Several fixes to the same surface (permission dialogs, MCP connections, TUI redraw) are one line, not one line each. Lead with the strongest and fold the rest in, or drop them.
  • No duplicates. Each item appears exactly once. Before finishing, reread the output and remove any repeated bullet.
  • Flat list, no theme headings. At 10 bullets, grouping is overhead — rank hardest-hitting first and let the list run.
  • Each item = 1 short line. Rewrite verbose changelog entries into punchy summaries (5-15 words). Append version+date tag: (2.1.47, Feb 18)
  • Lead with a 1-2 sentence TL;DR of the most impactful changes for this user.
  • Explain WHY it's relevant by referencing what the user uses. Don't just say "matches: Bash" - say things like "you use hooks" or "affects your StatusLine setup".
  • Offer the rest, don't print it. Close with one line giving the skipped count and noting you can show the second tier on request. Produce that second tier only if the user actually asks — and cap it at 15 bullets too.

Read the full file on GitHub · 99 lines

Files

What ships with it

2 files 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. 12d ago First seen · 99 lines · 51 tokens per session scan A 5ecd42703f87

Subscribe to this mod's changes

changelog is a skill published in the GitHub repository lttr/claude-marketplace (2 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 1,408 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-31.

Related

Other skills, from other repositories

stream-chain

Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows.

spencermarx/open-code-review · 18 tokens

hook-factory

Generate production-ready Claude Code hooks with interactive Q&A, automated installation, and enhanced validation. Supports 10 templates across 7 event types for comprehensive workflow automation.

alirezarezvani/claude-code-skill-factory · 36 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

r3f-best-practices

React Three Fiber (R3F) and Poimandres ecosystem best practices. Use when writing, reviewing, or optimizing R3F code. Triggers on tasks involving @react-three/fiber, @react-three/drei, zustand, @react-three/postprocessing, @react-three/rapier, or leva.

zebbern/claude-code-guide · 74 tokens

log-error-digest

Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…

zebbern/claude-code-guide · 71 tokens

development

An index of programming guidance for Python, Go, Rust, TypeScript, Java, C++, and shell scripting.

fengshao1227/ccg-workflow · 41 tokens