lychee
Installation
SKILL.md
Lychee
Fast link checker written in Rust. Finds broken URLs and mail addresses in Markdown, HTML, and other text formats.
Basic Usage
Check an entire project:
lychee . # Recursively check all supported files
# Exit 0 = all OK, non-zero = failures found
Check a single file or URL: