Ensures markdown links within Claude Code skills and plugins remain functional across different installation environments by enforcing relative path patterns.
Link Portability Validator is a specialized utility designed to prevent broken documentation links when Claude Code skills are shared or distributed. By auditing markdown files for absolute repository paths—which fail when a skill is installed in a new local environment—this skill helps developers maintain cross-installation compatibility. It identifies specific violations, provides line-by-line reports, and suggests relative path fixes to ensure that internal references and guides work seamlessly for every end user regardless of their file structure.
Características Principales
01Detects absolute repository paths that break upon skill distribution
02Provides actionable violation reports with suggested relative path fixes
038 GitHub stars
04Supports automated validation for both single skills and multi-skill plugins
05Enforces relative pathing for local and parent directory references
06Excludes external URLs and anchor links to minimize false positives
Casos de Uso
01Verifying skill documentation portability before publishing to a marketplace
02Auditing and batch-fixing legacy absolute paths in existing plugins
03Automating link integrity checks within a CI/CD pipeline for DevOps workflows