link-validation
✓Universal link validation using lychee for Claude Code sessions. Runs at session end to detect broken links and path policy violations.
Installation
SKILL.md
| NOABSOLUTEPATHS | Error | Filesystem absolute paths not allowed | | NOPARENTESCAPES | Warning | Excessive ../ may escape repository | | MARKETPLACERELATIVE | Warning | Plugins should use ./ relative paths |
Override the default lychee config by placing .lycheerc.toml in your workspace root.
| lychee not found | Not installed | Run mise install lychee | | Too many 403 errors | Rate limiting | Add rate limit to .lycheerc.toml | | Relative path errors | Wrong base directory | Run from repository root | | False positives | Dynamic content | Add URL pattern to exclude list | | Timeout on links | Slow external sites | Increase timeout in config |
Universal link validation using lychee for Claude Code sessions. Runs at session end to detect broken links and path policy violations. Source: terrylica/cc-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/terrylica/cc-skills --skill link-validation- Source
- terrylica/cc-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-04
- Updated
- 2026-02-18
Quick answers
What is link-validation?
Universal link validation using lychee for Claude Code sessions. Runs at session end to detect broken links and path policy violations. Source: terrylica/cc-skills.
How do I install link-validation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill link-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/terrylica/cc-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-04