AI AGENT ADDONS
Documentation
1,046installs

Automated documentation updates keep your project files in sync with every change. This tool looks at all the differences between your current work and the last release tag using git. It then updates your README.md, CHANGELOG.md, and any other documentation folders that need changes. Developers preparing a release or a pull request will find this very helpful.

You only need to give a simple command like "update docs" or "sync documentation". The tool checks your git history, finds the latest release, and shows you what files changed. It follows the Keep a Changelog standard to keep your changelog clean. Your documentation stays accurate without manual work.

Before you start, make sure your project has at least one git tag. The tool verifies it is a real git repository and that your main documentation files exist. It then walks you through each phase step by step so you always know what is happening.

Add Docs Updater skill to your workflow

Global

mkdir -p ~/.claude/skills/docs-updater

Project

mkdir -p .claude/skills/docs-updater

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago