update-docs

Installation
SKILL.md

Documentation Update Task

Update documentation for all uncommitted code changes.

Steps

  1. Run git diff --name-only to identify modified files
  2. For each code file:
    • Detect existing documentation style (see references/doc-patterns.md)
    • Find new/modified functions, classes, methods
    • Add or update documentation blocks
  3. If /docs folder exists:
    • Check if changed code has corresponding docs
    • Update affected documentation files
    • Do NOT modify README.md, CHANGELOG.md, LICENSE
  4. Report all changes made

Reference Documents

Installs
1
GitHub Stars
6
First Seen
Jun 16, 2026
update-docs — anilcancakir/claude-code-plugins