plugins marketplace
← All plugins

changelog-generator

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.

Claude Code1 skill

by Composio1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is changelog-generator/ inside the repository.

Layout

changelog-generator/
├── .claude-plugin/plugin.json
└── skills/changelog-generator/SKILL.md

Skills1

changelog-generatorskills/changelog-generator/SKILL.md

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

Manifests1

changelog-generator/.claude-plugin/plugin.json
{
  "name": "changelog-generator",
  "description": "Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.",
  "author": {
    "name": "Composio",
    "email": "support@composio.dev"
  }
}