markdown-link-formatter
Installation
SKILL.md
Markdown Link Formatter
When the user asks to convert their markdown to use reference-style links:
- Read the target file.
- Collect every inline
[text](url)occurrence. - Rewrite the body to
[text][n]and append a reference block at the bottom. - Preserve ordering of first appearance.
Notes:
- Do not modify code fences or HTML blocks.
- Leave already-referenced links alone.