JayZeeDesign

Update Doc — Documentation skill for Claude Code

Documentation community

Bring the docs back in sync with the code, then update the CLAUDE.md failure log.

How to install Update Doc

Installs to ~/.claude/commands/jayzeedesign-claude-code-vault-update-doc.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/JayZeeDesign/claude-code-vault/HEAD/.claude/commands/update-doc.md -o ~/.claude/commands/jayzeedesign-claude-code-vault-update-doc.md

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

What Update Doc does

Bring the docs back in sync with the code, then update the CLAUDE.md failure log.

  1. Scan what changed: git log --oneline -15 and git diff HEAD~5 --stat (adjust the range to cover the recent work; use $ARGUMENTS as the range if provided).
  2. For each changed area, check the docs that describe it: README, docs/, inline usage examples, API references. List every place where the docs now lie: renamed commands, changed flags, moved files, new env vars, removed features.
  3. Fix them. Match the e

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
  • Docs Serve — Build the HTML documentation and then serve it locally so it can be viewed in a browser 1.1k ★

Full documentation available on GitHub

View Source Repository