agentsclimarketplace

Changelog

Skill nanocodana/nanocodana/packages/cli/example-skills/changelog

Write a clear CHANGELOG entry from the staged git changesFrom its SKILL.md

Install
npx -y skills add nanocodana/nanocodana --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

  • 1 stars1 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.

SKILL.md

0.8 KB, 180 tokens by cl100k_base, as published. Nobody here has run it

Changelog Skill

Produce a concise, user-facing CHANGELOG entry for the current change.

Steps

  1. Inspect what changed (read the diff; use the Grep/Read tools, or git diff --staged via host Bash if needed).
  2. Group changes into Added / Changed / Fixed / Removed.
  3. Write entries from the user's perspective — what they can now do or what broke — not the internal implementation.
  4. Keep each bullet to one line; lead with a verb.

Format

## [Unreleased]
### Added
- <feature, user-facing>
### Fixed
- <bug, what was wrong before>

Rules

  • No internal jargon or file paths in the entries.
  • Omit empty sections.
  • One entry per meaningful change; don't pad.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.