What is markdown-crossref-validator?
Validate cross-references in markdown documents, ensuring links and references point to existing sections, headings, or files. Source: prulloac/agent-skills.
Validate cross-references in markdown documents, ensuring links and references point to existing sections, headings, or files.
Quickly install markdown-crossref-validator AI skill to your development environment via command line
Source: prulloac/agent-skills.
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.
Phase 5: Issue Categorization Classify all broken references by type:
| Inline link | text | Internal anchor | | Inline file | text | File reference | | Combined | text | File with anchor | | Reference-style | [text][ref] + [ref]: url | Reference link | | HTML link | text | HTML anchor | | External | text | External URL |
Validate cross-references in markdown documents, ensuring links and references point to existing sections, headings, or files. Source: prulloac/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/prulloac/agent-skills --skill markdown-crossref-validatorValidate cross-references in markdown documents, ensuring links and references point to existing sections, headings, or files. Source: prulloac/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/prulloac/agent-skills --skill markdown-crossref-validator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/prulloac/agent-skills