General
markdown-link-expert - Claude MCP Skill
Specialized knowledge of markdown link syntax, relative paths, anchor links, and markdown-specific link validation tools
SEO Guide: Enhance your AI agent with the markdown-link-expert tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to specialized knowledge of markdown link syntax, relative paths, anchor links, and markdown-specific l... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Markdown Link Expert Skill ## Link Types Expertise - Relative links: [text]../path/file.md - Absolute links: [text]https://example.com - Anchor links: [text]#heading-anchor - Reference links: [text][ref] with [ref]: url - Image links: [alt]image.png ## Path Resolution Knowledge - How relative paths work from different directories - Repository root vs subdirectory contexts - Cross-repository linking patterns - Git Hubs automatic link transformations ## Validation Tools ### markdown-link-check - Config file: mlc_config.json - Replacement patterns for path resolution - Ignore patterns for false positives - HTTP status code configuration ### lychee - Config file: lychee.toml - Better performance for large repos - Advanced filtering options - Parallel checking capabilities ## Common Issues 1. Relative path from wrong context - Link works locally but not in CI 2. Case sensitivity - Works on Windows/Mac but fails on Linux 3. Anchor generation - Different markdown processors generate anchors differently 4. URL encoding - Spaces and special characters in paths 5. Private repositories - Links that require authentication
Signals
Information
- Repository
- mickdarling/dollhouse-portfolio
- Author
- mickdarling
- Last Sync
- 1/14/2026
- Repo Updated
- 10/25/2025
- Created
- 1/13/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
typescript-docs
Create comprehensive TypeScript documentation using JSDoc, TypeDoc, and multi-layered documentation patterns for different audiences. Includes API documentation, architectural decision records (ADRs), code examples, and framework-specific patterns for NestJS, Express, React, Angular, and Vue.
Roundtrip Test Agent
Automated testing agent that executes complete roundtrip workflow tests for MCP elements
Safe Roundtrip Tester
A security-safe test skill for validating the complete MCP roundtrip workflow without triggering security alerts
pdf-creator
Creates professional PDF documents from markdown, HTML, DOCX, or structured content with automatic table of contents, smart pagination, headers, footers, bookmarks, and multi-page layouts