Agent Skill
2/7/2026check-links
Check all internal links on the local Hugo site for broken links. Use before pushing to verify site integrity.
U
unfinishablemap
0GitHub Stars
1Views
npx skills add unfinishablemap/unfinishablemap
SKILL.md
| Name | check-links |
| Description | Check all internal links on the local Hugo site for broken links. Use before pushing to verify site integrity. |
name: check-links description: Check all internal links on the local Hugo site for broken links. Use before pushing to verify site integrity.
Link Checker
Validates all internal links on the local Hugo development server.
Usage
Run the link checker script:
python .claude/skills/check-links/scripts/check_links.py
What it checks
- Crawls all pages starting from http://localhost:1313/
- Follows internal links only (same host)
- Reports broken links (404s, connection errors)
- Shows which page contains each broken link
Prerequisites
The Hugo development server must be running:
cd hugo && hugo server
Output
- Lists any broken links found with their source pages
- Exits with code 0 if all links valid, 1 if broken links found
Skills Info
Original Name:check-linksAuthor:unfinishablemap
Download