Docs Link Checker banner
wahidyankf wahidyankf

Docs Link Checker

Development community

Description

--- name: docs-link-checker description: Validates both external and internal links in documentation files to ensure they are not broken. Maintains a cache of verified external links in docs/metadata/external-links-status.yaml (the ONLY cache file) with automatic pruning and mandatory lastFullScan updates on every run. HARD REQUIREMENT - cache file usage is mandatory regardless of how this agent is invoked (spawned by other agents, processes, or direct invocation). Use when checking for dead lin

Installation

Installs to ~/.claude/agents/wahidyankf-ose-primer-docs-link-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wahidyankf/ose-primer/HEAD/.claude/agents/docs-link-checker.md -o ~/.claude/agents/wahidyankf-ose-primer-docs-link-checker.md

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

Full documentation available on GitHub

View Source Repository