Doc Sync banner
nullthrone nullthrone

Doc Sync

Documentation community

Description

--- description: Reconcile docs + regenerate dashboard screenshots after doc-relevant code or ADR changes --- Close the gap between the code and the docs (prose **and** screenshots). The `doc-drift` Stop hook points here when it detects drift; you can also run this proactively after a GUI/telemetry/tooling change or a new ADR. The file->doc->screenshot mapping is `.claude/doc-drift-map.json` — the same source of truth the hook uses. Trust it, but sanity-check it against what you actually chang

Installation

Installs to ~/.claude/commands/nullthrone-kenny-doc-sync.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nullthrone/kenny/HEAD/.claude/commands/doc-sync.md -o ~/.claude/commands/nullthrone-kenny-doc-sync.md

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

Full documentation available on GitHub

View Source Repository