memory-graph-link

Scan markdown files for unlinked mentions of a wiki entry's slug or title.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill memory-graph-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-graph-link
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/memory-graph-link
Command: npx skills add https://github.com/Walliiee/agent-harness --skill memory-graph-link

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you catch wiki entries that already mention a concept in prose but never added the [[slug]] link needed for a healthy knowledge graph. It reduces manual backlink hunting after new edits and keeps retrieval paths consistent across workspaces.

Core Features & Use Cases

  • Backlink candidate scanning: Searches all other wiki markdown files for lexical mentions of the new entry's slug or title.
  • Multi-workspace coverage: Checks every configured workspace wiki so link opportunities are found wherever they appear.
  • Noise control: Skips already-linked files, excludes the target entry and index pages, and caps suggestions per file.
  • Use case: After publishing a new wiki page, run this Skill to identify older notes that should be updated with proper backlinks.

Quick Start

Ask the agent to scan the new wiki entry and report existing markdown files that mention its slug or title without already linking to it.

Frequently Asked Questions about memory-graph-link

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find missing wiki backlinks after publishing a new markdown page?

To find missing wiki backlinks, scan other markdown files across your workspaces for lexical mentions of the new page's slug or title. This identifies notes that mention the concept in prose but lack the proper [[slug]] link, keeping your knowledge graph healthy.

What is the best way to audit a knowledge graph for unlinked markdown mentions?

The best way to audit a knowledge graph for unlinked markdown mentions is to perform a lexical match for entry titles or slugs across all files. This process excludes already-linked files and index pages, returning only valid backlink candidates.

Can I scan multiple workspaces for wiki backlink candidates?

Yes, you can scan multiple workspaces for wiki backlink candidates. The process traverses every configured workspace wiki to find link opportunities wherever they appear, ensuring consistent retrieval paths across your entire knowledge base.

How are index pages and already-linked files handled during a workspace scan?

During a workspace scan, already-linked files and index pages are automatically excluded to control noise. The scan also applies per-file suggestion limits, ensuring you only receive relevant backlink candidates without duplicate or excessive entries.

When should I run a backlink candidate scan for high-traffic wiki entries?

You should run a backlink candidate scan for high-traffic wiki entries during periodic graph audits or immediately after publishing and editing knowledge-base pages. This catches older notes that mention the slug or title but lack proper linking.