From docflow
Regenerates INDEX.md, installs missing helpers, checks links, and reports placeholders for docflow maintenance. Use after adding/renaming docs or when doctor recommends repair.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docflow:repairThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: safe generated-file maintenance only.
Goal: safe generated-file maintenance only.
bash scripts/docflow-repair.sh --target <REPO ROOT>
<DOCS_ROOT>/INDEX.mdscripts/Report broken links, placeholders, and validation warnings instead of fixing content unless the user asks.
npx claudepluginhub medadembha/docflow --plugin docflowRuns the docflow readiness gate to check links, INDEX freshness, metadata, placeholders, and changelog names after writing or editing docs.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Spawns a doc-maintainer agent to audit all project documentation for correctness, completeness, freshness, and consistency. It autonomously fixes issues like typos, stale code examples, and broken links, surfacing anything requiring user approval.