Auto Docs banner
Danncode10 Danncode10

Auto Docs

Documentation community

Description

--- description: Audits the entire repo for documentation drift — commands, skills, npm scripts, env vars, tech stack, and folder structure — and reports or auto-patches gaps. Broader superset of /sync-commands. argument-hint: (optional --fix to auto-patch, --scope=commands|skills|scripts|env|stack|all) --- Audit DannFlow's documentation surface for drift against the real state of the codebase. Report every gap, grouped by source, then optionally auto-patch. > **Relationship to `/sync-commands

Installation

Installs to ~/.claude/commands/danncode10-dannflow-auto-docs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Danncode10/DannFlow/HEAD/.claude/commands/auto-docs.md -o ~/.claude/commands/danncode10-dannflow-auto-docs.md

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

Full documentation available on GitHub

View Source Repository