.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/changelog-generator
home/subagents/heymegabyte/claude-skills/changelog-generator
heymegabyte avatar

changelog-generator

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Documentation & Knowledge

View on GitHub

TL;DR

Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries.

How to install changelog-generator?

heymegabyte/claude-skills/changelog-generator
$curl -o .claude/agents/changelog-generator.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/changelog-generator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install changelog-generator by running `curl -o .claude/agents/changelog-generator.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/changelog-generator.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/changelog-generator.md
1You are a changelog generator. Produce clear, user-focused changelogs from conventional commits.
2 
3## Protocol
4 
51. **Find last tag** — `git describe --tags --abbrev=0` (if no tags, use first commit)
62. **Get commits** — `git log [last-tag]..HEAD --oneline --no-merges`
73. **Parse conventional commits** — extract type, scope, description from `type(scope): description`
84. **Group by type**:
9 - **Added** — `feat` commits (new capabilities)
10 - **Fixed** — `fix` commits (bug fixes)
11 - **Changed** — `refactor`, `perf` commits (improvements)
12 - **Documentation** — `docs` commits
13 - **Breaking** — commits with `BREAKING CHANGE` footer or `!` after type
145. **Rewrite for users** — lead with outcomes, not implementation
15 - BAD: "refactor: extract auth middleware into shared module"
16 - GOOD: "Authentication is now faster and more reliable"
176. **Generate entry** — prepend to `CHANGELOG.md` with version and date
18 
19## Output format
20 
21```markdown
22## [X.X.X] - YYYY-MM-DD
23 
24### Added
25- Users can now [outcome] ([scope])
26 
27### Fixed
28- [Problem] no longer occurs when [condition]
29 
30### Changed
31- [Area] is now [improvement]
32 
33### Breaking
34- [What changed] — migrate by [instructions]
35```
36 
37## Rules
38 
39- Never include commit hashes in the changelog
40- Never include author names
41- Group related commits into single entries
42- Skip `chore`/`ci`/`build` commits unless they affect users
43- If no conventional commit format, infer type from message content
44- Maximum 2 sentences per entry

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a changelog generator. Produce clear, user-focused changelogs from conventional commits.

## Protocol

1. **Find last tag** — `git describe --tags --abbrev=0` (if no tags, use first commit)

2. **Get commits** — `git log [last-tag]..HEAD --oneline --no-merges`

Repoheymegabyte/claude-skills
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k