link-validator
Comprehensive link checking and validation for documentation. Validate internal links, external URLs, anchors, detect redirects, monitor link rot, and generate sitemap validation reports.
npx skills add a5c-ai/babysitter --skill link-validator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Link Validation Skill Comprehensive link checking and validation for documentation. ## Capabilities - Internal link validation (cross-references) - External URL checking with retry logic - Anchor/fragment validation - Redirect detection and updating - Link rot monitoring and reporting - Archive.org fallback suggestions - sitemap.xml validation - Link accessibility checking ## Usage Invoke this skill when you need to: - Validate all links in documentation - Check for broken external URLs - Verify anchor references - Detect and fix redirects - Monitor link health over time ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | inputPath | string | Yes | Path to documentation directory | | action | string | Yes | validate, monitor, fix-redirects | | checkExternal | boolean | No | Check external URLs (default: true) | | timeout | number | No | Request timeout in seconds | | retries | number | No | Retry count for failed requests | | allowedDomains | array | No | Domains to always allow | | blockedDomains | array | No | Domains to skip checking | ### Input Example ```json { "inputPath": "./docs", "action": "validate", "checkExternal": t
- Capabilities
- Usage
- Inputs
- Input Example
- Output Structure
- Validation Report
- Configuration
- linkcheck.config.json
- Link Types
- Internal Links
- External Links
- Validation Rules
- Internal Link Rules
- External Link Rules
Check all links
npx linkinator ./docs --recurse --format json > report.json
Check with markdown-link-check
find docs -name '*.md' -exec npx markdown-link-check {} \;
Use lychee (Rust-based, fast)
lychee './docs/**/*.md' --format json --output report.json
Fix redirects automatically
node scripts/fix-redirects.js --input docs/ --report report.jsonWhat does the link-validator skill do?
Comprehensive link checking and validation for documentation. Validate internal links, external URLs, anchors, detect redirects, monitor link rot, and generate sitemap validation reports.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill link-validator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
