Automated changelog generation from commits and PRs
Generates automated changelogs from conventional commits and pull requests for release notes.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdThis skill automates changelog generation from conventional commits and pull requests, producing well-formatted release notes for SDK versions.
skill:
name: changelog-generator
context:
convention: conventional-commits
categories:
- type: feat
title: Features
- type: fix
title: Bug Fixes
- type: breaking
title: BREAKING CHANGES
output:
format: markdown
file: CHANGELOG.md
linkTemplates:
commit: "https://github.com/org/repo/commit/{hash}"
issue: "https://github.com/org/repo/issues/{id}"
includeUpgradeGuide: true
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.