notemdpro-link-analyzer

Installation
SKILL.md

NoteMD Pro - Add Wiki-Links

Overview

This feature processes markdown files to add wiki-links ([[concept]]) between related concepts using an LLM. It analyzes the content and identifies core knowledge points, then adds appropriate backlinks.

When to Use

  • Organize notes: Connect related concepts in your vault
  • Build knowledge graph: Create interconnected notes for better navigation
  • Enhance linking: Automatically add links that might be missed manually

Function Call Chain

processFile (fileUtils.ts)
├── read_file(inputPath)
├── splitContent(content, settings)
├── getProviderForTask('addLinks', settings)
Related skills
Installs
1
GitHub Stars
1
First Seen
Apr 16, 2026