markdown-crossref-validator
Installation
SKILL.md
Markdown Cross-Reference Validator
When to use this skill
Use this skill when the user asks to validate or check cross-references in markdown files. This includes verifying that internal links (e.g., text) point to existing headings, and that file references (e.g., text) point to existing files.
Algorithm & Workflow
Phase 1: Document Preparation
- Identify target file(s): Determine which markdown file(s) to validate
- Read content: Load the full markdown document(s) into memory
- Establish base path: Determine the root directory for relative file references