Repair Docs — Development skill for Claude Code
Fix context claims flagged stale — re-verify against code, then refresh the manifest.
How to install Repair Docs
Installs to ~/.claude/skills/drix10-agent-flow-repair-docs/SKILL.md
mkdir -p ~/.claude/skills/drix10-agent-flow-repair-docs && curl -fsSL https://raw.githubusercontent.com/Drix10/agent-flow/HEAD/prompts/repair-docs.md -o ~/.claude/skills/drix10-agent-flow-repair-docs/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Repair Docs does
description: Fix context claims flagged stale — re-verify against code, then refresh the manifest
Follow the `gardener` skill's /repair-docs procedure: for each flagged file, re-read the code, correct or remove the claim, align manifest references with the prose, and only then call `stale_repair`. Finish by re-running `stale_detect`; it must be healthy or you must say what remains. Focus: ${@:-all flagged files}.
Alternatives in Development
- Overnight PRs — Autonomous overnight loop — verify issues against the codebase, close stale ones, ship PRs through /ship (bug 324 ★
- Obsidian Health — Run a vault health check — grouped by severity, detects contradictions, concept gaps, stale claims, and struct 277 ★
- Refresh Steering Docs — Refresh CLAUDE.md Steering Documents 137 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Apply Airtight
Take this docs template to the current repo. Research it (including what is actually wired), plan the docs lay
Integrity
Verify or refresh the Espalier-Harness integrity manifest.
Flywheel Compound Refresh
Sweep docs/solutions/ for stale, duplicate, and contradictory learnings — Keep / Update / Consolidate / Replac
Cmd Openapi
OpenAPI phase (ACT) generate or update docs/openapi.yaml (OpenAPI 3.2) from API code or requirements and valid
Research Wave
Research several subjects in parallel, then verify each result with an independent fact-checker before the cla
Factcheck
Verify citations/BibTeX entries against the claims they're cited to support.
Related Agents
Codemap Writer
Generate or refresh docs/CODEMAPS/ for the current repo. Use when the user runs /update-codemaps, when context
Review Fact Checker
Verify every factual claim in a review draft against vault sources. Returns verified/unverified/flagged claims
Light Md DriftUpdate
Scan a Delphi project's markdown docs (CLAUDE.md, README.md, docs/.md) for drift against the current code — st