changelog

Retrieve and display installed Claude Code plugin CHANGELOG.md files with version filters.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill changelog-cosmicdreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changelog
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/admin/skills/changelog
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill changelog-cosmicdreams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

You need the exact release notes and version history for an installed Claude Code plugin, but manually hunting through files and versions is slow and error-prone.

Core Features & Use Cases

  • Display any installed plugin’s CHANGELOG by resolving the latest installed version automatically.
  • Filter by recency or version using --latest, --since X.Y.Z, or a specific X.Y.Z section.
  • Discover available plugins when no plugin name is provided, then prompt for the user’s choice.

Quick Start

Ask the assistant to show the sprint plugin changelog by saying: admin:changelog sprint --latest.

Frequently Asked Questions about changelog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view release notes for an installed Claude Code plugin?

To view release notes for an installed Claude Code plugin, request the changelog and the system retrieves and displays the CHANGELOG.md by resolving the latest installed version from the local plugin cache.

Can I filter plugin version history to only see recent changes?

Yes, you can filter plugin version history using the --latest flag to see recent changes, or use --since X.Y.Z to display all updates released after a specific version number.

How do I find the changelog for a specific plugin version to troubleshoot a regression?

To troubleshoot a regression using a specific plugin version, provide the exact X.Y.Z version number as a filter to select and display that specific section from the CHANGELOG.md history.

What happens if I request plugin release notes without specifying a plugin name?

If you request release notes without specifying a plugin name, the system discovers available installed plugins and prompts you to choose which one you want to view the version history for.

Do I need any external dependencies to look up Claude Code plugin release notes?

No, you do not need any external dependencies to look up Claude Code plugin release notes, as the tool operates independently using the local plugin cache to resolve installed versions and display CHANGELOG.md files.