Update Doc — Documentation skill for Claude Code
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
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.
- Scan what changed:
git log --oneline -15andgit diff HEAD~5 --stat(adjust the range to cover the recent work; use $ARGUMENTS as the range if provided). - 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.
- 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 RepositoryRelated Skills
Craft Docs
Generate or update project documentation using the crystallized doc-writer agent. Two-pass: brief (analysis +
Doc Sync Enforcer
Update dialtone-docs content files to reflect source code changes made this session
Hot Compact
Compact an oversized wiki-meta/hot.md back to its cache contract (verified full backup → thin ≤ 350-word state
Kit Update
Bring a kit-scaffolded project up to the latest claude-kit — shows the changelog delta and merge-upgrades the
Sync Docs
Use when user asks to "update docs", "sync documentation", "fix outdated docs", "update changelog", "docs are
Refraction Sync
Update Refraction documentation to reflect recent code changes. Code is authoritative — the docs follow.
Related Agents
Finalisation Coordinator
Phase 3 INLINE orchestrator: syncs the branch, runs the verify-phase test gate, chatgpt-pr-review, doc-sync sw
Sync Docs Agent
Sync documentation with code state. Use for standalone /sync-docs command or /next-task Phase 11 docs update.
Codemap Writer
Generate or refresh docs/CODEMAPS/ for the current repo. Use when the user runs /update-codemaps, when context