Drix10

Repair Docs — Development skill for Claude Code

Development community

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

Terminal
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 Repository