Doc Updater banner
OmarMokhtar-Saad OmarMokhtar-Saad

Doc Updater

Documentation community

Description

--- description: "Update existing documentation after code changes — READMEs, docstrings, JSDoc, API references. Distinct from /docs which creates new documentation." argument-hint: "[<path>|--all] [--api|--readme|--docstrings]" model: haiku --- # Doc Updater Command Invokes the `docs` agent in `mode: update` to sync existing documentation with recent code changes. Targets READMEs, inline docstrings, JSDoc, and API reference files. Does NOT create new documentation from scratch — use `/docs` f

Installation

Installs to ~/.claude/commands/omarmokhtar-saad-claudekit-doc-updater.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OmarMokhtar-Saad/claudekit/HEAD/.claude/commands/doc-updater.md -o ~/.claude/commands/omarmokhtar-saad-claudekit-doc-updater.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository