Validates markdown links within Claude Code skills and plugins to ensure cross-installation portability.
Ensure your Claude Code Skills are portable and function correctly wherever they're installed. This skill audits markdown files for absolute repository links, which break when skills are moved or distributed, and guides you in converting them to robust relative paths. It's an essential quality assurance tool for use before publishing a skill or plugin, fixing CI/CD validation failures, and maintaining clean, portable documentation.
Características Principales
01Offers clear exit codes for CI/CD integration
02Provides task templates for validating single skills or entire plugins
03Validates markdown links for portability across different installation locations
041 GitHub stars
05Identifies and reports absolute repository paths as violations
06Supports relative paths, external URLs, and anchor links
Casos de Uso
01Running automated checks in a CI/CD pipeline to prevent broken links
02Preparing a skill or plugin for public distribution
03Auditing an existing skill repository for portability and documentation issues