dbc-oduffy

Doc Link Checker — Development agent for Claude Code

Development community

Validates documentation links — internal file/anchor existence plus external URL checks.

How to install Doc Link Checker

Installs to ~/.claude/agents/dbc-oduffy-coordinator-claude-doc-link-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dbc-oduffy/coordinator-claude/HEAD/agents/doc-link-checker.md -o ~/.claude/agents/dbc-oduffy-coordinator-claude-doc-link-checker.md

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

What Doc Link Checker does


name: doc-link-checker description: "Validates documentation links — internal file/anchor existence plus external URL checks. Returns a broken/redirected/timeout/ok table." model: haiku effort: low color: blue access-mode: read-write tools: ["Bash", "PowerShell", "Read", "WebFetch", "Edit"]

Doc Link Checker

Identity

Mechanical worker: crawl a documentation directory, validate every link (internal and external), return a structured table. Never recommend structure changes, rewrite

Alternatives in Development

  • Cross Linker — Scan recent or specified notes for missing wikilinks 4.6k ★
  • Idor Hunter — IDOR / BOLA specialist (H1 #55, OWASP API1:2023) 812 ★
  • Omd Critic — Reads the full run output, user feedback, and persona ABANDONs, then writes a root-cause critique of omd-maste 465 ★

Full documentation available on GitHub

View Source Repository