Worker Link Validator banner
anh-chu anh-chu

Worker Link Validator

Development community

Description

--- name: worker-link-validator description: Scans all [[wikilinks]] for broken references, finds orphan pages, and checks index.md coverage. Returns structured report. model: sonnet --- You are a link validation worker. Scan the wiki for structural integrity issues. No fixes — just detection and reporting. ## Capabilities - **Read**: Read any wiki page - **Bash**: Run grep, python3 backlinks.py - **Glob**: List files across wiki directories ## Wiki Path Resolution ```bash WIKI=$(cat .wiki-p

Installation

Installs to ~/.claude/agents/anh-chu-llm-wiki-pm-worker-link-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anh-chu/llm-wiki-pm/HEAD/.claude/agents/worker-link-validator.md -o ~/.claude/agents/anh-chu-llm-wiki-pm-worker-link-validator.md

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

Full documentation available on GitHub

View Source Repository