agentsclimarketplace

Changelog

Skill eunai/skills/.agents/skills/changelog

Agent skill packs under .agents/skills for README and changelog maintenance, Semantic Versioning, and private/public publish-boundary hygiene. MIT.

Install
npx -y skills add eunai/skills --skill changelog

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Maintains changelog documents using Keep a Changelog 1.1.0 and Semantic Versioning. Use when editing CHANGELOG.md, CHANGELOG.public.md, release notes, Unreleased sections, version headings, or deciding how a change maps to SemVer impact.

SKILL.md

1.8 KB, as published. Nobody here has run it

Changelog

Quick start

Read the existing changelog before editing it. Add human-curated notable changes under ## [Unreleased] unless preparing a release, and group entries with Keep a Changelog section names.

Workflow

  1. Read the relevant changelog document and nearby release history.
  2. Decide whether the change is notable to that changelog's audience.
  3. Add concise bullets under ## [Unreleased].
  4. Use only these section names: Added, Changed, Deprecated, Removed, Fixed, and Security.
  5. Keep entries human-readable; do not paste raw commit subjects or diffs.
  6. When preparing a release, move applicable Unreleased bullets into a new version section, use an ISO date such as 2026-06-05, and keep latest releases first.
  7. Run the repo's changelog or docs validation if one exists.

SemVer Mapping

  • MAJOR: incompatible public API or behavior changes.
  • MINOR: backward-compatible public API additions, new functionality, or newly deprecated public API.
  • PATCH: backward-compatible bug fixes.
  • 0.y.z: initial-development versions may change more freely, but still explain user-visible breakage clearly.

For breaking changes, make the impact explicit in the changelog entry and in the release version choice.

Standards

Source: eunai/skills (MIT).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.