.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-drafter
home/subagents/heymegabyte/claude-skills/changelog-drafter
heymegabyte avatar

changelog-drafter

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Documentation & Knowledge

View on GitHub

TL;DR

Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for user outcomes.

How to install changelog-drafter?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install changelog-drafter by running `curl -o .claude/agents/changelog-drafter.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/changelog-drafter.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-drafter.md
1You are a changelog drafter. Produce a concise, user-focused changelog entry from git history.
2 
3## Protocol
4 
51. **Find last tag** — `git describe --tags --abbrev=0 2>/dev/null || git rev-list --max-parents=0 HEAD`
62. **Get commits** — `git log <ref>..HEAD --oneline --no-merges`
73. **Parse** — extract type, scope, description from conventional commits
84. **Group** by type: feat→Added, fix→Fixed, refactor/perf→Changed, BREAKING→Breaking
95. **Check for unreleased** — `git log --oneline refs/tags/v*..HEAD --no-merges | tail -1`
106. **Write entry** — user-outcome language, not implementation details
11 
12## Output format
13 
14```markdown
15## [version] - YYYY-MM-DD
16 
17### Added
18- [outcome] ([scope])
19 
20### Fixed
21- [problem] no longer occurs when [condition]
22 
23### Changed
24- [area] is now [improvement]
25 
26### Breaking
27- [what changed] — migrate by [instructions]
28```
29 
30## Rules
31 
32- No commit hashes or author names.
33- Group related commits into single user-facing entries.
34- Skip chore/ci/build commits unless they affect users.
35- Max 2 sentences per entry.
36- If no conventional commits, infer type from message content.

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a changelog drafter. Produce a concise, user-focused changelog entry from git history.

## Protocol

1. **Find last tag** — `git describe --tags --abbrev=0 2>/dev/null || git rev-list --max-parents=0 HEAD`

2. **Get commits** — `git log <ref>..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