This one automates the tedious part of release prep by diffing your current branch against the last git tag, then updating your README, CHANGELOG, and any docs folders it finds. It follows Keep a Changelog conventions and tries to categorize commits into Added, Changed, Fixed sections automatically. Useful before cutting a release or opening a PR when you know the docs are stale but don't want to manually review dozens of commits. The workflow is interactive, it shows you what it plans to change and waits for approval before touching anything. Requires at least one git tag to work, since it needs a baseline to compare against.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill docs-updater